Browse Source

pull/4/head
Jamie York 12 years ago
parent
commit
2540ceb754
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      awesome-php.md

+ 5
- 1
awesome-php.md View File

@@ -166,6 +166,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
166 166
 * [GeoCoder](http://geocoder-php.org/) - A geocoding library.
167 167
 * [GeoTools](https://github.com/toin0u/Geotools) - A library of geo-related tools.
168 168
 * [PHPGeo](https://github.com/mjaschen/phpgeo) - A simple geo library.
169
+* [GeoJSON](https://github.com/jmikola/geojson) - A GeoJSON implementation.
169 170
 
170 171
 ## Date and Time
171 172
 
@@ -176,6 +177,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
176 177
 ## Event
177 178
 
178 179
 * [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
180
+* [Rx.PHP](https://github.com/asm89/Rx.PHP) - A reactive extension library.
179 181
 * [Ratchet](https://github.com/cboden/Ratchet) - A web socket library.
180 182
 * [Evenement](https://github.com/igorw/evenement) - An event dispatcher library.
181 183
 * [FuelPHP Event](https://github.com/fuelphp/event) - Another event dispatcher library.
@@ -281,11 +283,12 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
281 283
 * [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
282 284
 * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
283 285
 
284
-## Data Structure
286
+## Data Structure and Storage
285 287
 
286 288
 * [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
287 289
 * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
288 290
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
291
+* [PHP Object Storage](https://github.com/herrera-io/php-object-storage) - A library for object storage.
289 292
 
290 293
 ## Notifications
291 294
 
@@ -321,6 +324,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things.
321 324
 * [RMT](https://github.com/liip/RMT) - A library for versioning and releasing software.
322 325
 * [Wise](https://github.com/herrera-io/php-wise) - A configuration manager.
323 326
 * [Opengraph](https://github.com/euskadi31/Opengraph) - An opengraph library.
327
+* [Essence](https://github.com/felixgirault/essence) - A library for extracting web media.
324 328
 
325 329
 ## Official APIs
326 330
 

Loading…
Cancel
Save