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
 	- [Security](#security)
30
 	- [Security](#security)
31
 	- [Passwords](#passwords)
31
 	- [Passwords](#passwords)
32
 	- [Code Analysis](#code-analysis)
32
 	- [Code Analysis](#code-analysis)
33
+	- [Architectural](#architectural)
33
 	- [Debugging](#debugging)
34
 	- [Debugging](#debugging)
34
 	- [Build Tools](#build-tools)
35
 	- [Build Tools](#build-tools)
35
 	- [Task Runners](#task-runners)
36
 	- [Task Runners](#task-runners)
327
 * [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP.
328
 * [xHprof](https://github.com/phacility/xhprof) - Another profiling tool for PHP.
328
 * [PHPCheckstyle](https://github.com/jbrooksuk/phpcheckstyle) - A tool to help adhere to certain coding conventions.
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
 ## Debugging
346
 ## Debugging
331
 *Libraries and tools for debugging code.*
347
 *Libraries and tools for debugging code.*
332
 
348
 
632
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
648
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
633
 * [JSONPCallbackValidator](https://github.com/willdurand/JsonpCallbackValidator) - A library for validating JSONP callbacks.
649
 * [JSONPCallbackValidator](https://github.com/willdurand/JsonpCallbackValidator) - A library for validating JSONP callbacks.
634
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
650
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
635
-* [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
636
 * [LiteCQRS](https://github.com/beberlei/litecqrs-php) - A CQRS (Command Query Responsibility Separation) library.
651
 * [LiteCQRS](https://github.com/beberlei/litecqrs-php) - A CQRS (Command Query Responsibility Separation) library.
637
 * [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
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
 * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
653
 * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
640
 * [Sabre VObject](https://github.com/evert/sabre-vobject) - A library for parsing VCard and iCalendar objects.
654
 * [Sabre VObject](https://github.com/evert/sabre-vobject) - A library for parsing VCard and iCalendar objects.
641
 * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
655
 * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
642
 * [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
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
 * [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library.
657
 * [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library.
645
 * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
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
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
659
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
648
 * [Jumper](https://github.com/kakawait/Jumper) - A remote service executor library.
660
 * [Jumper](https://github.com/kakawait/Jumper) - A remote service executor library.
649
 * [Underscore](http://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
661
 * [Underscore](http://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
655
 * [Essence](https://github.com/felixgirault/essence) - A library for extracting web media.
667
 * [Essence](https://github.com/felixgirault/essence) - A library for extracting web media.
656
 * [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
668
 * [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
657
 * [Graphviz](https://github.com/alexandresalome/graphviz) - A Graphviz library.
669
 * [Graphviz](https://github.com/alexandresalome/graphviz) - A Graphviz library.
658
-* [Monad PHP](https://github.com/ircmaxell/monad-php) - A simple Monad library.
659
 * [Flux](https://github.com/selvinortiz/flux) - A regular expression building library.
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
 * [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
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
 * [ClassPreloader](https://github.com/mtdowling/ClassPreloader) - A library for optimising autoloading.
672
 * [ClassPreloader](https://github.com/mtdowling/ClassPreloader) - A library for optimising autoloading.
666
 * [Lib Country](https://github.com/phine/lib-country) - A library for country and subdivision data.
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
 * [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
674
 * [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
669
 * [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](http://nmap.org/).
675
 * [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](http://nmap.org/).
670
 * [Code Mover](https://github.com/dantleech/code-mover) - A library for moving code.
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
 * [Lambda PHP](https://github.com/igorw/lambda-php) - A Lambda calculus interpreter in PHP.
677
 * [Lambda PHP](https://github.com/igorw/lambda-php) - A Lambda calculus interpreter in PHP.
673
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
678
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
674
 * [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.
679
 * [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.

Loading…
Cancel
Save