PHPackages                             aatis/tester - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. aatis/tester

ActiveLibrary[Testing &amp; Quality](/categories/testing)

aatis/tester
============

Test library of Aatis

1.3.0(2y ago)096PHP

Since Dec 1Pushed 8mo ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (8)Used By (0)

Aatis Tester
============

[](#aatis-tester)

Package including a set of tools for testing.

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

[](#installation)

```
composer require aatis/tester
```

Content
-------

[](#content)

### Common

[](#common)

`Interfaces`

- WriterInterface
    - **write**(string message): void

`Services`

- Writer
    - **construct**(string defaultMessage)
    - **write**(?string message = null): void
        - if message is null, write defaultMessage
        - else write message

### ErrorHandler

[](#errorhandler)

`Enums`

- ExtraExceptionCodeEnum
    - **\_30** = 'Extra Error'
    - **\_50** = 'Zebi Error'

### EventDispatcher

[](#eventdispatcher)

`Events`

- CustomEvent etxends Event

    - **construct**(string $message)
    - **getMessage**(): string
- CustomStoppableEvent extends StoppableEvent

    - **construct**(string $message)
    - **getMessage**(): string

`Listeners`

- CustomListener
    - **\_\_invoke**(CustomStoppableEvent $event): void

`Subscribers`

- CustomSubscriber
    - **\_\_construct**(private readonly WriterInterface $writer)
    - **custom**(CustomEvent $event): void
    - **customFirst**(CustomStoppableEvent $event): void
    - **customNever**(CustomStoppableEvent $event): void
    - **getSubscribedEvents**(): iterable

### TemplateRenderer

[](#templaterenderer)

`Enums`

- ExtraTemplateFileExtensionEnum
    - **EXTRA** = '.extra.php'
    - **ZEBI** = '.zebi'

`Services`

- ExtraRenderer extends PhpRenderer

    - **EXTENSION** = ExtraTemplateFileExtensionEnum::EXTRA
- ZebiRenderer extends PhpRenderer

    - **EXTENSION** = ExtraTemplateFileExtensionEnum::ZEBI

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance42

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~18 days

Total

5

Last Release

823d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f62599db29152e0adf71ca1df468470b4d572bc556a4a634dc6c016157a5044?d=identicon)[Aatis](/maintainers/Aatis)

---

Top Contributors

[![BatMaxou](https://avatars.githubusercontent.com/u/90443919?v=4)](https://github.com/BatMaxou "BatMaxou (1 commits)")

### Embed Badge

![Health badge](/badges/aatis-tester/health.svg)

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

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)

PHPackages © 2026

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