Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 18, 2024 via composer

sebastian/cli-parser 3.0.0

Library for parsing CLI options
Package summary
Share
0
issues
1
license
1
BSD-3-Clause
Package created
12 Aug 2020
Version published
2 Feb 2024
Maintainers
1
Total deps
1
Direct deps
0
License
BSD-3-Clause

Issues

0
This package has no issues

Licenses

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
sebastian/cli-parser@3.0.0
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

0
All Dependencies CSV
β“˜ This is a list of sebastian/cli-parser 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities

Visualizations

Frequently Asked Questions

What does sebastian/cli-parser do?

Sebastian/cli-parser is a powerful, feature-rich PHP package that simplifies the process of parsing CLI options. This library, extracted from phpunit/phpunit, is designed specifically to parse $_SERVER['argv'], offering users a streamlined, efficient means to achieve this. Complete with CI Status, Type Coverage and Codecov integrations, users are assured of a robust and reliable CLI parsing solution, with consistent updates and improvements.

How do you use sebastian/cli-parser?

To use the sebastian/cli-parser library, first, you must install it into your PHP project. It is recommended to use Composer, an application-level PHP dependency management tool. You can install sebastian/cli-parser as a local, per-project dependency in your PHP project with the following composer command:

composer require sebastian/cli-parser

If this library is only required during development, for example, to run your project's test suite, then it should be added as a development-time dependency. This can be done using the following composer command:

composer require --dev sebastian/cli-parser

After successfully installing the library, you can start using it in your PHP scripts to parse CLI options.

Please note: The code usage examples were requested but the given readme content does not provide any examples or details on how to use the sebastian/cli-parser library.

Where are the sebastian/cli-parser docs?

The sebastian/cli-parser documentation can be found on the library's GitHub page. This comprehensive resource includes all the necessary information on how the library works, along with the latest updates and improvements. Although the readme does not provide the specifics for usage, most Github repositories often have their detailed documentation in the Wiki section, Readme file or the associated official website. Due to the lack of exact documentation location in the provided readme file, you may refer to the sebastian/cli-parser GitHub repository for more information.