Libraries tagged by bean
enqueue/magento2-enqueue
18834 Downloads
Message Queue solutions for Magento2. Supports RabbitMQ, AMQP, STOMP, Amazon SQS, Kafka, Redis, Google PubSub, Gearman, Beanstalk, Google PubSub
beanworks/quickbooks-online-v3-sdk
40510 Downloads
QBO v3 API SDK for PHP. Supported and used by BeanworksAP.
appserver-io-psr/epb
11128 Downloads
PSR containing Enterprise PHP Beans classes and interfaces.
anorgan/qutee
1939 Downloads
Simple queue manager and task processor for PHP
aimeos/ai-mqueue
91 Downloads
Aimeos 3rd party message queue integration
dtc/queue
1165 Downloads
Symfony2/3/4/5 Queue Bundle (for background jobs) supporting Mongo (Doctrine ODM), Mysql (and any Doctrine ORM), RabbitMQ, Beanstalkd, Redis, and ... {write your own}
visual-craft/work-queue-bundle
10701 Downloads
Background jobs scheduling using Beanstalk (Symfony bundle)
visual-craft/work-queue
10695 Downloads
Work queue using Beanstalk
peppeocchi/laravel-elb-middleware
45067 Downloads
Laravel middleware for Elastic Beanstalk
mrpoundsign/pheanstalk-5.3
13432 Downloads
Pure PHP5.3 client for the Beanstalk queueing system. Alls credits belong to author, Paul Annesley
jimbojsb/bstools
5293 Downloads
beanstalkd tools
gilbitron/sqsd
2627 Downloads
A replica of the AWS Elastic Beanstalk worker SQS daemon (sqsd) in PHP
genai/trace
162 Downloads
Request correlation IDs for centralized logging. A TraceInterceptor reads X-Request-Id (or generates one), exposes it via a TraceContext bean + a global trace_id(), echoes it on the response, and a Monolog processor stamps it on every log line. PHP 5.3-safe at runtime.
genai/sql-mapper
161 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.
genai/property
200 Downloads
Compile-time config (.env / .ini) binder: compiles #[Property] classes into a container fragment so config resolves as DI beans. Runtime is PHP 5.3.29.