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: Localization permalink: /localization.html

{{ page.title }}

Texts shown to a user are localized using the Translator which is a simple key-value translation class using php files for a translation map. These files can be found in resources/localization and contributions are highly appreciated.

By default the Translator is using the English translations. You can change to a predefined translation by calling GetOpt::setLang($language) where $language is a two-letter iso code of the language.

<?php
\GetOpt\GetOpt::setLang('de');

Custom language files

You can also use custom language files by passing a path to your language file. The script must return an array in the same format as the bundled language files.

<?php
\GetOpt\GetOpt::setLang(__DIR__ . '/path/to/cn.php');

Translations missing in a language file are translated with the English translation table.

Errors messages

The messages of exceptions thrown because of user input are also translated using this translator.

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