Download the PHP package facile-it/crossbar-http-publisher-bundle without Composer
On this page you can find all versions of the php package facile-it/crossbar-http-publisher-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package crossbar-http-publisher-bundle
CrossbarHTTPPublisherBundle
This bundle allows to submit PubSub events via HTTP/POST requests to a Crossbar HTTP Publisher, which is a simple, lightweight websocket server implemented in Python.
Features
- Define multiple publishers
- Publishers are automatically registered into Syomfony's service container
- Send signed requests easily
- Skip SSL certificate verification (useful in dev environment)
Requirements
- PHP >= 7
- Guzzle 5 or 6
- The following Symfony components (or the full-stack framework), version 2.7, 2.8, 3.x or 4.x:
- symfony/framework-bundle
- symfony/dependency-injection
- symfony/config
Installation
Require this package with Composer:
... and register the bundle in your app (usually in app/AppKernel.php
)
`
Configuration
You just need to configure the publishers that you need to use; here is an example of the config, with the default values:
Usage
Once you've done that, the publishers will be available as Symfony services in your container:
All versions of crossbar-http-publisher-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
symfony/http-kernel Version ^4.4 || ^5.4 || ^6.4
symfony/framework-bundle Version ^4.4 || ^5.4 || ^6.4
symfony/dependency-injection Version ^4.4 || ^5.4 || ^6.4
symfony/config Version ^4.4 || ^5.4 || ^6.4
guzzlehttp/guzzle Version ^5.0 || ^6.0
symfony/http-kernel Version ^4.4 || ^5.4 || ^6.4
symfony/framework-bundle Version ^4.4 || ^5.4 || ^6.4
symfony/dependency-injection Version ^4.4 || ^5.4 || ^6.4
symfony/config Version ^4.4 || ^5.4 || ^6.4
guzzlehttp/guzzle Version ^5.0 || ^6.0
The package facile-it/crossbar-http-publisher-bundle contains the following files
Loading the files please wait ....