Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akrabat/slim-di
Dynamically instantiated controller actions in Slim Framework
https://github.com/akrabat/slim-di
Last synced: 4 months ago
JSON representation
Dynamically instantiated controller actions in Slim Framework
- Host: GitHub
- URL: https://github.com/akrabat/slim-di
- Owner: akrabat
- License: other
- Created: 2014-12-15T09:07:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-15T10:34:25.000Z (about 10 years ago)
- Last Synced: 2024-05-01T23:58:34.134Z (9 months ago)
- Language: PHP
- Size: 137 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rka-slim-controller example app
This very simple example Slim Framework application that shows how you could
route to controller action methods where the controller is dynamically
instantiated when routed to.Note that this example app uses the [rka-slim-controller][1] package.
[1]: https://github.com/akrabat/rka-slim-controller