Download the PHP package ansas/slim-skeleton without Composer
On this page you can find all versions of the php package ansas/slim-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ansas/slim-skeleton
More information about ansas/slim-skeleton
Files in ansas/slim-skeleton
Download ansas/slim-skeleton
More information about ansas/slim-skeleton
Files in ansas/slim-skeleton
Vendor ansas
Package slim-skeleton
Short Description Slim 3 framework skeleton - skeleton for a web service or an application
License MIT
Package slim-skeleton
Short Description Slim 3 framework skeleton - skeleton for a web service or an application
License MIT
Please rate this library. Is it a good library?
Informations about the package slim-skeleton
Slim 3 framework skeleton
Skeleton for a web service or an application (based on Slim 3 framework).
This skeleton follows several PHP Standards Recommendations (PSR):
- [x] PSR-1 / PSR-2 (Coding standards)
- [x] PSR-3 (Logging) via Monolog
- [x] PSR-4 (Autoloading) via Composer
- [x] PSR-7 (HTTP message) via Slim
Included components
- Slim 3.x incl. Flash messages & Twig view (MIT License)
- Twig template engine 1.x (BSD License)
- Monolog logger 1.x (MIT License)
- Custom Error and NotFound handler
- Middlewares: Cors, ForceRoute, Runtime, NoTrailingSlash, etc.
- Provider: ConsoleLoggerProvider, ExtendedRequestProvider, PdoProvider, ProfilerProvider, etc.
- Tests: PHPUnit bootstrap and AppTestCase prepared
Directory structure
Requirements
- PHP 7
- Composer (MIT License)
- PHP components (MIT License)
Usage
Install / Create project
Develop / Run PHP build-in server
Open web browser with address http://any-domain-pointing-to-server:8888
Call controller from console
Test / Check coding style and test code
Contribute
Everybody can contribute to this package. Just:
- fork it,
- make your changes and
- send a pull request.
Please make sure to follow PSR-1 and PSR-2 coding conventions.
License
MIT license (see the LICENSE file for more information).
All versions of slim-skeleton with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ansas/php-component Version dev-master
monolog/monolog Version dev-master
slim/slim Version ~3
slim/twig-view Version dev-master
twig/twig Version ~1
twig/extensions Version dev-master
ansas/php-component Version dev-master
monolog/monolog Version dev-master
slim/slim Version ~3
slim/twig-view Version dev-master
twig/twig Version ~1
twig/extensions Version dev-master
The package ansas/slim-skeleton contains the following files
Loading the files please wait ....