dkx / nette-gcloud-pubsub
This package is abandoned and no longer maintained.
No replacement package was suggested.
Google cloud pub/sub integration for Nette DI
0.0.1
2020-01-23 10:12 UTC
Requires
- php: >=7.4
- dkx/nette-gcloud: ^0.1.0
- google/cloud-pubsub: ^1.19
- nette/di: ^3.0
Requires (Dev)
- dkx/composer-phar-installer: ^0.0.1
- doctrine/coding-standard: ^7.0
- mockery/mockery: ^1.3
- overtrue/phplint: ^1.2
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^0.12.5
- phpstan/phpstan-beberlei-assert: ^0.12.2
- phpstan/phpstan-mockery: ^0.12.3
- phpstan/phpstan-nette: ^0.12.3
- phpstan/phpstan-phpunit: ^0.12.6
- phpstan/phpstan-strict-rules: ^0.12.1
This package is auto-updated.
Last update: 2024-01-23 18:28:59 UTC
README
Google cloud pub/sub integration for Nette DI
Installation
$ composer require dkx/nette-gcloud
$ composer require dkx/nette-gcloud-pubsub
Usage
extensions:
gcloud: DKX\NetteGCloud\DI\GCloudExtension
gcloud.pubSub: DKX\NetteGCloudPubSub\DI\GCloudPubSubExtension
Now you'll be able to simply inject the Google\Cloud\PubSub\PubSubClient
.