Skip to content

Workshop Modules #150

Description

@AydinHassan

Introduce the concept of modules.

This would allow for modules, think third party checks/results to introduce container bindings.

We could make this a manual process, for example

$app->registerModule(SomeModule::class);

SomeModule::class would be an entry point class which would implement something like ModuleInterface and would define methods to retrieve DI config and other stuff.

Or:

We could use some composer events to automatically register modules somehow based on a package type. eg php-school-module

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions