sebastian/code-unit

repository·main·Indexed 22 days ago

https://github.com/sebastianbergmann/code-unit

A collection of value objects designed to represent various PHP code units.

Tokens
125
Snippets
1
Records
2
Agent score
29%

What's inside code-unit

  1. Install sebastian/code-unit via Composer

    main

    You can add sebastian/code-unit to your project using Composer.

    To add it as a local, per-project dependency, use:

    composer require sebastian/code-unit

    If you only need the library during development (for example, to run a test suite), add it as a development-time dependency:

    composer require --dev sebastian/code-unit