https://github.com/dmitrymomot/slim-mvc
Support MVC for Slim Framework
https://github.com/dmitrymomot/slim-mvc
Last synced: 3 months ago
JSON representation
Support MVC for Slim Framework
- Host: GitHub
- URL: https://github.com/dmitrymomot/slim-mvc
- Owner: dmitrymomot
- License: mit
- Created: 2014-04-21T18:40:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-30T18:57:21.000Z (almost 11 years ago)
- Last Synced: 2025-01-11T18:30:05.682Z (4 months ago)
- Language: PHP
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
slim-mvc
========Support MVC for Slim Framework
## Installation
MVC is available via Composer:
```json
{
"require": {
"slim-extensions/mvc": "dev-master"
}
}
```## Example of usage
See [slim-extensions-example](https://github.com/dimkof/slim-extensions-example)
## License
The MIT License (MIT). Please see [License File](https://github.com/dimkof/slim-mvc/blob/master/LICENSE) for more information.