alchemy/rabbitmq-management-client
PHP client for the RabbitMQ Management HTTP API. Query and manage queues, exchanges and more via synchronous Guzzle requests or asynchronous ReactPHP promises. Includes a Guarantee helper to ensure resources exist and match desired settings.
After adding sensio to your path (with something like sys.path.insert(0, os.path.abspath('./path/to/sensio'))), you can use the following extensions
in your conf.py file:
sensio.sphinx.refincludesensio.sphinx.configurationblocksensio.sphinx.phpcodeTo enable highlighting for PHP code not between <?php ... ?> by default:
lexers['php'] = PhpLexer(startinline=True)
lexers['php-annotations'] = PhpLexer(startinline=True)
And here is how to use PHP as the primary domain:
primary_domain = 'php'
Configure the api_url for links to the API:
api_url = 'http://api.symfony.com/master/%s'
How can I help you explore Laravel packages today?