|
|
|
|
|
|
344
|
*Libraries for working with event and task queues.*
|
344
|
*Libraries for working with event and task queues.*
|
|
345
|
|
345
|
|
|
346
|
* [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library.
|
346
|
* [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library.
|
|
347
|
-* [PHP AMPQ](https://github.com/videlalvaro/php-amqplib) - An AMPQ library.
|
|
|
|
|
|
347
|
+* [PHP AMQP](https://github.com/videlalvaro/php-amqplib) - A pure PHP AMQP library.
|
|
348
|
* [Thumper](https://github.com/videlalvaro/Thumper) - A RabbitMQ pattern library.
|
348
|
* [Thumper](https://github.com/videlalvaro/Thumper) - A RabbitMQ pattern library.
|
|
349
|
* [Bernard](https://github.com/bernardphp/bernard) - A multibackend abstraction library.
|
349
|
* [Bernard](https://github.com/bernardphp/bernard) - A multibackend abstraction library.
|
|
350
|
|
350
|
|
|
|
|
|
|
|
615
|
* Collecting Garbage: [1](http://www.php.net/manual/en/features.gc.refcounting-basics.php) [2](http://www.php.net/manual/en/features.gc.collecting-cycles.php) [3](http://www.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
|
615
|
* Collecting Garbage: [1](http://www.php.net/manual/en/features.gc.refcounting-basics.php) [2](http://www.php.net/manual/en/features.gc.collecting-cycles.php) [3](http://www.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
|
|
616
|
|
616
|
|
|
617
|
# Contributing
|
617
|
# Contributing
|
|
618
|
-Please see [CONTRIBUTING](https://github.com/php-loep/Plates/blob/master/CONTRIBUTING.md) for details.
|
|
|
|
|
|
618
|
+Please see [CONTRIBUTING](https://github.com/php-loep/Plates/blob/master/CONTRIBUTING.md) for details.
|