Skip to content
This repository was archived by the owner on Oct 26, 2019. It is now read-only.

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed May 13, 2017
1 parent fe2bf11 commit fdf85ef
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,18 @@ Strictly PSR-7 oriented php component framework.

## Main packages

* [Zend Diactoros](https://github.com/zendframework/zend-diactoros) - PSR-7 HTTP Message implementation.
* [Relay](https://github.com/relayphp/Relay.Relay) - A PSR-7 middleware dispatcher.
* [FastRoute](https://github.com/nikic/FastRoute) - Fast request router for PHP.
* [Plates](https://github.com/thephpleague/plates) - Native PHP template system.
* [Plates Assets Cache Extension](https://github.com/odan/plates-asset-cache) - Caching and compression of assets (JavaScript and CSS).
* [CakePHP Database](https://github.com/cakephp/database) - Flexible Query builder with a familiar PDO-like API.
* [Symfony Translation](https://github.com/symfony/Translation) - Localization and translation component.
* [Phinx](https://github.com/robmorgan/phinx) - Database migrations.
* [Monolog](https://github.com/Seldaek/monolog) - Logging.
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - Unit tests.
* **Middleware:** [zendframework/zend-diactoros](https://github.com/zendframework/zend-diactorose)
* **Router:** [league/route](https://packagist.org/packages/league/route)
* **Templates:** [league/plates](https://github.com/thephpleague/plates)
* **Assets Cache (Javascript, CSS):** [odan/plates-asset-cache](https://github.com/odan/plates-asset-cache)
* **Database:** [cakephp/database](https://github.com/cakephp/database)
* **Database migrations:** [robmorgan/phinx](https://github.com/robmorgan/phinx) + [odan/phinx-migrations-generator](https://github.com/odan/phinx-migrations-generator)
* **Text translations (i18n):** [symfony/translation](https://github.com/symfony/Translation) + [Poedit](https://poedit.net/)
* **Sessions:** [symfony/http-foundation](https://github.com/symfony/http-foundation)
* **Logging:** [monolog/monolog](https://github.com/Seldaek/monolog)
* **Console:** [symfony/console](https://github.com/symfony/console)
* **Unit tests:** [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit)
* **Directory structure:** [php-pds/skeleton](https://github.com/php-pds/skeleton)

## Quality

Expand Down

0 comments on commit fdf85ef

Please sign in to comment.