1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-05-31 21:40:49 +00:00

Create navigation category.

This commit is contained in:
Jamie 2014-07-11 18:52:33 -06:00
parent 819aa0c5ec
commit 65980ca576

View File

@ -24,6 +24,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
- [Code Analysis](#code-analysis) - [Code Analysis](#code-analysis)
- [Build Tools](#build-tools) - [Build Tools](#build-tools)
- [Task Runners](#task-runners) - [Task Runners](#task-runners)
- [Navigation](#navigation)
- [Asset Management](#asset-management) - [Asset Management](#asset-management)
- [Geolocation](#geolocation) - [Geolocation](#geolocation)
- [Date and Time](#date-and-time) - [Date and Time](#date-and-time)
@ -177,7 +178,6 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [PHP File Locator](https://github.com/herrera-io/php-file-locator) - A library for locating files in large projects. * [PHP File Locator](https://github.com/herrera-io/php-file-locator) - A library for locating files in large projects.
* [PHP FFmpeg](https://github.com/alchemy-fr/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library. * [PHP FFmpeg](https://github.com/alchemy-fr/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
* [CSV](https://github.com/nyamsprod/Bakame.csv) - A CSV data manipulation library. * [CSV](https://github.com/nyamsprod/Bakame.csv) - A CSV data manipulation library.
* [Cartographer](https://github.com/tackk/cartographer) - A sitemap generation library.
## Streams ## Streams
*Libraries for working with streams.* *Libraries for working with streams.*
@ -300,6 +300,12 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Robo](https://github.com/Codegyre/Robo) - A PHP Task runner with object-orientated configurations. * [Robo](https://github.com/Codegyre/Robo) - A PHP Task runner with object-orientated configurations.
* [Bldr](http://bldr.io/) - A PHP Task runner built on Symfony components. * [Bldr](http://bldr.io/) - A PHP Task runner built on Symfony components.
## Navigation
*Tools for building navigation structures.*
* [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.
* [Cartographer](https://github.com/tackk/cartographer) - A sitemap generation library.
## Asset Management ## Asset Management
*Tools for managing, compressing and minifying website assets.* *Tools for managing, compressing and minifying website assets.*
@ -535,7 +541,6 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Spork](https://github.com/kriswallsmith/spork) - A process forking library. * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
* [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility. * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
* [JSONPCallbackValidator](https://github.com/willdurand/JsonpCallbackValidator) - A library for validating JSONP callbacks. * [JSONPCallbackValidator](https://github.com/willdurand/JsonpCallbackValidator) - A library for validating JSONP callbacks.
* [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.
* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library. * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
* [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine. * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
* [LiteCQRS](https://github.com/beberlei/litecqrs-php) - A CQRS (Command Query Responsibility Separation) library. * [LiteCQRS](https://github.com/beberlei/litecqrs-php) - A CQRS (Command Query Responsibility Separation) library.