tuupola / slim-skeleton
Slim 3 + Datamapper + Monolog + Plates project
dev-master
2018-12-20 05:51 UTC
Requires
- league/plates: ^3.1
- monolog/monolog: ^1.17
- slim/slim: ^3.0
- symfony/console: ^2.7
- tuupola/base62: ^1.0
- tuupola/dbal-psr3-logger: ^0.1.0
- vlucas/phpdotenv: ^2.0
- vlucas/spot2: ^2.1
Requires (Dev)
- overtrue/phplint: ^0.2.0
- squizlabs/php_codesniffer: ^2.8
This package is auto-updated.
Last update: 2026-02-20 22:25:27 UTC
README
This is Slim 3 skeleton project form Composer. Project includes Spot2, Monolog, Plates libraries and Vagrant virtualmachine config.
Install
Install the latest version using composer.
$ composer create-project --no-interaction --stability=dev tuupola/slim-skeleton app
Usage
If you have Vagrant installed start the virtual machine.
$ cd app
$ vagrant up
Now you can access the app at https://192.168.50.50/
License
The MIT License (MIT). Please see License File for more information.