RabbitMQ Extension Naming
[email protected] (Pieter de Zwart)
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <C7DA4DB9.7F2F%[email protected]> |
Hey guys, I am going through the motions of getting the RabbitMQ PHP Extension listed in PECL. Now that I have an account (thank you Pierre,) the next item is naming. The project is currently named php-rabbit on Google Code for obvious reasons, and for reasons just as obvious, that name will not work as part of the PECL directory. Since the extension is currently compiled into rabbit.so/rabbit.dll, ³rabbit² or ³rabbitmq² seem like good potential names. Feedback? There is one caveat: because RabbitMQ implements the AMQP standard, the classes provided by this extension are: AMQPConnection, AMQPQueue, etc... Is that a problem? Should they become RabbitConnection, or RabbitMQConnection depending on the chosen name? Thanks, Pieter