Download the PHP package recruiterphp/recruiter without Composer
On this page you can find all versions of the php package recruiterphp/recruiter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download recruiterphp/recruiter
More information about recruiterphp/recruiter
Files in recruiterphp/recruiter
Package recruiter
Short Description Job Queue Manager: high performance, high volume, persistent, fault tolerant. 100% PHP/MongoDB, 100% Awesome
License MIT
Homepage https://github.com/recruiterphp/recruiter
Informations about the package recruiter
Disclaimer
This is a work in progress not ready to be used or seen. This work is sponsored by Onebip, EasyWelfare
Recruiter
It's a Job Queue Manager built with PHP meant to be used in PHP projects. Features and characteristics:
- Jobs are made persistent on MongoDB
- Jobs are retriable with complex and customizable strategies
- Multiple queues are supported through tagging
- Jobs are stored by default in an history collection for after the fact inspection and analytics
- Built to be robust, scalable and fault tolerant
History
Onebip is a payment system (think PayPal with mobile devices in place of credit cards), things like: payment notifications, subscription renewals, remainder messages, … are really important. You cannot skip or lose a job (notification are idempotent but payments are not). You cannot forgot to have completed a job (customer/merchant support must have data to do their job). You need to know if and when you can retry a failed job (external services have rate limits and are based on agreements/contracts). We have developed internally our job/queue solution called Recruiter. After a year in production and many billions of jobs we have decided to put what we have learned into a stand alone project and to make it available to everyone.
Documentation
On ReadTheDocs you can find the reference documentation for the Recruiter project.
Continuous Integration
All versions of recruiter with dependencies
ext-mongodb Version >=1.1
alcaeus/mongo-php-adapter Version ^1.1
recruiterphp/geezer Version ^5
gabrielelana/byte-units Version ~0.1
monolog/monolog Version >=1
recruiterphp/concurrency Version ^3.0
psr/log Version ^1.0
symfony/console Version ^4.2
symfony/event-dispatcher Version ^3.4|^4.0
ulrichsg/getopt-php Version ~2.1
mongodb/mongodb Version ^1.4
mtdowling/cron-expression Version ^1.2