sebastianbergmann/cli-parser

repository·main·Indexed 22 days ago

https://github.com/sebastianbergmann/cli-parser

A PHP library for parsing the $_SERVER['argv'] array, originally extracted from PHPUnit.

Tokens
100
Snippets
1
Records
1
Agent score
29%

What's inside cli-parser

  1. Install sebastian/cli-parser via Composer

    main

    You can add sebastian/cli-parser to your project using Composer.

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

    composer require sebastian/cli-parser

    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/cli-parser