Binary package “php5-mysqlnd-ms” in ubuntu trusty

MySQL replication and load balancing module for PHP

 The mysqlnd_ms replication and load balancing plugin can be used with
 PHP MySQL extensions (ext/mysql, ext/mysqli, ext/pdo_mysql) if they
 are compiled to use mysqlnd. The plugin inspects queries and does
 read-write splitting. Read-only queries are sent to MySQL replication
 slave servers while all other queries are redirected to the MySQL
 replication master server. Very few, if any, application changes are
 required, depending on the usage scenario.