PHPackages                             recruiterphp/geezer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. recruiterphp/geezer

ActiveLibrary

recruiterphp/geezer
===================

PHP tools to build robust long-running processes

v7.1.0(9mo ago)02.2k↓100%1MITPHPPHP ^8.4

Since Feb 21Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/recruiterphp/geezer)[ Packagist](https://packagist.org/packages/recruiterphp/geezer)[ RSS](/packages/recruiterphp-geezer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (7)Versions (19)Used By (1)

Geezer
======

[](#geezer)

PHP tools to build robust long-running processes.

Description
-----------

[](#description)

Geezer is a PHP library that provides tools for building and managing robust long-running processes. It uses Docker for development environment setup and includes a comprehensive set of development tools for testing, code analysis, and maintenance.

Requirements
------------

[](#requirements)

- PHP ^8.4
- ext-pcntl extension

Development Requirements
------------------------

[](#development-requirements)

- Docker

Dependencies
------------

[](#dependencies)

- **recruiterphp/concurrency** ^5.0 - For concurrent processing
- **symfony/console** ^7.3 - For command-line interface

Installation
------------

[](#installation)

Clone the repository and install dependencies:

```
git clone
cd geezer
make install
```

Development Commands
--------------------

[](#development-commands)

The project includes a comprehensive Makefile with the following targets:

### Docker Management

[](#docker-management)

- `make build` - Build the Docker image
- `make up` - Start the services in detached mode
- `make down` - Stop the services
- `make clean` - Clean up containers and volumes

### Dependency Management

[](#dependency-management)

- `make install` - Install composer dependencies
- `make update` - Update composer dependencies

### Testing and Code Quality

[](#testing-and-code-quality)

- `make test` - Run all PHPUnit tests
- `make phpstan` - Run PHPStan static analysis
- `make rector` - Run Rector for code refactoring
- `make fix-cs` - Fix code style using PHP-CS-Fixer

### Development Tools

[](#development-tools)

- `make shell` - Open a bash shell in the PHP container
- `make logs` - View PHP container logs in follow mode

Usage
-----

[](#usage)

1. Start the development environment:

    ```
    make up
    ```
2. Run tests to ensure everything is working:

    ```
    make test
    ```
3. Access the container for development:

    ```
    make shell
    ```

Code Quality
------------

[](#code-quality)

The project maintains high code quality standards using:

- **PHPUnit** for unit testing
- **PHPStan** for static analysis
- **PHP-CS-Fixer** for code formatting
- **Rector** for automated refactoring

Run all quality checks:

```
make test
make phpstan
make fix-cs
make rector
```

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance62

Regular maintenance activity

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~139 days

Recently: every ~515 days

Total

18

Last Release

273d ago

Major Versions

2.0.4 → 3.0.02019-03-28

3.0.1 → 4.0.02019-06-05

4.0.2 → 5.0.02019-12-09

5.0.3 → v6.0.02025-08-02

v6.0.0 → v7.0.02025-08-03

PHP version history (2 changes)1.0.0PHP ^7.2

v6.0.0PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed102e71a4ddc420660d84010ae0387b1c75340b77670e7e9a49d2964dd2ca80?d=identicon)[gabrielelana](/maintainers/gabrielelana)

![](https://www.gravatar.com/avatar/f3e93ddc6d8a23aa80fd9d3e1b62af4d04e035b698146659f4d606102fe4dee9?d=identicon)[silvadanilo](/maintainers/silvadanilo)

---

Top Contributors

[![dbellettini](https://avatars.githubusercontent.com/u/325358?v=4)](https://github.com/dbellettini "dbellettini (31 commits)")[![silvadanilo](https://avatars.githubusercontent.com/u/344657?v=4)](https://github.com/silvadanilo "silvadanilo (23 commits)")[![gabrielelana](https://avatars.githubusercontent.com/u/50211?v=4)](https://github.com/gabrielelana "gabrielelana (7 commits)")[![ew-master-user](https://avatars.githubusercontent.com/u/39056606?v=4)](https://github.com/ew-master-user "ew-master-user (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/recruiterphp-geezer/health.svg)

```
[![Health](https://phpackages.com/badges/recruiterphp-geezer/health.svg)](https://phpackages.com/packages/recruiterphp-geezer)
```

###  Alternatives

[phan/phan

A static analyzer for PHP

5.6k11.2M1.1k](/packages/phan-phan)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k3](/packages/elgg-elgg)[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[php-soap/wsdl-reader

A WSDL reader in PHP

212.3M9](/packages/php-soap-wsdl-reader)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
