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

Php Parser Laravel Package

nikic/php-parser

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...

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
2a/symfony-performance-analyzer 1 1 0 0 1 0.7 1 year ago
View on GitHub
Context7
adheart/logging 0 0 0 341 1 0.1 35.0
View on GitHub
Context7
adriansuter/php-autoload-override Override fully qualified function calls inside PHP class methods so you can mock them in tests. Works with Composer PSR-4 autoloading (PHP 8.2+). Use OverrideFactory to map functions (e.g., rand) to custom implementations for deterministic PHPUnit tests. 22 23 3 1K 0 16.3 28.5 MIT 4 months ago
View on GitHub
Context7
adrienlbt/hexagonal-maker-bundle Symfony MakerBundle extension that scaffolds Hexagonal Architecture use cases. Generates a UseCase class plus Request/Response DTOs and a Presenter interface in a clean Domain folder structure, with optional configurable layer paths. 3 4 1 0 0 0.0
View on GitHub
Context7
ahmed-bhs/doctrine-doctor Doctrine Doctor is a runtime analysis tool for Doctrine ORM integrated into the Symfony Web Profiler. It detects real-world issues like N+1 queries, slow queries, missing indexes, hydration overhead, and injection risks, with actionable backtraces and suggestions. 127 124 8 2K 15 33.8 27.4 MIT 4 weeks ago
View on GitHub
Context7
ajthinking/archetype Laravel package for defining and instantiating “archetypes” to generate consistent model data and fixtures. Helps standardize defaults, variations, and seeding/test setup by composing reusable templates for your app’s entities. 272 272 19 181K 2 31.5 45.7 MIT 3 weeks ago
View on GitHub
Context7
alvadi-it/translation-bundle 0 0 0 0 0 2.1 1 year ago
View on GitHub
Context7
amashukov/rector-php-rules 1 1 0 317 0 0.0 30.4 MIT
View on GitHub
Context7
amoifr/phpquality-bundle Symfony bundle and Docker image for PHP static code analysis. Generates reports on complexity, maintainability, coupling, architecture/SOLID layer violations, and coverage. Built as a modern replacement for the unmaintained phpmetrics/phpmetrics. 4 4 0 2 0 0.0 2.0
View on GitHub
Context7
andydefer/laravel-directive 0 0 0 1K 0 0.0 43.3 MIT
View on GitHub
Context7
apigen/apigen ApiGen generates smart, readable API documentation for PHP projects. Modern, easy to use, and supports PHP 8.3 features plus rich phpDoc/ PHPStan types, generics, type aliases, enums, union/intersection types, readonly, and more. 2,169 2,187 308 2K 21 35.6 11.4 NOASSERTION 3 years ago
View on GitHub
Context7
api-platform/schema-generator CLI tool from API Platform that generates PHP class models from vocabularies like Schema.org and ActivityStreams, or from OpenAPI specs. Quickly scaffold types and properties into a ready-to-use PHP codebase for APIs and domain models. 474 477 107 59K 25 30.8 40.7 MIT 7 months ago
View on GitHub
Deep Wiki
Context7
area17/phptorch A lightweight PHP binding for Torch (PyTorch/libtorch), letting you run tensor operations and neural-network inference from PHP. Aimed at simple ML tasks and experimentation, with minimal API surface and straightforward integration in PHP projects. 2 2 1 447 0 0.0 30.1
View on GitHub
Context7
artflow-studio/laravel-security 0 0 0 295 0 0.0 34.1 MIT
View on GitHub
Context7
b2pweb/bdf-prime 3 3 0 527 0 0.3 29.7 MIT
View on GitHub
Context7
baudev/php-object-converter-bundle 0 0 0 0 0 0.3 MIT 7 years ago
View on GitHub
Context7
bensampo/laravel-enum Laravel Enum provides a powerful enum implementation for Laravel with class-constant definitions, instantiation, casting, validation, localization, bitwise/flag enums, and an artisan generator. Not recommended for new projects—use native PHP 8.1 enums. 2,030 2,044 157 324K 1 15.0 30.5 MIT
View on GitHub
Context7
bnomei/scip-laravel 0 0 0 835 0 0.0 38.8 MIT
View on GitHub
Context7
bornfight/jsonapi-documentation 3 3 0 76 5 2.2 19.0 MIT 6 years ago
View on GitHub
Context7
boshurik/mapper-bundle 1 1 0 5 0 7.4 7.7 11 months ago
View on GitHub
Context7
bottelet/translation-checker Laravel dev tool to scan your code for translation strings, detect missing keys in lang files (JSON/PHP), and sync them across locales. Optionally use AI to auto-translate missing entries; otherwise adds null placeholders to keep files consistent. 130 130 8 4K 2 12.9 23.3 MIT 8 months ago
View on GitHub
Context7
boundwize/pyrameter 6 5 1 1K 0 29.9 36.1 MIT 1 month ago
View on GitHub
Context7
boundwize/structarmed StructArmed is a dev-only PHP architecture guard: define layers and dependency rules, start from presets (PSR-4/1/12, MVC, DDD), then tune or skip checks in PHP. Run it in CI to catch boundary violations before they become conventions. 45 46 4 90K 0 35.3 56.7 MIT 3 weeks ago
View on GitHub
Context7
brick/varexporter Prettier, safer alternative to PHP var_export(). Exports variables as standalone executable PHP code (no runtime dependency) with short array syntax, cleaner numeric arrays, and support for closures and custom objects beyond __set_state(), ideal for fast OPcache-friendly caching. 196 198 20 1M 6 18.2 57.5 MIT 8 months ago
View on GitHub
Context7
chameleon-system/upgrade-helper 0 0 0 0 0 0.6 5 years ago
View on GitHub
Context7
code-lts/doctum Doctum for Laravel: generate versioned API documentation for your PHP codebase with a clean, searchable HTML output. Supports configuration, theming, and multi-version docs, making it easy to publish and maintain docs for packages and applications. 360 358 46 3K 13 21.9 18.7 MIT 7 months ago
View on GitHub
Deep Wiki
Context7
composer-unused/symbol-parser composer-unused/symbol-parser is a small toolkit that parses PHP symbols from a Composer package, helping tools like composer-unused detect what code is actually referenced. Useful for analyzing dependencies, exports, and usage across a project. 15 15 13 398K 0 17.5 59.5 MIT 7 months ago
View on GitHub
Context7
connectholland/user-bundle Symfony 4.4/5 user bundle providing registration and login forms, user creation command, email confirmation links, password recovery, optional OAuth (Google/GitHub/Facebook), and API accessibility. Optional JWT auth via Lexik bundle. 8 8 7 0 2 24.2 4 months ago
View on GitHub
Context7
constantable/odm-document-maker 5 5 3 2K 1 0.5 34.3 MIT 2 years ago
View on GitHub
Context7
contao/contao 437 438 172 48 346 27.3 26.8 LGPL-3.0
View on GitHub
Deep Wiki
Context7
contao/core-bundle 123 130 55 22K 0 2.3 31.1 LGPL-3.0
View on GitHub
Context7
corponat/maker-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
corpus/coding-standard 0 0 0 3K 1 5.4 48.6 MIT 1 year ago
View on GitHub
Context7
customizer/maker-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
cvele/translation-bundle 0 0 0 10 0 1.5 14.4 4 years ago
View on GitHub
Context7
danplaton4/tenancy-bundle Multi-tenancy for Symfony with zero boilerplate: resolve a tenant once per request and the kernel reconfigures DBAL/Doctrine, cache pools, mailer transport, and Messenger. Automatic query scoping and tenant propagation to workers; your app code stays tenant-unaware. 2 2 0 1 0 18.0 2.0 MIT 3 months ago
View on GitHub
Context7
danplaton4/tenancy-bundle Multi-tenancy for Symfony with zero boilerplate: resolve a tenant once per request and the kernel reconfigures DBAL/Doctrine, cache pools, mailer transport, and Messenger. Automatic query scoping and tenant propagation to workers; your app code stays tenant-unaware. 2 2 0 1 0 18.0 2.0 MIT 3 months ago
View on GitHub
Context7
dansan/php-backport Dev tool to backport PHP source code for older runtimes (e.g., PHP 7.2+ features down to PHP 7.0). Configure directories to port, run a script on a *_bp branch, commit/push, then require the backported dev branch in Composer. 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
datafactory/ezmigrationbundle 0 0 0 0 0 3.0 GPL-2.0 8 years ago
View on GitHub
Context7
dedoc/scramble Scramble generates up-to-date OpenAPI 3.1 API docs for Laravel automatically from your code—no PHPDoc annotations needed. Adds /docs/api UI and /docs/api.json schema routes (local by default, configurable via gate). 2,190 2,178 206 2M 11 55.3 51.5 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
degraciamathieu/php-arguments-detector Detect and analyze function/method arguments in PHP using a lightweight, reflection-based approach. Useful for tooling that needs to inspect call signatures, validate inputs, or generate metadata about parameters and defaults across codebases. 14 14 1 4 0 0.4 1.4 4 years ago
View on GitHub
Context7
deptrac/deptrac Deptrac helps you define and enforce architectural boundaries in PHP projects. Configure layers and dependency rules, then analyze your codebase to detect forbidden dependencies. Useful for keeping clean architecture, preventing drift, and improving maintainability in large apps. 2,998 2,991 154 910K 27 56.9 53.7 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
diephp/laravel-resources-typescript 3 3 0 57 0 0.1 16.3 MIT
View on GitHub
Context7
digitalrevolution/utils 1 1 8 2K 1 29.6 50.1 MIT 1 month ago
View on GitHub
Context7
driftingly/rector-laravel Rector extension for Laravel that applies automated refactors and upgrade rules based on your composer.json or selected Laravel version sets. Includes rules for core Laravel and first‑party packages like Cashier and Livewire. 1,271 1,261 112 1M 22 42.8 59.0 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
dualmedia/disable-orm-bundle 0 0 0 52 1 17.5 26.9 MIT 3 months ago
View on GitHub
Context7
dwcasteam/configuration-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
egeloen/serializer 29 29 20 1K 6 2.6 24.9 MIT
View on GitHub
Context7
ejm/flow 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
ekino/phpstan-banned-code PHPStan extension to ban unwanted code in your project. Detects calls like var_dump, dd, eval, exit/die, echo/print, shell exec/backticks, and even “use” imports from Tests in non-test files. Configurable rules for CI enforcement. 299 301 24 164K 4 19.9 43.7 MIT 6 months ago
View on GitHub
Context7
elcarraco/maker-extra-bundle 1 1 0 0 0 1.5 MIT 3 years ago
View on GitHub
Context7
eliashaeussler/phpstan-config Opinionated PHPStan configuration presets and extensions by Elias Häußler. Drop-in rules and baseline settings to standardize static analysis across projects, reduce false positives, and improve code quality with minimal setup for common PHP/Laravel workflows. 2 2 0 12K 1 13.2 52.7 GPL-3.0 9 months ago
View on GitHub
Context7
enhavo/app-bundle 0 0 0 323 0 0.0 34.7 MIT
View on GitHub
Context7
enhavo/framework-bundle 0 0 0 35 0 0.0 21.5 MIT
View on GitHub
Context7
eonx-com/easy-error-handler 1 1 1 10K 0 0.0 51.2 MIT
View on GitHub
Context7
ergebnis/rector-rules A curated set of custom Rector rules from ergebnis to automate PHP refactoring and style consistency. Includes rules for sorting arrays and match arms, simplifying call arguments, Faker updates, namespace symbol references, and PHPUnit attribute-to-prefix changes. 10 10 0 36K 0 30.2 53.7 MIT 2 months ago
View on GitHub
Context7
eventsauce/eventsauce EventSauce is an opinionated, no-nonsense PHP library for introducing event sourcing. Choose storage and queueing mechanisms to fit your needs, with supporting test tooling built for an event-sourcing workflow. Docs: eventsauce.io/docs 870 867 84 43K 5 9.3 27.6 MIT
View on GitHub
Context7
ezsystems/ezmigrationbundle 1 6 0 0.3 GPL-2.0
View on GitHub
Context7
gettext/php-scanner Scan PHP source to extract gettext translations for use with gettext/gettext. Supports multiple domains, default domain selection, and extracting translator/i18n comments. Produces Translations you can export to .po files with generators like PoGenerator. 16 15 7 51K 2 4.0 48.0 MIT 1 year ago
View on GitHub
Context7
goaop/framework Go! AOP brings aspect-oriented programming to PHP without extensions or eval. Define aspects once to apply logging, caching, security and other cross-cutting concerns across your app automatically, keeping business code clean with static file weaving. 1,670 1,671 165 24K 3 35.4 18.8 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
goaop/parser-reflection AST-based Reflection API for PHP: introspect classes, methods, and properties directly from source code without autoloading or executing anything. Built on nikic/php-parser and compatible with native Reflection classes—ideal for static analyzers, code generators, and IDE tooling. 101 101 50 25K 1 18.5 36.6 MIT 5 months ago
View on GitHub
Context7
google/cloud-bigquery Idiomatic PHP client for Google BigQuery. Create and manage datasets/tables, load data (e.g., CSV), run query jobs, and iterate results. Part of Google Cloud PHP; includes auth, debugging guidance, and full API docs. 89 94 20 650K 0 30.6 62.4 Apache-2.0 1 month ago
View on GitHub
Context7
google/cloud-core Shared core infrastructure for Google Cloud PHP libraries. Provides common utilities, configuration, retries, transport/auth helpers, and debugging support used across Google Cloud client components. Generally available with stable, backward-compatible releases. 347 349 24 4M 0 34.0 64.9 Apache-2.0 1 month ago
View on GitHub
Context7
google/cloud-logging Idiomatic PHP client for Google Cloud Logging (Stackdriver). Write, store, search, and analyze logs from Google Cloud and AWS. Supports REST and gRPC (including streaming). Install via Composer and authenticate with Google Cloud credentials. 45 46 17 208K 0 29.4 59.0 Apache-2.0 1 month ago
View on GitHub
Context7
google/cloud-spanner Idiomatic PHP client for Google Cloud Spanner, a globally consistent relational database. Install via Composer and use gRPC to connect to instances/databases, run SQL queries with parameters, and benefit from V2 multiplexed sessions for efficient concurrent requests. 21 21 11 23K 0 32.9 48.9 Apache-2.0 1 month ago
View on GitHub
Context7
google/cloud-storage Idiomatic PHP client for Google Cloud Storage. Upload, download, and manage buckets/objects, set ACLs, and use the gs:// stream wrapper. Part of the Google Cloud PHP suite with full API docs and authentication guidance. 345 351 31 3M 0 34.6 64.3 Apache-2.0 1 month ago
View on GitHub
Context7
graham-campbell/analyzer Analyzer is a PHP tool by Graham Campbell that scans your code/tests to verify referenced classes actually exist, catching typos and broken imports early. Requires PHP 8.1–8.5 and supports PHPUnit 10–13 (v5.1). 31 32 5 12K 0 21.0 39.2 MIT 6 months ago
View on GitHub
Context7
halleck45/php-metrics 2,613 2,603 261 3 1 49.7 0.5 MIT 1 month ago
View on GitHub
Context7
hanneskod/classtools Scan the filesystem for PHP classes, interfaces, and traits using Symfony Finder. Build a class-to-file map, detect parse/syntax errors, and iterate results as ReflectionClass objects, with optional autoloading for discovered classes. 130 133 31 49K 2 2.3 36.6 WTFPL
View on GitHub
Context7
humbug/php-scoper PHP-Scoper prefixes your project and its dependencies into a unique namespace to avoid conflicts, especially when building PHARs that bundle vendor code and run alongside other PHP projects with overlapping packages or versions. 808 808 77 121K 22 35.9 54.5 MIT 6 months ago
View on GitHub
Deep Wiki
Context7
ibexa/jms-translation-bundle Symfony bundle for extracting, managing, and updating translation messages. Scans PHP, Twig, and other resources, supports multiple translation formats, and provides tools for maintaining locale files and translation catalogs in your application. 0 0 1 29K 0 12.4 60.9 5 months ago
View on GitHub
Context7
ibexa/rector Rector rule sets for upgrading Ibexa DXP projects between versions. Install as a dev dependency, add an ibexa set (e.g., IBEXA_50) to rector.php, and run Rector to automatically refactor code for the target Ibexa release. 1 1 3 18K 0 27.3 64.3 NOASSERTION 1 month ago
View on GitHub
Context7
icanhazstring/composer-unused composer-unused detects and removes unused Composer dependencies in PHP/Laravel projects. It analyzes your codebase to find packages not referenced, reports what can be safely removed, and helps keep composer.json/lock lean and maintainable. 1,687 1,687 57 383K 11 31.1 39.5 MIT 7 months ago
View on GitHub
Context7
infection/infection Infection is a PHP mutation testing framework that measures how well your tests detect small code changes. Run it in CI to get a Mutation Score Indicator (MSI), uncover weak assertions, and improve test quality. PHP 8.3+. 2,235 2,245 190 1M 165 68.9 72.1 BSD-3-Clause 1 month ago
View on GitHub
Deep Wiki
Context7
infection/mutator Mutation testing tool for PHP: generates code mutations and runs your PHPUnit tests to measure how well they catch bugs. Helps improve test quality and identify weak assertions, with configurable mutators, thresholds, and reporting for CI pipelines. 8 8 1 1M 0 1.3 55.3 BSD-3-Clause 1 year ago
View on GitHub
Context7
innis/coding-standards 0 0 0 59 0 0.0 24.6 MIT
View on GitHub
Context7
instaclick/object-calisthenics-sniffs 6 6 2 165 0 0.1 19.2
View on GitHub
Context7
instaclick/symfony2-coding-standard PHP_CodeSniffer ruleset for enforcing the Symfony2 Coding Standard in PHP projects. Helps keep formatting and conventions consistent across teams and CI, with ready-to-use sniffs and easy integration into existing development workflows. 9 10 5 171 4 1.5 18.1 6 years ago
View on GitHub
Context7
itbz/fpdi Discontinued unofficial PSR-4 fork of Setasign FPDI (Free PDF Document Importer). Instantiates via \fpdi\FPDI and supports TCPDF with patched versions. Prefer the official FPDI via composer/GitHub, ideally FPDI 2.0+. 20 19 23 4K 0 0.4 22.4
View on GitHub
Context7
jane/jane Deprecated Jane package; development moved to janephp/janephp. Use the new repository for current releases, documentation, and support. 78 85 9 213 0 1.7 6.1 MIT 9 years ago
View on GitHub
Context7
jane/open-api Deprecated package for generating API clients/models from OpenAPI specs with Jane. This repository is no longer maintained; use the consolidated JanePHP project instead: https://github.com/janephp/janephp 184 198 25 175 0 2.0 2.8 MIT 9 years ago
View on GitHub
Context7
jane-php/json-schema 12 13 6 64K 0 0.8 51.0 MIT 7 years ago
View on GitHub
Context7
jane-php/open-api 45 33 9 806 0 0.5 12.4 MIT 7 years ago
View on GitHub
Context7
jane-php/open-api-2 4 4 2 9K 0 0.1 45.0 MIT
View on GitHub
Context7
jane-php/open-api-3 21 22 6 43K 0 0.3 45.5 MIT
View on GitHub
Context7
jeremeamia/superclosure Serialize and unserialize PHP Closures/anonymous functions, including use() context, via fast TokenAnalyzer or more robust AstAnalyzer. Note: project is no longer maintained; consider using opis/closure instead. 1,707 1,715 94 151K 0 14.5 26.9 MIT 8 years ago
View on GitHub
Context7
jetbrains/phpstorm-stubs Syntactically correct PHP stub files for core and common extensions, providing function/class signatures, constants, and comprehensive PHPDoc for accurate IDE completion, inspections, type inference, and documentation in PhpStorm and other tools. 1,394 1,373 825 2M 0 46.6 50.9 Apache-2.0 1 month ago
View on GitHub
Context7
jms/translation-bundle 424 443 281 86K 78 53.2 63.4 5 months ago
View on GitHub
Context7
kaliop/ezmigrationbundle Symfony bundle to manage eZPlatform/eZPublish database and content changes via code. Inspired by Doctrine migrations, it generates and runs migrations and offers console commands to apply, resume, and check status of deployments across environments. 53 54 76 266 19 17.5 18.3 GPL-2.0 3 years ago
View on GitHub
Context7
kcs/class-finder Discover and filter PHP classes and namespaces in your project using Composer’s autoloader with PSR resolution. Iterate found classes and reflections, then narrow results by interfaces, subclasses, annotations, PHP 8 attributes, directories, namespaces, or custom callbacks. 31 31 6 91K 2 4.3 47.6 MIT 1 year ago
View on GitHub
Context7
kkszymanowski/traitor Traitor brings traits to Eloquent like first-class relations. Define reusable, composable model fragments and access them via $model->traitName, eager load with with('traitName'), and query through them—keeping models slim while sharing behavior and attributes. 130 130 3 150K 1 3.5 41.9 MIT 2 years ago
View on GitHub
Context7
knuckleswtf/scribe Generate human-friendly API docs from your Laravel codebase. Scribe builds a beautiful single-page HTML doc with code samples and “Try It Out”, plus Postman collections and OpenAPI specs. It can infer params from validation, call endpoints for examples, and is highly customizable. 2,328 2,327 356 789K 93 68.2 66.6 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
korbeil/phpstan-generic-rules PHPStan extension that enforces and improves the use of PHP generics. Adds custom rules to catch missing or incorrect template types, invalid generic usages, and helps keep docblocks and type hints consistent for safer, more accurate static analysis. 12 12 5 7K 2 7.1 39.0 11 months ago
View on GitHub
Context7
laramint/laravel-brain 885 850 48 65K 5 30.0 34.9 1 month ago
View on GitHub
Deep Wiki
Context7
laramint/laravel-security-scanner 3 3 1 952 0 14.6 37.0 4 months ago
View on GitHub
Context7
laramint/php-security-scanner 2 1 0 637 0 14.6 39.0 MIT 4 months ago
View on GitHub
Context7
larastan/larastan Larastan is a PHPStan extension for Laravel that analyzes your code to catch bugs early. It boots the Laravel container to resolve runtime-only types, adds static typing support for Laravel “magic,” and improves code quality and developer productivity. 6,493 6,494 506 6M 88 85.5 72.6 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
laravel/chisel Laravel Chisel provides primitives for starter-kit post-install scripts, letting users opt into features and automatically remove unwanted code. Define a chisel.php with questions and file/PHP mutations to prune sections, imports, interfaces, and config. 16 9 3 1M 1 15.6 63.1 MIT 4 months ago
View on GitHub
Context7
laravel/ranger Beta Laravel introspection library that scans your codebase to discover routes, models, enums, broadcast events, env vars, and Inertia components. Register callbacks per item or collection and receive rich DTOs as Ranger walks your app. 65 65 10 52K 2 27.2 46.9 MIT 4 weeks ago
View on GitHub
Deep Wiki
Context7
laravel/surveyor Laravel Surveyor is a mostly static analysis tool for PHP/Laravel that scans files or classes to extract rich metadata (classes, methods, properties, types, bindings, models) in a structured format for other tools. Beta API; may touch DB for model inspection. 91 89 23 57K 4 28.5 47.4 4 weeks ago
View on GitHub
Deep Wiki
Context7
laraveldaily/filacheck FilaCheck brings static analysis to Filament v4/v5 projects. Scan your Filament code to detect deprecated patterns and common issues, with optional auto-fix (beta), dirty-file scanning, detailed output, and configurable rules—ideal for CI or after AI-generated code. 130 127 8 30K 0 24.8 38.1 MIT 1 month ago
View on GitHub
Context7
laravel-doctrine/orm 840 849 180 67K 7 34.1 31.8 MIT 5 months ago
View on GitHub
Context7
laravel-ready/packager 8 8 2 0 3 2.0 0.4 MIT 2 years ago
View on GitHub
Context7
lartisan/filament-architect 41 41 4 168 0 18.1 10.7 MIT 5 months ago
View on GitHub
Context7
lctrs/psalm-psr-container-plugin Psalm plugin that improves static analysis for PSR-11 containers. Adds smarter type inference for container get/has calls so services and dependencies resolve to the right classes, reducing false positives and making container-heavy code safer to refactor. 17 17 7 10K 2 5.8 40.1 MIT 1 year ago
View on GitHub
Context7
league/container league/container is a lightweight PSR-11 dependency injection container for PHP. Define entries, factories, and autowiring-friendly services to manage application dependencies cleanly, with modern PHP support and solid tooling for testing and analysis. 868 908 104 2M 5 29.8 52.5 MIT 6 months ago
View on GitHub
Context7
livewire/blaze Blaze speeds up Laravel Blade anonymous components by compiling templates into optimized PHP functions. Drop-in replacement with no code changes. Optional memoization and folding for extra gains. Enable via @blaze directive or optimize directories. 737 738 38 469K 1 33.1 46.3 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
lmc/coding-standard Deprecated PHP coding standard for Alma Career Czechia (formerly LMC). Based on PSR-12 and partially PER 2.0, delivered via EasyCodingStandard with rules for PHP-CS-Fixer and PHP_CodeSniffer to enforce readable, consistent code and catch common mistakes. 0 0 0 1K 0 0.0 30.7 MIT
View on GitHub
Context7
maglnet/composer-require-checker CLI tool that scans your PHP sources and composer.json to ensure every used class/function comes from declared dependencies. Detects “soft” transitive deps and missing required PHP extensions, helping prevent breakage after dependency updates. 1,010 1,017 80 683K 32 39.4 58.9 MIT 6 months ago
View on GitHub
Context7
matheusmarnt/scoutify Scoutify adds a production-ready ⌘K/Ctrl+K global search modal to Laravel. Powered by Scout + Livewire, it searches across multiple Eloquent models, groups results by type, auto-discovers Searchable models, and stores recent searches in session. 1 1 1 60 0 34.9 24.2 MIT 1 month ago
View on GitHub
Context7
mayflower/mo4-coding-standard PHP_CodeSniffer ruleset implementing the MO4 coding standard. Extends Symfony’s standard with extra sniffs for array formatting and alignment, multiline arrays, property docblock @var rules, and lexicographically sorted use statements (configurable ordering). 17 17 10 8K 0 24.2 42.3 MIT 1 month ago
View on GitHub
Context7
nette/php-generator Generate PHP code via a fluent API: build classes, interfaces, functions, methods, properties, namespaces, and PHPDoc, then render to valid PHP. Handy for code generators, scaffolding tools, and runtime code output with strict formatting and escaping. 2,259 2,287 145 3M 1 34.8 47.9 NOASSERTION 7 months ago
View on GitHub
Deep Wiki
Context7
nikic/php-fuzzer A coverage-guided fuzzing tool for PHP that helps uncover crashes, assertion failures, and security bugs in PHP itself and extensions. Uses AFL-style instrumentation and supports running targets under various sanitizers for fast, automated bug hunting. 441 441 18 155K 3 6.8 31.3 MIT 1 year ago
View on GitHub
Context7
nunomaduro/larastan Larastan is a PHPStan extension for Laravel that adds strong type inference and “code analysis” by booting the app container. It understands Laravel’s magic, finds bugs early, and improves code quality and developer productivity. 6,493 6,495 506 427K 88 85.6 56.4 MIT 3 months ago
View on GitHub
Context7
orklah/psalm-insane-comparison Psalm plugin that flags “insane” string-to-number loose comparisons that change behavior in PHP 8 (RFC: Saner string to number comparisons). Helps you find risky == checks like non-empty string vs 0 before upgrading, and suggests safer typing/casts. 34 35 4 9K 0 4.3 33.5 MIT 1 year ago
View on GitHub
Context7
pcov/clobber Clobber PHPUnit 5–7’s Xdebug code coverage driver to use PCOV instead. Install with composer and run vendor/bin/pcov clobber or unclobber (optionally targeting another directory). Useful when upgrading to PHPUnit 8 isn’t feasible. 41 41 7 11K 1 0.6 33.2 MIT
View on GitHub
Context7
pepakriz/phpstan-exception-rules PHPStan extension that adds custom rules for analyzing exceptions. It helps catch improper throwing/catching, missing @throws annotations, and other exception-related issues to improve correctness and maintainability in PHP codebases. 109 111 10 4K 8 12.1 23.6 4 years ago
View on GitHub
Context7
permafrost-dev/php-code-search Search PHP projects by symbol or text to quickly find classes, methods, functions, and constants across your codebase. Fast, lightweight code search for local repositories, useful for audits, refactors, and navigating large Laravel or PHP applications. 28 28 1 12K 0 9.4 36.3 MIT 2 years ago
View on GitHub
Context7
pestphp/pest-plugin-drift Pest Plugin Drift adds drift detection to your Pest test suite, helping catch behavioral changes and flaky differences across runs. Install alongside Pest to track and report unexpected output or snapshot mismatches during testing. 74 74 12 483K 0 1.1 52.6 MIT 4 years ago
View on GitHub
Context7
pestphp/pest-plugin-mutate Pest Plugin Mutate brings mutation testing to Pest, helping you gauge test suite effectiveness by introducing small code changes and checking whether tests catch them. Ideal for strengthening coverage and confidence in your PHP applications. 46 45 11 6M 0 2.8 57.2 MIT 2 years ago
View on GitHub
Context7
phparkitect/phparkitect PHPArkitect enforces architectural rules in PHP projects. Define executable constraints for namespaces, dependencies, layers, and naming conventions to prevent drift, catch violations in CI/IDE, and keep clean architecture over time. 927 925 53 196K 27 44.4 52.1 MIT 1 month ago
View on GitHub
Context7
phpdocumentor/phpdocumentor phpDocumentor is a documentation generator for PHP projects. It scans source code and DocBlocks to build API docs, can parse Markdown/ReST, embed API snippets into guides, and generate UML diagrams to help keep code and documentation in sync. 4,345 4,419 648 11K 146 80.4 37.5 MIT 4 months ago
View on GitHub
Context7
phpdocumentor/reflection Static PHP code reflection library that parses one or more files (no execution) to build an object graph of your application's structure, including DocBlocks. Supports analyzing PHP versions from 5.2 up to your installed PHP version; useful for reflecting whole projects. 125 126 60 907K 8 29.8 62.5 MIT 3 months ago
View on GitHub
Context7
php-imap/php-imap Connect to POP3/IMAP/NNTP mailboxes using PHP’s ext-imap. Fetch emails with attachments and inline images, search/sort by criteria, mark seen/unseen, delete messages, and manage folders—ideal for building apps that process incoming mail. 1,698 1,730 455 163K 49 60.8 49.2 MIT 4 months ago
View on GitHub
Context7
phploc/phploc phploc is a command-line tool for quickly measuring the size of a PHP project, reporting LOC/NCLOC/CLOC, LLOC, and counts of classes, traits, methods, functions, and cyclomatic complexity. Archived: no longer maintained. 2,343 2,378 164 99K 0 8.3 16.0 BSD-3-Clause
View on GitHub
Context7
phpmetrics/phpmetrics PhpMetrics analyzes PHP codebases and generates a clean, readable HTML report with class/project metrics. Install via Composer and run against a folder to produce a browsable report. Supports configuration files for options, rules, and CI use. 2,613 2,620 261 444K 1 50.0 35.2 MIT 1 month ago
View on GitHub
Context7
phpro/grumphp GrumPHP is a Composer plugin that installs Git hooks to run quality checks on every commit. It executes configured tasks like tests and linters, blocks failing commits, and helps teams enforce coding standards and best practices automatically. 4,311 4,308 450 392K 4 64.5 33.1 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
phpstan/phpdoc-parser PHPDoc Parser for PHPStan that parses, represents, and modifies PHPDoc blocks as an AST. Supports rich type syntax (unions, generics, shapes, callables, conditional types), constant expressions, and Doctrine annotations, with full API reference for nodes. 1,533 1,533 74 12M 7 39.9 68.4 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
phpstan/phpstan-phpunit PHPStan extension for PHPUnit: improves type inference for mocks (intersection types for createMock/getMock), understands Foo|MockObject phpDocs, adds early-terminating methods to avoid undefined vars, and refines assert() types. Optional strict rules catch improper assertion usage. 541 539 57 4M 37 43.3 79.1 MIT 2 months ago
View on GitHub
Context7
phpstan/phpstan-webmozart-assert PHPStan extension for webmozart/assert that teaches PHPStan how Assert::* calls narrow types. Supports many assertions (including nullOr*/all*) so values become non-null, specific scalars, instances, arrays, etc. after validation, improving static analysis accuracy. 185 185 32 639K 6 12.8 51.2 MIT 1 year ago
View on GitHub
Context7
php-stubs/generator Generate PHP stub files from your codebase for better IDE autocomplete, static analysis, and documentation. php-stubs/generator scans sources and produces lightweight stubs suitable for packages and frameworks, helping consumers get accurate type hints without shipping full sources. 82 82 24 15K 3 23.8 37.1 MIT 2 months ago
View on GitHub
Context7
php-stubs/wordpress-stubs WordPress core stubs for static analysis and IDE autocompletion (functions, classes, interfaces; no globals). Generated from johnpbloch/wordpress-core. Works with PHPStan (via phpstan-wordpress) and Psalm stubs config. Requires PHP 7.4/8.0. 203 204 25 1M 7 28.0 62.9 MIT 4 months ago
View on GitHub
Context7
php-translation/extractor Extracts translation messages from PHP projects for the php-translation ecosystem. Scans source code and templates to collect translatable strings and generate catalogs, helping keep i18n files in sync across frameworks and custom apps. 128 128 37 43K 16 33.0 46.4 MIT 2 months ago
View on GitHub
Context7
phpunit/php-code-coverage phpunit/php-code-coverage collects, processes, and renders PHP code coverage data. Integrate it in test runs to start/stop coverage collection, filter included files, and generate reports such as OpenClover, including from serialized coverage data. 8,925 8,971 383 16M 5 72.9 56.2 BSD-3-Clause 1 month ago
View on GitHub
Context7
pmjones/php-styler PHP-Styler is a PHP 8.1 code formatter that fully rewrites formatting for consistent spacing, indentation, and line splitting. It preserves code logic and comments, aims for diff-friendly output, and supports customizable styles/rules for structural transformations. 41 41 2 45 0 20.6 4.9 MIT 4 months ago
View on GitHub
Context7
povils/phpmnd PHPMND detects magic numbers in PHP code to improve readability and maintainability. Flags numeric literals that should be constants (0 and 1 ignored by default). Install via Composer and run vendor/bin/phpmnd locally or globally in CI and dev workflows. 586 587 47 114K 12 26.1 42.0 MIT 7 months ago
View on GitHub
Context7
psalm/plugin-laravel Laravel Psalm plugin for deep static analysis plus taint-based security scanning. Detects SQL injection, XSS, SSRF, shell injection, path traversal, and open redirects by tracking user input through Laravel code without running it. 335 336 80 132K 14 42.0 45.6 MIT 3 weeks ago
View on GitHub
Context7
psy/psysh PsySH is an interactive PHP REPL, runtime developer console, and debugger. Explore code, inspect variables, and run commands in a powerful shell with history, configuration, themes, and integrations—ideal for fast debugging and experimentation. 9,831 9,876 319 14M 6 63.7 53.9 MIT 2 months ago
View on GitHub
Context7
rector/rector-laravel Community Rector extension to automate Laravel upgrades. Adds Laravel and first-party package rules (e.g., Cashier, Livewire), with version-based set providers that detect your composer.json or manual level sets to apply the right refactors for your target Laravel version. 1,272 1,259 112 7K 22 42.2 24.7 MIT 3 months ago
View on GitHub
Context7
rector/swiss-knife Swiss Knife for upgrades: CLI tools to keep codebases clean and PSR-4 compliant. Detect git merge conflicts and commented-out code, find multiple classes per file, fix namespaces to match PSR-4 roots, and finalize classes without children (with skips for mocks/files). 211 211 16 157K 0 1.9 39.7 MIT 1 year ago
View on GitHub
Context7
rector/type-perfect Type Perfect adds 10 PHPStan rules to tighten type declarations: replace empty/isset checks with instanceof for precise narrowing, prefer explicit getters over magic array access, and enforce interface signatures. Easy to enable even on legacy code; improves reliability fast. 105 105 7 403K 0 10.5 43.6 MIT 1 month ago
View on GitHub
Context7
roave/backward-compatibility-check Checks your PHP library for backward compatibility breaks between git tags/versions. Designed for CI: compares the last SemVer tag to current HEAD, reports API breaks, and exits non-zero on failure. Install via Composer or run in Docker. 601 601 67 254K 37 40.5 55.5 MIT 4 months ago
View on GitHub
Context7
roave/better-reflection Enhanced PHP reflection for static analysis: reflect classes without loading them, from PHP code strings or closures, extract AST from functions/methods, and read type declarations and docblocks. Feature-rich but slower than native reflection. 1,246 1,250 138 724K 14 42.6 50.1 MIT 1 month ago
View on GitHub
Context7
roave/no-floaters PHPStan plugin that bans floats: no float properties, parameters, return types, or assigning float values. Optional strict mode disallows any float-producing expression. Helps prevent rounding errors in domains like money, grading, or scientific calculations. 216 217 13 9K 2 21.8 27.4 MIT 4 months ago
View on GitHub
Context7
s1k3/livewire-v4-patch Dev-only Laravel tool to convert Livewire v4 class components into Model-Focused Components (MFC). Provides an Artisan command to convert single components or whole folders, with options to keep originals, generate JS/CSS, exclude directories, and disable Pint formatting. 0 0 0 1 0 14.5 4.6 5 months ago
View on GitHub
Context7
sami/sami Sami is an API documentation generator for PHP. It analyzes your codebase and builds clean, searchable docs from source and DocBlocks. Ideal for libraries and frameworks, with flexible configuration, theming, and support for versioned documentation. 1,967 2,044 280 4K 0 9.1 4.9 MIT
View on GitHub
Context7
sandermuller/boost-core 3 3 0 3K 0 30.7 46.0 MIT 1 month ago
View on GitHub
Context7
sebastian/complexity Compute code complexity metrics for PHP units (functions, methods, classes). sebastian/complexity provides programmatic analysis useful for static analysis tools, quality gates, and CI reporting; install via Composer for project or dev-only use. 1,260 1,261 10 16M 1 16.8 60.3 BSD-3-Clause 7 months ago
View on GitHub
Context7
sebastian/lines-of-code Count lines of code in PHP source with sebastian/lines-of-code. A lightweight library for analyzing PHP files and reporting LOC metrics, useful for tooling, CI checks, and development workflows. Install easily via Composer as a runtime or dev dependency. 1,179 1,181 9 14M 1 25.8 64.2 BSD-3-Clause 2 months ago
View on GitHub
Context7
shalvah/upgrader Automate upgrading users’ PHP library config files when releasing new versions. Compare old vs sample new config, apply moves/renames and ignored keys, support dot notation, preview changes with dry-run, and create a .bak backup before upgrading. 15 15 0 896K 1 4.1 55.2 MIT 2 years ago
View on GitHub
Context7
shipmonk/coverage-guard Enforce PHP code coverage in CI by targeting specific core methods/blocks instead of overall %. Legacy-friendly: enforce only new/changed code via git patch. Lightweight (nikic/php-parser), extensible rules, easy CLI to check PHPUnit Clover reports. 56 56 0 30K 0 19.6 43.6 MIT 2 months ago
View on GitHub
Context7
shipmonk/dead-code-detector PHPStan extension that finds unused PHP code: dead methods, properties, constants, enum cases, cycles, and transitive “dead-tested” members. Supports popular frameworks like Symfony and can auto-remove dead code. Configurable detection and usage providers. 508 504 27 608K 6 37.2 52.5 MIT 3 weeks ago
View on GitHub
Context7
sidz/phpstan-rules Custom PHPStan rules aimed at Laravel projects, helping catch common mistakes and enforce best practices. Adds extra static analysis checks tailored to typical framework patterns, improving code quality, consistency, and confidence during refactors. 31 31 4 29K 0 5.0 41.0 MIT 1 year ago
View on GitHub
Context7
slam/phpstan-extensions PHPStan extensions with extra strict rules: unused variables, closure parameter typehints, enforce ::class notation, forbid goto, naming conventions, validate PHPUnit annotation FQCNs, and restrict access to globals/static properties in specific contexts. 72 72 13 42K 2 25.5 44.3 MIT 4 months ago
View on GitHub
Context7
solido/dto-management Manage, discover, and enhance DTOs in PHP apps with Solido DTO Management. Provides tools to register and locate DTO classes and apply enhancements consistently across your codebase. Documentation and contribution guides available. 2 2 1 6 0 0.1 6.6 MIT
View on GitHub
Context7
spatie/7to5 Abandoned. Converts PHP 7.0 code to PHP 5, useful when developing on PHP 7 but deploying to PHP 5. Provides a CLI to convert entire directories and rewrites features like anonymous classes, type hints, return types, and null coalescing. 177 175 32 129 0 2.6 2.3 MIT 8 years ago
View on GitHub
Context7
spiral/framework Spiral Framework is a high-performance, long-running full-stack PHP framework built for RoadRunner. PSR-compliant components, resident memory kernel, and native support for queues, GRPC, WebSockets, and background workers. 2,061 2,063 92 129K 42 55.3 46.2 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spiral/prototype Prototype generation tools for Spiral Framework to speed up application scaffolding. Provides helpers to define models, repositories, and services with less boilerplate, keeping code consistent while accelerating development and iteration. 3 3 1 171 0 4.8 22.7 MIT 6 years ago
View on GitHub
Context7
ssch/typo3-rector Automated TYPO3 upgrade and refactoring tool built on Rector. Apply codemods to TYPO3 sites/extensions to migrate between TYPO3 versions and remove deprecations. Install via Composer, generate config, run rector dry-run or process. 261 265 69 172K 38 45.8 61.1 MIT 1 month ago
View on GitHub
Context7
sstalle/php7cc 1,510 1,456 121 1K 20 19.0 10.6 MIT 9 years ago
View on GitHub
Deep Wiki
Context7
stillat/proteus Utilities for parsing, updating, and writing Laravel-style PHP config files. Use the ConfigWriter facade to write or preview single or multiple keys, guard namespaces from mutation, and optionally rewrite function calls like env while preserving structure. 18 18 1 19K 0 27.3 48.7 MIT 2 months ago
View on GitHub
Context7
sulu/article-bundle 65 66 79 4K 42 36.0 42.8 MIT 5 months ago
View on GitHub
Context7
swissspidy/phpstan-no-private PHPStan extension that reports deprecation warnings when code uses “pseudo-private” elements marked with @access private. Helps prevent relying on internal classes, methods, functions, or properties. Easy install via Composer with optional extension-installer support. 9 9 1 180K 1 1.4 55.2 MIT 1 year ago
View on GitHub
Context7
symfony/maker-bundle Symfony MakerBundle speeds up development by generating boilerplate code via simple CLI commands. Create controllers, entities, forms, tests, and more with best-practice templates, consistent structure, and quick scaffolding for common Symfony tasks. 3,378 3,385 426 2M 130 69.9 67.8 MIT 6 months ago
View on GitHub
Deep Wiki
Context7
symfony/symfony Symfony is a robust PHP framework and component library for building web apps and APIs. It offers a mature ecosystem, reusable components, strong tooling, and long-term support, powering everything from small sites to large enterprise platforms. 31,135 31,439 9,856 268K 175 93.3 45.7 MIT 4 weeks ago
View on GitHub
Deep Wiki
Context7
symfony/translation Symfony Translation component for internationalizing apps: manage translators, message catalogs, pluralization and locales, load translations from arrays/files, and translate strings with parameters and domains. Install via Composer and integrate in Symfony or standalone PHP. 6,599 6,639 90 18M 0 60.9 55.4 MIT 4 weeks ago
View on GitHub
Deep Wiki
Context7
symplify/config-transformer Automates refactoring and normalization of configuration files, helping you transform legacy or inconsistent configs into a unified format. Supports common PHP config styles and streamlines upgrades by applying consistent, repeatable changes across large codebases. 265 266 13 91K 0 1.7 35.0 MIT
View on GitHub
Context7
symplify/php-config-printer Print Symfony service and parameter configs to clean PHP files using nikic/php-parser. Generate output for configured services only or full configs (e.g., from YAML arrays) via SmartPhpConfigPrinter and YamlToPhpConverter. Ideal for config transformations and automation. 0 32 9K 0.0 54.6
View on GitHub
Context7
symplify/phpstan-rules Extra PHPStan rules by Symplify to catch bugs, improve code quality, and enforce consistent conventions. Easy to install and configure, with a broad set of checks for Symfony/Laravel and modern PHP features to keep your codebase clean. 270 270 30 617K 0 24.8 54.5 MIT 4 weeks ago
View on GitHub
Context7
ta-tikoma/phpunit-architecture-test Architecture testing for PHP projects using PHPUnit. Define and enforce dependency, namespace, and layer rules (e.g., no forbidden coupling, keep domains isolated) and catch architectural violations in CI with fast, expressive tests. 110 109 12 6M 2 1.3 55.1 MIT
View on GitHub
Context7
tempest/generation 0 0 0 518 0 0.0 37.5 MIT
View on GitHub
Context7
thecodingmachine/phpstan-safe-rule PHPStan rule set that flags calls to “unsafe” PHP functions that can return false on failure and suggests using the thecodingmachine/safe equivalents that throw exceptions, helping enforce safer, exception-based error handling in your codebase. 62 62 25 216K 3 25.1 56.7 2 months ago
View on GitHub
Context7
theseer/phpdox phpDox is a PHP documentation generator that builds API docs from your source code using reflection, tokens, and optional PHPDoc. It produces structured HTML output and integrates with PHPUnit coverage, offering configurable builds for libraries and apps. 601 606 120 8K 47 24.1 32.5 NOASSERTION 7 years ago
View on GitHub
Context7
tightenco/tlint Tighten’s opinionated linter for Laravel and PHP projects. Enforces consistent conventions and catches style issues using preset and custom rules, runnable via CLI or CI. Built on PHP_CodeSniffer with sensible Laravel-focused defaults. 528 526 34 26K 3 22.9 27.8 MIT 4 months ago
View on GitHub
Context7
tomasvotruba/class-leak Finds class leaks in PHP apps: detects classes unintentionally pulled into your runtime via autoloading, service container or tests. Helps trim dependencies, speed up CI, and keep boundaries clean by reporting unexpected class usage with clear, actionable output. 149 149 7 154K 0 1.0 41.6 MIT
View on GitHub
Context7
tomasvotruba/cognitive-complexity 166 167 3 226K 0 0.9 43.3 MIT
View on GitHub
Context7
tomasvotruba/unused-public PHPStan extension that finds unused public methods, properties, and constants by scanning calls across your codebase. Helps clean up dead APIs or spot members that should be private/protected. Supports gradual adoption via allowed % thresholds and excluding template-used methods. 196 196 15 147K 0 1.4 39.7 MIT
View on GitHub
Context7
tsitsishvili/documentator 17 17 1 349 0 25.7 21.2 MIT 1 month ago
View on GitHub
Context7
typhoon/reflection Static, fast alternative to PHP’s native Reflection. Reflects code without running or autoloading it, uses lazy loading + caching, and stays compatible with native reflection. Supports Psalm/PHPStan phpDoc types, template resolution, and avoids memory leaks (safe with zend.enable_gc=0). 40 39 3 3K 3 5.3 25.9 MIT 2 years ago
View on GitHub
Context7
typo3/cms-install TYPO3 CMS Install tool and installation framework package. Provides the installer, upgrade wizards, environment checks, and setup utilities used to bootstrap and maintain a TYPO3 instance, including configuration, database setup, and system status diagnostics. 18 18 3 271K 0 0.2 55.3 GPL-2.0
View on GitHub
Context7
vimeo/psalm Psalm is a PHP static analysis tool that finds type errors, dead code, and risky patterns before runtime. Add it to your CI to improve code quality, enforce stricter typing, and catch bugs early in applications and libraries. 5,885 5,897 707 2M 1,932 83.8 63.4 MIT 5 months ago
View on GitHub
Deep Wiki
Context7
worksome/envy 688 688 32 48K 0 17.5 29.2 MIT 6 months ago
View on GitHub
Context7
wyrihaximus/phpstan-no-safe 0 0 0 165K 1 19.9 64.9 MIT 1 month ago
View on GitHub
Context7
wyrihaximus/phpstan-react PHPStan extension for ReactPHP projects that flags blocking PHP functions (e.g., file_get_contents, fopen, fread) and suggests async React alternatives from react/filesystem, react/socket, and react/stream. Include the provided ruleset to enforce non-blocking code. 2 2 0 79K 2 1.3 56.3 MIT 1 year ago
View on GitHub
Context7
zircote/swagger-php Generate OpenAPI 3.0/3.1/3.2 specs from PHP 8.2+ code using attributes (preferred) or legacy Doctrine annotations. Provides a CLI and programmatic API, extracts from phpdoc, and reports errors with context for REST API documentation. 5,306 5,387 936 4M 13 77.4 52.5 Apache-2.0 4 weeks ago
View on GitHub
Deep Wiki
Context7
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.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle