amphp/parser
Streaming parser helper for AMPHP: build incremental, generator-based parsers for line-, delimiter-, or length-based protocols. Feed data via Parser::push(); yield a delimiter string, byte length, or null to flush/await more input. PHP 7.4+ compatible.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| amphp/byte-stream | 0.90 | Event-driven byte stream abstractions for PHP 8.1+ in the AMPHP ecosystem. Provides ReadableStream/WritableStream interfaces plus implementations like Payload, buffers, resource/iterable streams, stream chaining, base64 encode/decode, and decompression for fiber-friendly I/O. | 393 | 392 | 28 | 3M | 2 | 12.3 | 54.0 | MIT | 1 year ago | |
| amphp/amp | 0.89 | AMPHP (AMP) accelerates PHP concurrency with fibers, eliminating callbacks and generators. Built on PHP 8.1’s cooperative coroutines, it lets you run async tasks like sync code—ideal for I/O-bound apps. Use Amp\async() for parallel execution and Future::await() to handle results seamlessly. No event... | 4,416 | 4,431 | 258 | 3M | 15 | 48.4 | 46.9 | MIT | 9 months ago | |
| amphp/file | 0.84 | Non-blocking file I/O for PHP 8.1+ in the AMPHP ecosystem. Read/write files or stream via async file handles while keeping apps responsive. Uses multi-process by default, with optional eio/uv/parallel drivers when available. | 110 | 111 | 27 | 42K | 6 | 31.5 | 44.0 | MIT | 4 weeks ago | |
| opcodesio/mail-parser | 0.82 | Simple, fast PHP 8+ email/MIME parser with a clean API—no mailparse extension required. Parse .eml strings/files, read headers (From/To/Subject/Date/size), and extract HTML/text bodies, parts, and attachments. | 22 | 22 | 3 | 594K | 1 | 19.9 | 62.4 | MIT | 3 months ago | |
| akeneo-labs/spreadsheet-parser | 0.82 | Lightweight spreadsheet reader focused on low memory usage, even for large files. Parses XLSX and CSV, exposes workbook/worksheet APIs, and provides row iterators for streaming data extraction with configurable CSV options (encoding, delimiter, enclosure, etc.). | 145 | 147 | 49 | 5K | 13 | 7.6 | 27.0 | NOASSERTION | 7 years ago | |
| jms/parser-lib | 0.81 | jms/parser-lib is a lightweight PHP parser library by JMS, providing reusable parsing components to build custom parsers quickly. Ideal for interpreting structured text and creating DSLs. Full docs available at jmsyst.com/libs/parser-lib. | 827 | 835 | 15 | 214K | 1 | 5.0 | 33.5 | Apache-2.0 | 4 years ago | |
| akeneo/spreadsheet-parser-bundle | 0.81 | — | 4 | 4 | 1 | 0 | 0 | 0.7 | — | NOASSERTION | 11 years ago | |
| bigfoot/import-bundle | 0.80 | — | 0 | 0 | 3 | 0 | 0 | 2.8 | — | — | 11 years ago | |
| avtonom/mathielen-import-engine | 0.79 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| guzzle/parser | 0.79 | guzzle/parser provides lightweight message parsing utilities for Guzzle, helping you parse HTTP request/response messages, headers, and related components. Useful when working with raw HTTP strings or building tooling around Guzzle’s message format. | 21 | 18 | 2 | 50K | 0 | 0.2 | 46.4 | — | — | |
| parsica-php/parsica | 0.79 | Parsica is a PHP parser combinator library for building custom parsers from small reusable pieces. Compose complex grammars with a fluent API, parse strings into structured results, and handle errors cleanly—ideal for DSLs, config formats, and language tooling. | 412 | 412 | 17 | 15K | 11 | 12.4 | 28.1 | MIT | 10 months ago | |
| portphp/portphp | 0.79 | Port is a PHP data import/export workflow library. Build pipelines to read, transform, validate, and write data across formats and sources, with reusable steps and a flexible architecture for ETL-style jobs. | 284 | 273 | 45 | 51K | 27 | 14.3 | 40.4 | MIT | 2 years ago | |
| kekos/multipart-form-data-parser | 0.79 | Parse multipart/form-data bodies in PHP, including raw HTTP input. Useful for handling file uploads and form fields when your environment doesn’t populate $_FILES/$_POST (e.g., non-standard servers, PUT/PATCH requests). | 1 | 1 | 1 | 9K | 0 | 0.0 | 50.4 | — | — | |
| coderflex/laravel-csv | 0.79 | — | 65 | 64 | 7 | 0 | 0 | 4.0 | 1.1 | MIT | 1 year ago | |
| amphp/cache | 0.79 | Non-blocking cache library for Amp-based PHP apps. Provides async cache interfaces and adapters (e.g., in-memory, filesystem, Redis) with TTL support, atomic operations, and PSR-style ergonomics for high-concurrency services. | 128 | 127 | 16 | 2M | 0 | 4.5 | 55.3 | MIT | 2 years ago | |
| nikic/php-parser | 0.78 | Parse PHP code into an Abstract Syntax Tree (AST) for static analysis, manipulation, and code generation. Supports PHP 5.x to 8.4, handles errors gracefully, and preserves formatting during AST-to-code conversion. Easily traverse, modify, and convert ASTs back to PHP, with JSON serialization support... | 17,440 | 17,509 | 1,121 | 16M | 47 | 75.1 | 67.5 | BSD-3-Clause | 6 months ago |
How can I help you explore Laravel packages today?