clue/arguments
clue/arguments is a small PHP utility to parse and handle command-line arguments. It helps normalize argv, split options and values, and access flags and parameters easily—useful for building simple CLI tools without pulling in a full console framework.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| clue/term-react | 0.83 | Streaming terminal emulator for ReactPHP. Includes ControlCodeParser stream wrapper to strip ANSI/VT100 control sequences from input, buffering incomplete sequences so emitted data is always plain text for reliable processing. | 104 | 104 | 7 | 259K | 0 | 3.5 | 46.9 | MIT | 2 years ago | |
| zendframework/zend-console | 0.83 | Zend\Console provides a robust set of tools for building PHP command-line apps and scripts. It includes input parsing, argument and option handling, console adapters, and helpers for formatting output, making it easier to create interactive and portable CLI commands. | 47 | 50 | 30 | 36K | 9 | 2.3 | 29.4 | BSD-3-Clause | 7 years ago | |
| clue/utf8-react | 0.83 | Streaming UTF-8 parser for ReactPHP streams. Wraps a ReadableStream to ensure emitted chunks contain only complete, valid UTF-8 sequences, buffering split multibyte characters and replacing invalid bytes with a configurable placeholder. | 66 | 66 | 6 | 263K | 9 | 5.1 | 51.9 | MIT | 2 years ago | |
| symplify/easy-testing | 0.81 | Utilities for easier PHP unit testing, focused on writing cleaner tests with less boilerplate. Provides helpers and base test cases commonly used in Symplify tools to streamline assertions, fixture handling, and test setup across projects. | 41 | 42 | 3 | 46K | 0 | 0.1 | 29.7 | MIT | — | |
| pds/skeleton | 0.81 | PDS standard defining a common filesystem skeleton for PHP packages. Specifies required root directories (src, tests, docs, config, bin, public, resources) and key root files (README, LICENSE, CHANGELOG, CONTRIBUTING), plus validation/generation tools. | 2,420 | 2,420 | 164 | 4K | 5 | 20.1 | 8.3 | CC-BY-SA-4.0 | 9 years ago | |
| clue/commander | 0.81 | Minimal, pragmatic console framework for PHP. Define commands with arguments/options, get automatic help/usage output, and run apps via a simple dispatcher. Lightweight alternative to Symfony Console for building small CLI tools quickly. | 167 | 167 | 9 | 1K | 5 | 5.2 | 13.9 | MIT | 5 years ago | |
| clue/ndjson-react | 0.80 | Streaming NDJSON (newline-delimited JSON) encoder/decoder for ReactPHP. Parse or emit large JSON record streams efficiently without loading everything into memory. Implements ReactPHP stream interfaces for easy integration with IPC/RPC and file pipelines. | 155 | 158 | 12 | 5M | 0 | 3.4 | 55.3 | MIT | 3 years ago | |
| clue/buzz-react | 0.80 | Deprecated: migrated to react/http and kept for BC. Legacy async PSR-7 HTTP client for ReactPHP, promise-based, supports concurrent requests and streaming responses. Upgrade by switching namespaces to React\Http\Browser. | 350 | 353 | 38 | 8K | 1 | 11.7 | 20.5 | MIT | 5 years ago | |
| clue/stdio-react | 0.79 | ReactPHP-based STDIO stream wrapper for non-blocking access to STDIN/STDOUT/STDERR. Enables event-driven CLI apps with readable and writable streams, integrating terminal input/output into the ReactPHP loop for async command-line tools. | 198 | 199 | 20 | 262K | 4 | 7.5 | 44.0 | MIT | 4 years ago | |
| sebastian/cli-parser | 0.78 | Parse PHP CLI arguments ($_SERVER['argv']) with a small, focused library extracted from PHPUnit. sebastian/cli-parser helps you interpret options and parameters reliably in console scripts and tools, with Composer-friendly installation. | 1,204 | 1,202 | 6 | 12M | 1 | 27.5 | 64.6 | BSD-3-Clause | 2 weeks ago | |
| laragraph/utils | 0.74 | Laravel utilities for building GraphQL servers: shared primitives and helpers used by GraphQL packages. Install via Composer and use as a lightweight foundation for SDL-first (Lighthouse) or code-first (graphql-laravel) setups. | 21 | 21 | 8 | 555K | 0 | 20.2 | 62.6 | MIT | 3 months ago | |
| clue/reactphp-sqlite | 0.73 | Async SQLite client for ReactPHP: run non-blocking queries against SQLite databases using promises and the event loop. Ideal for CLI daemons and long-running apps needing lightweight SQL storage without blocking I/O. | 57 | 57 | 10 | 1K | 10 | 6.1 | 21.9 | MIT | 1 year ago | |
| simple-cli/simple-cli | 0.72 | Dependency-free CLI framework for PHP 8 using attributes/annotations. Auto-generates --help docs, suggests mistyped commands, supports colors, interactive input with completion, and includes usage/version plus --help/--quiet/--verbose. CLI scaffolding and PHAR build support. | 11 | 12 | 2 | 13K | 0 | 4.5 | 41.8 | MIT | 3 years ago | |
| psalm/phar | 0.64 | Install Psalm as a standalone PHAR to avoid Composer dependency conflicts. psalm/phar lets you add Psalm to any project or CI environment without pulling in extra packages, keeping your dependency tree clean while still running Psalm reliably. | 26 | 27 | 4 | 100K | 9 | 6.7 | 51.4 | — | 4 years ago | |
| psalm/plugin-laravel | 0.63 | Laravel Psalm plugin for deep static analysis plus taint-based security scanning. Detect SQL injection, XSS, SSRF, shell injection, path traversal, and open redirects by tracking user input through Laravel code—without executing it. Complements Larastan/PHPStan. | 330 | 331 | 77 | 116K | 71 | 57.2 | 70.8 | MIT | 1 week ago |
How can I help you explore Laravel packages today?