php-standard-library/shell
Execute shell commands safely in PHP with robust argument escaping, clear capture of stdout/stderr, and helpful error handling. Part of PHP Standard Library, designed for predictable command execution and output management across environments.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| laravel-zero/framework | 0.87 | Laravel Zero is an unofficial, Laravel-based micro-framework for building fast, elegant console apps. Includes optional Eloquent/logging, interactive menus, desktop notifications, scheduler, standalone compiler, and Collision-powered error reporting. | 343 | 342 | 63 | 53K | 0 | 25.3 | 35.1 | MIT | 2 months ago | |
| digitalnoise/command-launcher | 0.87 | Laravel package for launching and managing console commands programmatically. Provides a simple API to trigger Artisan commands, pass arguments/options, and handle execution flow for scheduled tasks, integrations, and background processes. | 0 | 0 | 0 | 23 | 0 | 0.0 | 19.1 | — | — | |
| mckenziearts/laravel-command | 0.86 | Dev-only Artisan generators for Laravel: quickly scaffold templated repositories, helpers, and observers. Adds make:repository and related commands to create boilerplate files, with configurable model namespaces for non-standard app structures. | 32 | 32 | 2 | 1 | 0 | 0.5 | 0.2 | — | 8 years ago | |
| titasgailius/terminal | 0.86 | A lightweight PHP package for building and running terminal commands. Compose commands with a fluent API, execute processes, stream output, handle timeouts and exit codes, and run tasks cross-platform—ideal for artisan tools, deploy scripts, and CI automation. | 513 | 514 | 37 | 3K | 0 | 8.9 | 10.7 | — | 1 year ago | |
| pmjones/auto-shell | 0.86 | AutoShell maps CLI command names to PHP command classes in a namespace, reflecting on a main method to parse args/options (scalars or arrays). Add a class in the command directory and it becomes available automatically—no dependencies, minimal setup. | 51 | 51 | 2 | 118 | 0 | 17.6 | 8.1 | MIT | 2 months ago | |
| digipolisgent/command-builder | 0.85 | PHP command builder to compose complex shell command strings fluently. Add flags/arguments, pipe output, and chain onSuccess/onFailure blocks to build conditional command groups for safe execution and readable CLI scripting. | 0 | 0 | 0 | 4K | 1 | 0.4 | 49.6 | MIT | 6 years ago | |
| alexeyshockov/plain-commands | 0.85 | — | 2 | 2 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| symfony/json-streamer | 0.84 | Stream JSON efficiently with Symfony JsonStreamer. Read and write large JSON structures incrementally from streams to reduce memory usage, with powerful helpers for streaming serialization/deserialization and handling big payloads in real time. | 15 | 14 | 1 | 63K | 0 | 28.8 | 58.3 | MIT | 2 weeks ago | |
| jstewmc/stream | 0.83 | jstewmc/stream is a small PHP library that provides a simple Stream abstraction for working with PHP stream resources. It helps with reading/writing, buffering, and common stream operations behind a cleaner, object-oriented API. | 5 | 5 | 0 | 8K | 0 | 0.0 | — | MIT | — | |
| nette/utils | 0.83 | Handy PHP utility classes from the Nette Framework: strings, arrays, JSON, dates/times, file system helpers, safe reflection, and more. Lightweight, well-tested, and framework-agnostic—useful building blocks for everyday PHP and Laravel projects. | 2,140 | 2,186 | 153 | 11M | 9 | 47.0 | 66.0 | NOASSERTION | 3 weeks ago | |
| bcncommerce/stream-wrapper | 0.83 | Laravel package providing a custom PHP stream wrapper to transparently read/write resources via non-standard URIs. Useful for integrating external storage or services behind fopen/file_get_contents with a familiar filesystem-like API. | 5 | 6 | 0 | 5 | 0 | 0.0 | — | MIT | 10 years ago | |
| php-standard-library/process | 0.81 | Typed, non-blocking PHP API for spawning, monitoring, and controlling child processes. Manage stdin/stdout/stderr streams, retrieve exit codes, and handle timeouts and signals with a clean, reliable interface for long-running and parallel tasks. | 0 | 0 | 0 | 13K | 0 | 21.2 | 64.8 | MIT | 2 weeks ago | |
| bcncommerce/json-stream | 0.81 | Stream JSON reading and writing for PHP. Incrementally parse or generate large JSON documents from file handles without loading everything into memory. Supports entering/leaving objects and arrays, reading keys or iterating items—ideal for exports/imports like product catalogs. | 65 | 67 | 10 | 40K | 2 | 2.2 | 38.3 | MIT | 5 years ago | |
| guzzlehttp/psr7 | 0.80 | Full PSR-7 message implementation with rich stream support: multiple stream types and decorators (append, buffer, caching, etc.), plus helpers like query-string parsing. Installed via Composer and maintained with v2 for PHP 7.2.5+. | 7,944 | 8,006 | 20 | 18M | 1 | 56.8 | 54.4 | MIT | 1 week ago | |
| jstewmc/chunker | 0.79 | Multi-byte safe chunked reading for huge files or strings in PHP. Avoids breaking UTF-8 characters by adjusting chunk boundaries so each chunk is valid text, reducing memory use while processing streams sequentially. | 7 | 8 | 1 | 7K | 0 | 0.1 | 40.8 | MIT | — | |
| centric/centric-livestreaming | 0.79 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| twistor/stream-util | 0.79 | Lightweight PHP helper for working with streams. Copy/clone streams, inspect size and metadata, check readability/writability/seekability/appendability, and safely rewind/seek. Includes mode and URI utilities for fopen-compatible streams. | 9 | 9 | 8 | 13K | 0 | 0.7 | 43.9 | MIT | — | |
| bugover/laravel-websocket | 0.79 | Fork of beyondcode/laravel-websockets bringing WebSockets to Laravel as a drop-in Pusher replacement. Supports SSL, Laravel Echo, and a debug dashboard, plus added connection events and two-way client-to-server messaging. | 3 | 3 | 0 | 0 | 0 | 8.9 | — | MIT | 11 months ago | |
| ezimuel/ringphp | 0.78 | RingPHP provides a lightweight, PSR-7–focused abstraction for HTTP clients and servers, inspired by the Ring specification. Compose middleware-style handlers, adapt to popular transports, and build reusable, testable HTTP stacks without locking into a single client. | 179 | 179 | 16 | 3M | 0 | 17.6 | 62.1 | MIT | 3 months ago | |
| php-standard-library/php-standard-library | 0.78 | PSL is a modern standard library for PHP 8.4+, inspired by HHVM’s HSL. It offers consistent, well-typed APIs for async, collections, I/O, networking, crypto, terminal UI, and more—safer alternatives to built-ins with predictable errors and async-ready design. | 1,543 | 1,544 | 87 | 254K | 21 | 46.2 | 44.0 | MIT | 2 weeks ago |
How can I help you explore Laravel packages today?