Browse Source

Some libs moved from "Miscellaneous" to new "Architectural" category

pull/354/head
Vitaliy Stepanenko 10 years ago
parent
commit
4adb13aa9e
1 changed files with 16 additions and 11 deletions
  1. 16
    11
      README.md

+ 16
- 11
README.md View File

@@ -30,6 +30,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
30 30
 	- [Security](#security)
31 31
 	- [Passwords](#passwords)
32 32
 	- [Code Analysis](#code-analysis)
33
+	- [Architectural](#architectural)
33 34
 	- [Debugging](#debugging)
34 35
 	- [Build Tools](#build-tools)
35 36
 	- [Task Runners](#task-runners)
@@ -327,6 +328,21 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
327 328
 * [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP.
328 329
 * [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
329 330
 
331
+## Architectural
332
+*Libraries related to design patterns, programming approaches and ways to organize code.*
333
+
334
+* [PHP Option](https://github.com/schmittjoh/php-option) An option type library.
335
+* [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
336
+* [Finite](http://yohan.giarel.li/Finite) - A simple PHP finite state machine.
337
+* [Compose](https://github.com/igorw/compose) - A function composition library.
338
+* [Monad PHP](https://github.com/ircmaxell/monad-php) - A simple Monad library.
339
+* [Patchwork](http://antecedent.github.io/patchwork/) - A library for redefining userland functions.
340
+* [Galapagos](https://github.com/igorw/galapagos) - Evolutionary language transformation.
341
+* [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
342
+* [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
343
+* [Lib Accessor](https://github.com/phine/lib-accessor) - A library for simplifying accessors.
344
+* [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
345
+
330 346
 ## Debugging
331 347
 *Libraries and tools for debugging code.*
332 348
 
@@ -632,18 +648,14 @@ Libraries to help manage database schemas and migrations.
632 648
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
633 649
 * [JSONPCallbackValidator](https://github.com/willdurand/JsonpCallbackValidator) - A library for validating JSONP callbacks.
634 650
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
635
-* [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
636 651
 * [LiteCQRS](https://github.com/beberlei/litecqrs-php) - A CQRS (Command Query Responsibility Separation) library.
637 652
 * [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
638
-* [PHP Option](https://github.com/schmittjoh/php-option) An option type library.
639 653
 * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
640 654
 * [Sabre VObject](https://github.com/evert/sabre-vobject) - A library for parsing VCard and iCalendar objects.
641 655
 * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
642 656
 * [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
643
-* [Finite](http://yohan.giarel.li/Finite) - A simple PHP finite state machine.
644 657
 * [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library.
645 658
 * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
646
-* [Compose](https://github.com/igorw/compose) - A function composition library.
647 659
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
648 660
 * [Jumper](https://github.com/kakawait/Jumper) - A remote service executor library.
649 661
 * [Underscore](http://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
@@ -655,20 +667,13 @@ Libraries to help manage database schemas and migrations.
655 667
 * [Essence](https://github.com/felixgirault/essence) - A library for extracting web media.
656 668
 * [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
657 669
 * [Graphviz](https://github.com/alexandresalome/graphviz) - A Graphviz library.
658
-* [Monad PHP](https://github.com/ircmaxell/monad-php) - A simple Monad library.
659 670
 * [Flux](https://github.com/selvinortiz/flux) - A regular expression building library.
660
-* [Patchwork](http://antecedent.github.io/patchwork/) - A library for redefining userland functions.
661
-* [Galapagos](https://github.com/igorw/galapagos) - Evolutionary language transformation.
662
-* [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
663 671
 * [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
664
-* [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
665 672
 * [ClassPreloader](https://github.com/mtdowling/ClassPreloader) - A library for optimising autoloading.
666 673
 * [Lib Country](https://github.com/phine/lib-country) - A library for country and subdivision data.
667
-* [Lib Accessor](https://github.com/phine/lib-accessor) - A library for simplifying accessors.
668 674
 * [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
669 675
 * [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](http://nmap.org/).
670 676
 * [Code Mover](https://github.com/dantleech/code-mover) - A library for moving code.
671
-* [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
672 677
 * [Lambda PHP](https://github.com/igorw/lambda-php) - A Lambda calculus interpreter in PHP.
673 678
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
674 679
 * [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.

Loading…
Cancel
Save