# atoum/atoum

The modern, simple and intuitive PHP unit testing framework.

Repository: https://github.com/atoum/atoum
Canonical: https://ross.abutalabs.com/products/atoum
Homepage: http://atoum.org
Language: PHP
License: NOASSERTION
License Family: other
Topics: php, unit-testing, test, test-framework, atoum, hacktoberfest
Archived: true
Last push: 2025-10-30T07:44:56+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 49, release rhythm 40, longevity 100
- inputs: {"age_days": 5550, "days_push": 307, "days_rel": 323, "gap_med": 75.0, "n_releases_24m": 3}
- flags: archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1442, forks 144 (observed 2026-08-28T04:04:44.713936+00:00)

## What it is
atoum is a modern, standalone unit testing framework for PHP, distributed as a single PHAR archive. It offers fluent, natural-language-style asserters, an easy mock generator, and multiple execution engines (inline, isolated, concurrent) for fast and reliable tests.

## Use cases
- write unit tests for a PHP project
- generate mocks and stubs for PHP classes
- run tests in parallel for faster feedback
- test PHP 8.x code with modern language features
- adopt a BDD-like given/when/then test style
- integrate unit testing into continuous integration pipelines

## When to choose
- you want a simple, standalone PHP test framework installable as a single PHAR
- you prefer fluent, readable assertions over PHPUnit's API
- you need built-in test isolation and concurrent execution
- you target modern PHP 8.0-8.4 features like enums, readonly properties, and property hooks

## When to avoid
- your team and tooling ecosystem is already standardized on PHPUnit
- you need a framework with broader third-party extension adoption
- you are testing non-PHP code

## Facets
- artifact type: library
- maturity: active
- function: testing, mocking
- domain: testing, developer-tools, programming-languages
- platform: php, cli
- tags: unit-testing, test-framework, assertions, mock-generator, php8, fluent-interface, test-isolation, bdd-style

## Member repositories
- atoum/atoum (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:44.713936+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:36:23.619350+00:00, confidence not recorded.
  - readme: https://github.com/atoum/atoum (fetched 2026-08-28T04:04:44.713936+00:00, sha 386baa552102)
  - homepage: http://atoum.org (fetched 2026-08-29T11:47:39.931676+00:00, sha f57e282ec798)
  - site_page: https://atoum.org/features.html (fetched 2026-08-29T11:47:39.940969+00:00, sha 306ee1b95b26)
  - site_page: http://atoum.org/about/contact.html (fetched 2026-08-29T11:47:39.946089+00:00, sha fc16cac8a370)
- Data as of 2026-08-30T08:39:29.467469+00:00.
