Useful PHP Pecl Extentions
- PHP’s MailParse Extension – Example https://code.google.com/p/php-mime-mail-parser/
- PECL :: Package :: memcached – PHP – Examples here:- http://code.tutsplus.com/tutorials/turbocharge-your-website-with-memcached–net-23939
- swoole – Asynchronous & concurrent & distributed networking framework for PHP. – Click Here for Swoole Example Code
- Pear – Net_server – http://pear.php.net/package/Net_Server/docs – https://github.com/pear/Net_Server/blob/master/examples/talkback.php
- Pear – Services_JSON – http://pear.php.net/package/Services_JSON/docs
- Pear – System_Daemon – Turn PHP scripts into Linux daemons
- Pear – System_ProcWatch – Watches System Processes
- Pear – System_Command – Commandline Execution Interface for PHP
I’ll add more to this list once I’ve played with them.
LAST UPDATE – 13th July 2014 by David Hazelden