-
php.ActiveRecord is an open source PHP ORM library based on the ActiveRecord pattern. The library was inspired by Ruby on Rails' implementation. Features of php.ActiveRecord:- Finder methods- Dynamic finder methods- Writer methods- Relationships- Validations- Callbacks- Serializations (JSON/XML)- Transactions- Support for multiple adapters- Miscellaneous options such as: aliased/protected/accessible attributes Supported Databases:- MySQL- SQLite- PostgreSQL- Oracle Requirements:- PHP 5.3 or Higher- PDO ...
-
php-amqplib is an implementation of the AMQP protocol in PHP. AMQP stands for Advanced Message Queuing Protocol and is an open standard protocol for message-oriented middleware. It is used in production environments for sending and/or consuming over 600 000 messages/day. Requirements:- PHP 5.3 or Higher What's New in This Version:- Adds new SocketIO class + TCP_NODELAY option.


