vespula / slim-mvc
A Starting point for creating Slim Framework v4 mvc applications.
2.0.3
2020-05-06 18:46 UTC
Requires
- php: >=7.0
- atlas/cli: ^2.2
- atlas/orm: ^3.1
- aura/session: ^2.0
- laminas/laminas-permissions-acl: ^2.7
- league/container: ^3.3
- league/plates: ^3.1
- slim/psr7: ^0.5.0
- slim/slim: ^4.2
- vespula/auth: ^1.0
- vespula/event: ^2.1
- vespula/form: ^1.0
- vespula/locale: ^1.0
- vespula/log: ^1.1
- vespula/paginator: ^1.0
- vespula/plates-extensions: ^1.0
- vespula/slim-cli: ^1.0
- vespula/user: ^0.2.0
README
This is an MVC setup for quickly getting started with the Slim Framework version 3. It contains
- the Slim Framework,
- a template system via League/Plates,
- a localization library for displaying localized strings,
- a PSR-3 logger,
- an authentication system, and
- session management via Aura/Session
The full documentation is available at https://vespula.bitbucket.io/mvc/.