mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
This commit is contained in:
parent
b748e5867f
commit
103ef5fb49
@ -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.
|
* [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
|
||||||
* [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage 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 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
|
## 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.
|
* [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.
|
* [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
|
||||||
* [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
|
* [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
|
## 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.
|
* [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
|
||||||
* [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
|
* [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
|
## Miscellaneous
|
||||||
|
|
||||||
* [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
|
* [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.
|
* [Plum](https://github.com/aerialls/Plum) - A deployer library.
|
||||||
* [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
|
* [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
|
||||||
* [Compose](https://github.com/igorw/compose) - A function composition library.
|
* [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.
|
* [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
|
||||||
|
|
||||||
## Official APIs
|
## Official APIs
|
||||||
|
Loading…
Reference in New Issue
Block a user