1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-06 16:30:48 +00:00
This commit is contained in:
Jamie 2013-11-13 20:41:38 -07:00
parent 69cbbb6a9b
commit 8ef0645901

View File

@ -94,7 +94,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Klein](https://github.com/chriso/klein.php) - A fast routing library. * [Klein](https://github.com/chriso/klein.php) - A fast routing library.
## Templating ## Templating
*Libraries and tools for templating and lexing* *Libraries and tools for templating and lexing.*
* [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language. * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
* [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) - A template fragment cache library for Twig. * [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) - A template fragment cache library for Twig.
@ -404,7 +404,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Stash](https://github.com/tedivm/Stash) - Another library for caching. * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
## Data Structure and Storage ## Data Structure and Storage
*Libraries that implemented data structure or storage techniques.* *Libraries that implement data structure or storage techniques.*
* [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures. * [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
* [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library. * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.