From 103ef5fb494c41f4eb89bbd8a97ad7f47c109989 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Thu, 30 May 2013 12:34:47 -0700 Subject: [PATCH] --- awesome-php.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/awesome-php.md b/awesome-php.md index 35ed51e..244fb00 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -124,6 +124,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things. * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library. * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library. * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer. +* [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library. ## Build Tools @@ -233,6 +234,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things. * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours. * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs. * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs. +* [Urlify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js. ## Filtering and Validation @@ -256,6 +258,11 @@ A list of amazingly awesome PHP libraries, resources and shiny things. * [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures. * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library. +## Notifications + +* [Nod](https://github.com/filp/nod) - A notification library (e.g. Growl). +* [notificato](https://github.com/wrep/notificato) - A library for handling push notifications. + ## Miscellaneous * [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. * [Plum](https://github.com/aerialls/Plum) - A deployer library. * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks. * [Compose](https://github.com/igorw/compose) - A function composition library. -* [Nod](https://github.com/filp/nod) - A notification library (e.g. Growl). * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized. ## Official APIs