Skip to content

Collection of value objects that represent the PHP code units

License

Notifications You must be signed in to change notification settings

sebastianbergmann/code-unit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6bb7d09 · Jul 3, 2024
May 20, 2024
May 20, 2024
Mar 10, 2024
May 20, 2024
Jun 12, 2024
May 20, 2024
May 20, 2024
May 4, 2021
Dec 24, 2023
Jul 3, 2024
Dec 31, 2023
Jun 26, 2024
Mar 25, 2023
Oct 28, 2020
Feb 2, 2024
Apr 3, 2024
May 20, 2024
May 7, 2023

Repository files navigation

Latest Stable Version CI Status codecov

sebastian/code-unit

Collection of value objects that represent the PHP code units.

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/code-unit

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev sebastian/code-unit