Download the PHP package musaid/slim3-skeleton without Composer
On this page you can find all versions of the php package musaid/slim3-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download musaid/slim3-skeleton
More information about musaid/slim3-skeleton
Files in musaid/slim3-skeleton
Download musaid/slim3-skeleton
More information about musaid/slim3-skeleton
Files in musaid/slim3-skeleton
Vendor musaid
Package slim3-skeleton
Short Description Simple Slim Framework 3 skeleton with Twig & Monolog.
License BSD-3-Clause
Package slim3-skeleton
Short Description Simple Slim Framework 3 skeleton with Twig & Monolog.
License BSD-3-Clause
Keywords Skeletonslim-framework
Please rate this library. Is it a good library?
Informations about the package slim3-skeleton
Slim 3 Skeleton
This is a simple skeleton project for Slim 3 that includes Twig, Flash messages and Monolog [Original Author: Rob Allen (https://github.com/akrabat)].
Create your project:
$ composer create-project -n -s stable musaid/slim3-skeleton my-app
Run it:
$ cd my-app
$ php -S 0.0.0.0:8888 -t public public/index.php
- Browse to http://localhost:8888
Key directories
app
: Application codeapp/src
: All class files within theApp
namespaceapp/templates
: Twig template filescache/twig
: Twig's Autocreated cache fileslog
: Log filespublic
: Webserver rootvendor
: Composer dependencies
Key files
public/index.php
: Entry point to applicationapp/settings.php
: Configurationapp/dependencies.php
: Services for Pimpleapp/middleware.php
: Application middlewareapp/routes.php
: All application routes are hereapp/src/Action/HomeAction.php
: Action class for the home pageapp/templates/home.twig
: Twig template file for the home page
All versions of slim3-skeleton with dependencies
PHP Build Version
Package Version
Requires
slim/slim Version
^3.0
slim/twig-view Version ^2.0
slim/flash Version ^0.1.0
monolog/monolog Version ^1.17
slim/twig-view Version ^2.0
slim/flash Version ^0.1.0
monolog/monolog Version ^1.17
The package musaid/slim3-skeleton contains the following files
Loading the files please wait ....