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
Recruiter
A battle-tested job queue manager for PHP, with billions of jobs processed over the years in production environments.
โจ Features
- ๐ Production Ready - Billions of jobs processed over the years with proven reliability
- ๐ Advanced Retry Policies - Exponential backoff, custom strategies
- ๐ท๏ธ Multi-Queue Support - Job tagging and filtering
- ๐ Full Job History - Built-in analytics and monitoring
- ๐ก๏ธ Fault Tolerant - Graceful failure handling and recovery
- โก High Performance - Optimized for scale with MongoDB
- ๐ณ Docker Ready - Complete development environment included
- ๐งช Fully Tested - Comprehensive test suite with property-based testing
Requirements
- PHP 8.4+
- MongoDB Extension >=1.15
- MongoDB Server 4.0+
Installation
Quick Start
๐ข Production Heritage
Recruiter was born at Onebip in 2012, a major mobile payment platform processing millions of jobs daily. After being reengineered and open sourced in 2014, it was later adopted by EasyWelfare in 2018, with billions of jobs processed across both platforms:
- โ Jobs cannot be lost (payments aren't idempotent)
- ๐ Jobs must be traceable (for customer support)
- โฐ Failed jobs need smart retry logic (respecting rate limits)
After billions of jobs processed in production (2012-2024) and active development until 2020, Recruiter has proven its reliability across diverse production environments. Both original platforms have since been phased out due to corporate acquisitions, but in July 2025 Recruiter received a major modernization, ensuring it continues as a proven, independent solution with over a decade of battle-tested experience.
๐ Development
๐ Documentation
- Complete Documentation - Comprehensive guides and API reference
- Website - Project overview and quick start (Work in Progress)
- Examples - Ready-to-run code examples
๐ค Related Projects
Part of the RecruiterPHP ecosystem:
- concurrency - MongoDB-based distributed locking
- geezer - Tools for robust long-running processes
- clock - Testable time handling and MongoDB integration
- precious - Value object library
- zeiss - Event sourcing projections
All versions of recruiter with dependencies
ext-bcmath Version *
ext-mongodb Version >=1.1
ext-posix Version *
dragonmantank/cron-expression Version ^3.4
gabrielelana/byte-units Version ^0.5
mongodb/mongodb Version ^2.1
monolog/monolog Version ^3.9
psr/log Version ^3.0
recruiterphp/concurrency Version ^5.0
recruiterphp/geezer Version ^7.0
symfony/console Version ^7.3
symfony/event-dispatcher Version ^7.3
ulrichsg/getopt-php Version ^4.0