Jamie York vor 12 Jahren
Ursprung
Commit
103ef5fb49
1 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen
  1. 7
    1
      awesome-php.md

+ 7
- 1
awesome-php.md Datei anzeigen

@@ -124,6 +124,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
124 124
 * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
125 125
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
126 126
 * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
127
+* [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
127 128
 
128 129
 ## Build Tools
129 130
 
@@ -233,6 +234,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
233 234
 * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
234 235
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
235 236
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
237
+* [Urlify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
236 238
 
237 239
 ## Filtering and Validation
238 240
 
@@ -256,6 +258,11 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
256 258
 * [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
257 259
 * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
258 260
 
261
+## Notifications
262
+
263
+* [Nod](https://github.com/filp/nod) - A notification library (e.g. Growl).
264
+* [notificato](https://github.com/wrep/notificato) - A library for handling push notifications.
265
+
259 266
 ## Miscellaneous
260 267
 
261 268
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
@@ -281,7 +288,6 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
281 288
 * [Plum](https://github.com/aerialls/Plum) - A deployer library.
282 289
 * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
283 290
 * [Compose](https://github.com/igorw/compose) - A function composition library.
284
-* [Nod](https://github.com/filp/nod) - A notification library (e.g. Growl).
285 291
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
286 292
 
287 293
 ## Official APIs

Laden…
Abbrechen
Speichern