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.
- Host: GitHub
- URL: https://github.com/othercodes/fcontroller-py
- Owner: othercodes
- License: mit
- Created: 2016-09-12T15:09:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T19:52:30.000Z (over 7 years ago)
- Last Synced: 2025-03-17T21:56:04.087Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.