Hello Everyone, My name is Travis Black and I have been a PHP Developer for about 10 years.
I recently wrote a PHP Extension using Zephir and am hoping to make it available via PECL. We are using it in production at work, and all is well. I am currently in the process of adding PHP Style documentation and Tests. The Extension is a Driver for the RexPro protocol. RexPro is a binary interface to Rexster, which is a graph server that exposes Blueprints graphs. Most of the major players in the Graph Database space implement Blueprints, including Orient, Titan and Neo4j. This driver will allow any user to interface with those databases. *My code is here*: https://github.com/travib/rexpro-php-driver *Zephir is here*: http://zephir-lang.com/ *Rexster is here*: https://github.com/tinkerpop/rexster/wiki Please let me know if there is anything I should be doing differently, or if I should just go ahead to http://pecl.php.net/account-request.php and request an account. Best Wishes, Travis Black
