Skip to content

[RFC] keep Revolt as namespace #5

Description

@praswicaksono

Use Revolt as the base namespace instead of EventLoop so end users can reuse existing components (like amphp) that depend on the Revolt PHP ecosystem. End users only need to replace revolt/event-loop with ext-eventloop in their composer.json to make this extension a drop-in replacement.

In end user composer.json end user just need to replace implementation since the requirement already fulfilled with this extension

{
    "require": {
        "php": "^8.1",
        "ext-eventloop": "*"
    },
    "replace": {
        "revolt/event-loop": "*"
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions