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