buzzingpixel / php-queue
Installs: 1 213
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- php: ^8.2
- buzzingpixel/php-template-engine: ^1.0
- lcobucci/clock: ^3.1
- psr/cache: ^3.0
- psr/clock: ^1.0
- psr/log: ^2
- ramsey/uuid: ^4.7
- spatie/php-cloneable: ^1.0
- symfony/cache: ^6.2
Requires (Dev)
- doctrine/coding-standard: ^11.0.0
- mnapoli/silly: ^1.8
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-strict-rules: ^1.5
- psr/http-message: ^2.0
- squizlabs/php_codesniffer: ^3.6
- symfony/console: ^6.2
- symfony/var-dumper: ^6.2
Suggests
- ext-redis: Required to use the Redis queue driver
- mnapoli/silly: If you're using the Silly Console app, a buzzingpixel-queue:consume-next command is supplied
- symfony/console: If you're using Symfony Console, a buzzingpixel-queue:consume-next command is supplied
This package is auto-updated.
Last update: 2024-11-19 18:36:25 UTC
README
A fairly simple PHP queuing system you can add to nearly any PHP app that utilizes a PSR-11 container.
Documentation
License
Copyright 2024 BuzzingPixel, LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.