|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| aitradeinc/php-sql-parser | 0.85 | A PHP SQL parser library for analyzing SQL strings. Parse queries into structured data (AST/array) you can inspect, validate, rewrite, or use for tooling like linters, query builders, or migration helpers. Lightweight package for PHP applications. | 0 | 0 | 1 | 0 | 0 | 0.9 | — | MIT | 4 years ago | |
| kekos/multipart-form-data-parser | 0.82 | 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 | 12K | 0 | 0.0 | 51.9 | — | — | |
| iamcal/sql-parser | 0.82 | Fast PHP parser for MySQL 5.7 CREATE TABLE statements. Converts schema SQL into an easy-to-use array describing tables, fields, indexes, and options. Designed to deconstruct valid DDL (not validate it); install via Composer. | 77 | 77 | 20 | 5M | 0 | 11.4 | 60.0 | MIT | 6 months ago | |
| ircmaxell/php-yacc | 0.82 | PHP port of kmyacc: a YACC/LALR(1) parser generator. Feed it a YACC grammar plus a parser template to generate fast PHP parsers. Useful for building language/DSL parsers; generation is resource-heavy, but produced parsers run efficiently. | 155 | 156 | 15 | 3K | 2 | 18.9 | 20.7 | NOASSERTION | 3 months ago | |
| akeneo-labs/spreadsheet-parser-bundle | 0.82 | — | 4 | 4 | 1 | 2 | 0 | 0.7 | 2.0 | NOASSERTION | 12 years ago | |
| mossadal/math-parser | 0.81 | Safe PHP math expression parser/evaluator that builds an AST from user formulas. Supports arithmetic, variables, and elementary functions, plus interpreters for evaluation, symbolic differentiation, and LaTeX pretty-printing; customizable lexer/parser with StdMathParser. | 179 | 179 | 41 | 43K | 9 | 5.0 | 36.2 | LGPL-3.0 | — | |
| onemustcode/query | 0.81 | — | 4 | 4 | 2 | 266 | 5 | 4.4 | 25.0 | MIT | 8 years ago | |
| akeneo-labs/spreadsheet-parser | 0.81 | 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 | 4K | 13 | 7.6 | 25.7 | 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 | 834 | 15 | 190K | 1 | 5.0 | 32.6 | Apache-2.0 | 4 years ago | |
| beeflow/sqlquerymanager | 0.81 | Simple SQL query manager for PHP/Symfony. Load SQL from files and safely inject parameters using typed placeholders (string, int, secureString, email, etc.), with support for custom vartypes via service tags. Use as a Symfony service or via the SQLQuery class. | 1 | 1 | 0 | 0 | 0 | 0.7 | 0.8 | GPL-2.0 | 9 years ago | |
| nilportugues/sql-query-formatter | 0.80 | Lightweight PHP SQL formatter that turns messy, computer-generated queries into clean, human-readable plain text. Preserves data-binding placeholders like :variable and ? while reformatting, making SQL easier to read and debug without adding colors or markup. | 38 | 39 | 8 | 24K | 1 | 2.0 | 38.5 | MIT | 10 years ago | |
| devtrw/parse-bundle | 0.80 | — | 1 | 2 | 0 | 0 | 0 | 0.0 | — | — | — | |
| jdorn/sql-formatter | 0.80 | — | 3,847 | 3,914 | 184 | 615K | 23 | 33.2 | 42.3 | MIT | 12 years ago | |
| microsoft/tolerant-php-parser | 0.80 | Tolerant PHP parser from Microsoft that builds an AST even from incomplete or syntactically invalid code. Ideal for IDEs, refactoring tools, and static analysis, with error recovery and precise source positions for tokens and nodes. | 895 | 896 | 85 | 187K | 54 | 23.3 | 51.8 | MIT | — | |
| timgws/query-builder-parser | 0.80 | Parse jQuery QueryBuilder rules into safe Laravel query builder constraints. Whitelist allowed fields, then generate SQL (Illuminate/Database) or MongoDB queries (via jenssegers/mongodb). Works well with tools like jQuery DataTables for advanced filtering. | 161 | 161 | 74 | 2K | 10 | 27.8 | 22.1 | MIT | 2 months ago | |
| boson-php/pasm | 0.79 | pasm is a tiny PHP package from boson-php for working with PASM (an assembly-like format). It provides building blocks to parse, represent, and manipulate PASM code for toolchains, compilers, or code generation experiments. | 0 | 0 | 0 | 38 | 0 | 0.0 | 22.0 | MIT | — | |
| nikic/php-parser | 0.79 | 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,450 | 17,523 | 1,131 | 17M | 49 | 84.5 | 74.6 | BSD-3-Clause | 1 month ago | |
| netgen/query-translator | 0.78 | Laravel package that translates request input into structured query criteria for filtering, sorting, pagination, and includes. Build safe, reusable query pipelines for Eloquent with configurable mappings and operators, keeping controllers thin and consistent across endpoints. | 206 | 204 | 11 | 32K | 2 | 3.4 | 30.4 | MIT | 4 years ago | |
| goaop/dissect | 0.78 | — | 2 | 3 | 1 | 7K | 0 | 14.0 | 54.0 | MIT | 4 months ago | |
| deepslam/content-parser | 0.78 | Laravel 5 package to extract a web page’s main content and title using automatic algorithms. Supports Graby (default) and Mercury API parsers, with an extensible architecture and optional HTML cleanup (remove CSS/style attrs, strip tags) for clean output. | 3 | 3 | 1 | 0 | 1 | 2.2 | — | — | 9 years ago |
How can I help you explore Laravel packages today?