PHPackages                             tyler-sommer/nice - 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. tyler-sommer/nice

Abandoned → [nice/framework](/?search=nice%2Fframework)Library[Framework](/categories/framework)

tyler-sommer/nice
=================

A nice PHP microframework

1.1.0(10y ago)29913[1 issues](https://github.com/nice-php/framework/issues)[1 PRs](https://github.com/nice-php/framework/pulls)MITPHPPHP &gt;=5.4.0

Since Feb 21Pushed 2y ago6 watchersCompare

[ Source](https://github.com/nice-php/framework)[ Packagist](https://packagist.org/packages/tyler-sommer/nice)[ RSS](/packages/tyler-sommer-nice/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (34)Used By (0)

Nice PHP microframework
=======================

[](#nice-php-microframework)

[![Build Status](https://camo.githubusercontent.com/58f3a9cffebe53e7fcc69ee94cba2d6ffda215fe4a1f9c450880abff7df98aa3/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f6e6963652d7068702f6672616d65776f726b2e737667)](https://travis-ci.org/nice-php/framework)[![Coverage](https://camo.githubusercontent.com/99ac676f5cf70d40818ab05a3e9384d551e66b32ada4872f4ce44bd4385ad17e/687474703a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f636f7665726167652f6e6963652d7068702f6672616d65776f726b2e737667)](https://codeclimate.com/github/nice-php/framework)[![Code Climate](https://camo.githubusercontent.com/150bb9d67508830ae5ada1e4cf330c11ce439063842f2d558c9ecfca0816dcdb/687474703a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f636f7665726167652d6c65747465722f6e6963652d7068702f6672616d65776f726b2e737667)](https://codeclimate.com/github/nice-php/framework)[![Latest Release](https://camo.githubusercontent.com/976f67e3244f810c095ae3c9a510f2c48b3bea41d7ea3d314f3ce2de05ef8f42/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6963652f6672616d65776f726b2e737667)](https://packagist.org/packages/nice/framework)

Nice is a simple microframework for PHP 5.6 and later. Nice integrates nikic's [FastRoute](https://github.com/nikic/FastRoute) router with the [Symfony2 HttpKernel](https://github.com/symfony/HttpKernel) and [Dependency Injection](https://github.com/symfony/DependencyInjection) components.

Nice comes with built-in [session management](http://docs.niceframework.com/nice/latest/extensions/sessions), [simple authentication](http://docs.niceframework.com/nice/latest/extensions/security), and logging utilizing [Monolog](http://docs.niceframework.com/nice/latest/extensions/log). [Twig](http://docs.niceframework.com/nice/latest/extensions/twig), along with [Doctrine DBAL](http://docs.niceframework.com/nice/latest/extensions/doctrine-dbal) and [ORM](http://docs.niceframework.com/nice/latest/extensions/doctrine-orm) integration is also available.

```
