浏览代码

pull/4/head
Jamie York 12 年前
父节点
当前提交
103ef5fb49
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7
    1
      awesome-php.md

+ 7
- 1
awesome-php.md 查看文件

124
 * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
124
 * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
125
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
125
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
126
 * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
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
 ## Build Tools
129
 ## Build Tools
129
 
130
 
233
 * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
234
 * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
234
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
235
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
235
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
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
 ## Filtering and Validation
239
 ## Filtering and Validation
238
 
240
 
256
 * [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
258
 * [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
257
 * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
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
 ## Miscellaneous
266
 ## Miscellaneous
260
 
267
 
261
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
268
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
281
 * [Plum](https://github.com/aerialls/Plum) - A deployer library.
288
 * [Plum](https://github.com/aerialls/Plum) - A deployer library.
282
 * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
289
 * [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
283
 * [Compose](https://github.com/igorw/compose) - A function composition library.
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
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
291
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
286
 
292
 
287
 ## Official APIs
293
 ## Official APIs

正在加载...
取消
保存