DevMotion consultants are active in the Open Source Community and have contributed in many different projects. The following is a non-exhaustive list of their contributions.
PHP
PHP Official contributor and developer on the core of PHP (Internal). Contributions involves bug fixings, documentation writing and also the famous PHP Stomp extension that allows to communicate with most message brokers such as ActiveMQ using the Stomp Protocol.
(http://www.php.net | http://www.php.net/stomp)
mod_sqlalias
Mod_sqlalias is an apache (2.x) module handling URL redirection / rewriting using a Mysql Database.
(http://modsqlalias.sourceforge.net)
Card Dialer
Card Dialer automate the calls when using calling cards for long distances calls or recharging your prepaid phone: It takes in charge all the tedious steps once you’re connected to the call: selecting the language, entering your PIN, entering your destination number, etc.
(http://dev.hamidou.net/)
PHP Autoload Manager
PHP Autoload Manager is a utility class offering a generic class loading mechanism that can be used with any framework / library and using any naming convention. This utility will parse PHP files using the PHP Tokenizer and extract classes & interfaces from it. It supports namespaces introduced in PHP 5.3.
(http://github.com/alfallouji/PHP-Autoload-Manager/tree/master)
PHP Grammatica
Grammatica is a parser generator (compiler compiler) that supports LL(k) grammars with an unlimited number of look-ahead tokens, supporting Java and C#. DevMotion engineers have added support for PHP (>= 5.3.0).
(http://grammatica.percederberg.net/)
PHP FastCGI Client
Light PHP class which handles the communication with a FastCGI (FCGI) application using the FastCGI protocol.
(http://github.com/adoy/PHP-FastCGI-Client/)