Jamie York hace 12 años
padre
commit
a10878ff5a
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      awesome-php.md

+ 5
- 0
awesome-php.md Ver fichero

@@ -123,6 +123,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
123 123
 * [Predis](https://github.com/nrk/predis) - A feature complete Redis library.
124 124
 * [Sabre VObject](https://github.com/evert/sabre-vobject) - A library for parsing VCard and iCalendar objects.
125 125
 * [OAuth2](https://github.com/lncd/OAuth2) - An OAuth2 authentication server, resource server and client library.
126
+* [PHP oAuthLib](https://github.com/Lusitanian/PHPoAuthLib) - Another OAuth library.
126 127
 * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
127 128
 * [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
128 129
 * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
@@ -145,6 +146,10 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
145 146
 * [Finite](http://yohan.giarel.li/Finite) - A simple PHP finite state machine.
146 147
 * [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library.
147 148
 * [Plum](https://github.com/aerialls/Plum) - A deployer library.
149
+* [Decoda](http://milesj.me/code/php/decoda) - A lightweight markup parser library.
150
+* [PHP Markdown](https://github.com/michelf/php-markdown) - A markdown parser library.
151
+* [Dflydev Markdown](https://github.com/dflydev/dflydev-markdown) - Another markdown parser library.
152
+* [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 convertor library.
148 153
 
149 154
 # Official APIs
150 155
 

Loading…
Cancelar
Guardar