PHPackages                             ansas/slim-skeleton - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. ansas/slim-skeleton

ActiveApplication[Framework](/categories/framework)

ansas/slim-skeleton
===================

Slim 3 framework skeleton - skeleton for a web service or an application

1.0.1(8y ago)338MITPHPPHP &gt;=5.4CI failing

Since Aug 5Pushed 5mo ago3 watchersCompare

[ Source](https://github.com/ansas/slim-skeleton)[ Packagist](https://packagist.org/packages/ansas/slim-skeleton)[ RSS](/packages/ansas-slim-skeleton/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (6)Versions (13)Used By (0)

Slim 3 framework skeleton
=========================

[](#slim-3-framework-skeleton)

[![Latest Stable Version](https://camo.githubusercontent.com/30aa7b32df141f2e1eec92f6f6c24ec427b3b90754253cb42e11eec9b8dfb2bb/68747470733a2f2f706f7365722e707567782e6f72672f616e7361732f736c696d2d736b656c65746f6e2f762f737461626c65)](https://packagist.org/packages/ansas/slim-skeleton)[![Total Downloads](https://camo.githubusercontent.com/65e105c45a0e5ee321a9a1d08874d18f04ad23851219ab7db8ac43eb438c6bca/68747470733a2f2f706f7365722e707567782e6f72672f616e7361732f736c696d2d736b656c65746f6e2f646f776e6c6f616473)](https://packagist.org/packages/ansas/slim-skeleton)[![Latest Unstable Version](https://camo.githubusercontent.com/38520d2b3742805d7226ca21f4688074700975a9183cd12f4c03907574cf99e7/68747470733a2f2f706f7365722e707567782e6f72672f616e7361732f736c696d2d736b656c65746f6e2f762f756e737461626c65)](https://packagist.org/packages/ansas/slim-skeleton)[![License](https://camo.githubusercontent.com/7944443d93a40a8d016e12cf780bbefee6c6f8215d1b510eca4232c00c105363/68747470733a2f2f706f7365722e707567782e6f72672f616e7361732f736c696d2d736b656c65746f6e2f6c6963656e7365)](https://packagist.org/packages/ansas/slim-skeleton)

Skeleton for a web service or an application (based on [Slim 3 framework](http://slimframework.com/)).

This skeleton follows several PHP Standards Recommendations (PSR):

- PSR-1 / PSR-2 (Coding standards)
- PSR-3 (Logging) via Monolog
- PSR-4 (Autoloading) via Composer
- PSR-7 (HTTP message) via Slim

Included components
-------------------

[](#included-components)

- Slim 3.x incl. Flash messages &amp; Twig view ([MIT License](https://github.com/slimphp/Slim/blob/3.x/LICENSE.md))
- Twig template engine 1.x ([BSD License](https://github.com/twigphp/Twig/blob/1.x/LICENSE))
- Monolog logger 1.x ([MIT License](https://github.com/Seldaek/monolog/blob/master/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
-------------------

[](#directory-structure)

```
path/to/project
|-- app
