Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Getopt Php Laravel Package

ulrichsg/getopt-php

Lightweight PHP library for parsing command-line options and arguments (getopt). Define short/long flags, required/optional values, and get a clean result for building CLI tools. No framework dependencies, simple API, supports help/usage output.

View on GitHub
Deep Wiki
Context7

layout: default title: Installation permalink: /installation.html

{{ page.title }}

The recommended way of installing GetOpt.php is to use Composer.

Use composer

$ /path/to/composer require ulrichsg/getopt-php

Replace ^3.0 by the release number you want to use (a list of releases is available on Packagist).

Manually edit composer.json

Add it to your composer.json file like this:

{
    "require": {
        "ulrichsg/getopt-php": "^3.2"
    }
}

Afterwards update the package or all packages:

# update only getopt-php
$ /path/to/composer update ulrichsg/getopt-php

# update all packages
$ /path/to/composer update

Download and install manually

If not using Composer, you can download the desired release from GitHub and integrate it into your application manually. GetOpt.php does not have any external dependencies.

In this case you have to configure an autoload mechanism or load all files manually too.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4
php-http/client-implementation
phpcr/phpcr-implementation
cucumber/gherkin-monorepo
haydenpierce/class-finder
psr/simple-cache-implementation
uri-template/tests