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

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

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.