An open API service indexing awesome lists of open source software.

https://github.com/othercodes/fcontroller-py

Front controller and registry that allow us to use several modules with only one entry point.
https://github.com/othercodes/fcontroller-py

Last synced: 8 months ago
JSON representation

Front controller and registry that allow us to use several modules with only one entry point.

Awesome Lists containing this project

README

          

# FControllerPY

Port of [FController for PHP](https://github.com/othercodes/fcontroller)

FController is a container for controllers/modules. This package allow us to register several controllers/modules that can be
called in a simply way from a common entry point. In the same way we can register multiple libraries or services. These services
or libraries will be available in all modules.