phpstan/phpstan-mockery
PHPStan extension for Mockery: infers intersection types for mocks (Foo&MockInterface), understands shouldReceive/shouldHaveReceived/allows/expects, supports partial/alias/overload mocks, multiple interfaces, and proper constructor args for accurate static analysis.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| 2lenet/bi-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| 2lenet/config-bundle | — | 1 | 1 | 0 | 468 | 0 | 21.3 | 37.1 | — | 2 months ago | |
| 2lenet/credential-bundle | CredentialBundle is a Symfony bundle that manages credentials for complex apps by simplifying the association of user groups and roles. Includes dashboard UI, routes integration, Doctrine migrations, CLI commands, and optional remote repository integration. | 3 | 3 | 0 | 717 | 1 | 29.6 | 36.5 | — | 1 week ago | |
| 2lenet/crudit-bundle | Symfony bundle to rapidly build configurable CRUD back offices with SB Admin layout. Provides list views with pagination, sorting, actions, exports and batch ops, plus datasources, filters, menus, workflows, maps, markdown and Twig helpers. | 16 | 17 | 7 | 840 | 2 | 35.4 | 28.8 | MIT | 1 week ago | |
| 2lenet/cruditplatform-bundle | — | 1 | 1 | 1 | 647 | 1 | 21.0 | 39.3 | MIT | 3 months ago | |
| 2lenet/dashboard2-bundle | Symfony bundle that adds a customizable dashboard with drag-and-drop style widgets. Generate widgets via console makers, render with Twig templates, and persist layout/config in the database. Includes caching, role-based visibility, and troubleshooting tips. | 4 | 4 | 2 | 736 | 0 | 26.4 | 34.5 | MIT | 2 months ago | |
| 2lenet/entity-file-bundle | — | 3 | 3 | 1 | 736 | 0 | 18.0 | 35.1 | MIT | 4 months ago | |
| 2lenet/file-bundle | — | 2 | 2 | 1 | 0 | 0 | 1.3 | — | MIT | 1 year ago | |
| 2lenet/hermes-bundle | — | 2 | 2 | 0 | 526 | 0 | 29.5 | 37.1 | MIT | 3 weeks ago | |
| 2lenet/import-bundle | — | 1 | 1 | 0 | 85 | 0 | 18.0 | 25.3 | — | 3 months ago | |
| 2lenet/invoice-bundle | Symfony bundle to manage invoices in your project. Configure Doctrine resolve_target_entities to map bundle interfaces (Customer, Product, Invoice, Payment, etc.) to your own entities, then implement provided interfaces/traits. Includes PDF generator settings (logo/header/footer). | 1 | 1 | 0 | 0 | 0 | 0.3 | — | MIT | 2 years ago | |
| 2lenet/pdf-generator-bundle | — | 2 | 2 | 2 | 498 | 0 | 23.3 | 34.6 | MIT | 3 months ago | |
| accredifysg/singpass-login | Laravel package for SingPass Login, MyInfo, and CorpPass using FAPI 2.0-style auth: OpenID discovery, Pushed Authorization Requests (PAR) with DPoP, PKCE, and private-key JWT client assertions. Includes shared services and thin provider controllers. | 1 | 1 | 2 | 80 | 0 | 22.9 | 27.0 | — | 1 week ago | |
| aeatech/transaction-manager-bundle | Symfony bundle integrating AEATech Transaction Manager with support for multiple managers per connection, Doctrine DBAL adapter, MySQL/PostgreSQL transaction factories, configurable retry policies (backoff/jitter), attribute-based autoconfiguration, and lazy-loaded managers via service locator. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| aeatech/transaction-manager-common-transactions | Shared transaction definitions and utilities for AeaTech Transaction Manager. Centralizes common transaction types, payload structures, and helper classes used across services/packages to keep implementations consistent and reusable. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| aeatech/transaction-manager-core | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| aeatech/transaction-manager-doctrine-adapter | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| aeatech/transaction-manager-mysql | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| aeatech/transaction-manager-postgresql | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| almacareer/twigx-bundle | — | 11 | 11 | 0 | 204 | 2 | 1.2 | 20.0 | MIT | — | |
| 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,029 | 2,043 | 157 | 331K | 1 | 15.0 | 30.6 | MIT | — | |
| brandembassy/coding-standard | Opinionated PHP coding standard ruleset for enforcing consistent code style across projects. Built on common tooling (e.g., PHP_CodeSniffer) to simplify linting in CI and local development, helping teams keep formatting and conventions uniform. | 1 | 2 | 1 | 11K | 3 | 24.3 | 58.7 | — | 3 months ago | |
| czim/laravel-filter | — | 89 | 91 | 13 | 524 | 2 | 1.5 | 11.5 | MIT | 1 year ago | |
| czim/laravel-repository | — | 52 | 54 | 21 | 1K | 3 | 2.8 | 18.3 | MIT | 1 year ago | |
| geekcell/container-facade | Laravel package that adds lightweight container-backed facades, letting you resolve services from the IoC container via a simple static-like interface. Useful for organizing service access and reducing boilerplate when binding and retrieving dependencies. | 1 | 1 | 1 | 102 | 0 | 0.2 | 16.7 | MIT | 3 years ago | |
| jayesh/laravel-gemini-translator | Interactive Artisan command to scan Laravel projects for translation keys, translate them via Google Gemini AI, and generate language files. Supports Blade/PHP/JS/Vue/TS, concurrency, safe atomic writes, and Laravel Modules integration with skip/refresh modes. | 70 | 71 | 4 | 103 | 0 | 19.0 | 6.1 | MIT | 2 months ago | |
| jeroen-g/explorer | A Laravel Scout driver for Elasticsearch and OpenSearch. Index and search Eloquent models with configurable mappings, analyzers, and settings, plus support for queues, bulk indexing, and advanced queries—ideal for scalable full‑text search. | 399 | 399 | 70 | 19K | 6 | 35.7 | 30.6 | MIT | 6 days ago | |
| kitloong/laravel-migrations-generator | Generate Laravel migration files from an existing database schema, including columns, indexes, and foreign keys. Works with MariaDB/MySQL, PostgreSQL, SQL Server, and SQLite. Generate all tables or target/ignore specific tables via Artisan. | 2,863 | 2,885 | 294 | 294K | 1 | 49.2 | 31.8 | MIT | 2 months ago | |
| laravel/prompts | Laravel Prompts adds beautiful, user-friendly interactive forms to PHP CLIs, with browser-like UX such as placeholders and validation. Ideal for Laravel Artisan commands, but works in any command-line PHP project. | 718 | 716 | 140 | 11M | 8 | 40.6 | 67.9 | MIT | 3 weeks ago | |
| maatwebsite/excel | Laravel Excel wraps PhpSpreadsheet to make fast, elegant Excel/CSV imports and exports in Laravel. Export collections or queries with automatic chunking, build multi-sheet files, and handle queued, large datasets with a simple API and solid docs. | 12,689 | 12,922 | 1,978 | 4M | 3 | 66.6 | 43.1 | MIT | 2 months ago | |
| neuecommerce/coding-standards | Opinionated PHP coding standards for projects using Laravel Pint. Provides a ready-to-use Pint configuration and consistent formatting rules to keep code style uniform across teams and repositories. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| nuwave/lighthouse | Lighthouse is a Laravel framework for serving GraphQL. Define schemas, queries, mutations, and subscriptions with powerful directives and Eloquent integration. Flexible, extensible, and well-documented for building GraphQL APIs in Laravel apps. | 3,502 | 3,507 | 469 | 374K | 107 | 80.7 | 60.9 | MIT | 2 weeks ago | |
| okipa/laravel-form-components | Ready-to-use, fully customizable Laravel form components that generate HTML for you. Livewire compatible, supports Bootstrap 4/5 (TailwindCSS 3 planned). Includes form, input, textarea and more, with model binding and flexible configuration. | 19 | 20 | 9 | 74 | 1 | 21.2 | 10.7 | MIT | 2 months ago | |
| open-feature/flagd-provider | — | 2 | 2 | 1 | 24K | 0 | 0.1 | 53.9 | — | — | |
| open-feature/sdk | — | 42 | 42 | 11 | 95K | 12 | 32.4 | 63.2 | Apache-2.0 | 1 month ago | |
| opensearch-project/opensearch-php | Official PHP client for OpenSearch. Provides a convenient, low-level API for indexing and searching documents, managing clusters and indices, and calling OpenSearch endpoints from Laravel or any PHP app. Supports modern PHP versions and common auth options. | 157 | 155 | 76 | 1M | 38 | 34.6 | 74.6 | NOASSERTION | 3 months ago | |
| phpdocumentor/graphviz | PHP library to create and render Graphviz DOT graphs. Build nodes and edges via a fluent API, generate DOT output, and render to common formats (PNG, SVG, PDF) through Graphviz executables—useful for diagrams, docs, and visualizing relations. | 98 | 102 | 17 | 799K | 1 | 3.2 | 54.7 | MIT | 4 years ago | |
| phpdocumentor/reflection-docblock | PHPDoc-compatible DocBlock parser from phpDocumentor. Use DocBlockFactory to parse doc comments or Reflection objects, extracting summaries, descriptions, and tags for annotations and metadata. Ideal for tooling that reads and interprets PHPDoc blocks. | 9,370 | 9,407 | 136 | 10M | 10 | 55.9 | 53.0 | MIT | 4 months ago | |
| ramsey/collection | ramsey/collection is a PHP library for representing and manipulating typed collections. Provides data structures and APIs inspired by the Java Collections Framework, helping you store, validate, and work with groups of objects and values consistently. | 1,199 | 1,211 | 54 | 14M | 4 | 14.2 | 56.5 | MIT | 1 year ago | |
| ramsey/composer-repl-lib | Library for building interactive Composer-powered PHP REPLs. Provides the core loop and helpers to evaluate code in a Composer project context, load autoloaded classes, and inspect results—useful for CLI shells, debugging tools, and developer consoles. | 3 | 3 | 2 | 2K | 0 | 15.0 | 41.7 | MIT | 4 months ago | |
| ramsey/conventional-commits | PHP library for parsing and working with Conventional Commits. Read commit messages into structured objects, validate format, and extract type/scope/description, body, footers, and breaking changes—useful for changelogs, release automation, and tooling. | 194 | 193 | 22 | 164K | 9 | 20.7 | 47.8 | MIT | 4 months ago | |
| ramsey/http-range | Parse, validate, and work with HTTP Range headers in PHP. ramsey/http-range helps you interpret byte ranges, handle partial content requests, and generate correct range responses for downloads, media streaming, and resumable transfers. | 34 | 33 | 6 | 5K | 0 | 2.4 | 29.2 | MIT | 1 year ago | |
| ramsey/uuid | Generate and work with UUIDs in PHP using ramsey/uuid. Create v1, v4, and other UUID types, parse and validate UUID strings, and integrate easily via Composer. Well-documented, widely used, and standards-aware for reliable identifiers. | 12,631 | 12,843 | 527 | 15M | 15 | 72.4 | 56.4 | MIT | 1 month ago | |
| ramsey/uuid-doctrine | — | 904 | 926 | 80 | 741K | 8 | 14.5 | 43.3 | MIT | 2 years ago | |
| simplesamlphp/simplesamlphp-test-framework | Testing framework for SimpleSAMLphp to help validate authentication and SAML flows in automated test suites. Provides tooling and fixtures to simulate IdP/SP interactions, enabling reliable integration tests for applications using SimpleSAMLphp. | 0 | 0 | 2 | 11K | 1 | 0.2 | 55.2 | LGPL-2.1 | — | |
| worksome/coding-style | Worksome’s shared PHP coding style package. Generates ready-to-use configs for Easy Coding Standard (ECS), PHPStan, and Rector, extending PSR-12 with additional and customized rules. Install via Composer, generate stubs, and run via composer scripts. | 49 | 49 | 4 | 12K | 0 | 30.0 | 38.8 | MIT | 1 week ago | |
| wyrihaximus/phpstan-rules-wrapper | Composer wrapper that bundles popular PHPStan rule sets and extensions into one install. Works out of the box with phpstan/extension-installer, pulling in strict, deprecation, PHPUnit, Mockery, dead-code detection, PSR-3, and type-coverage rules. | 6 | 6 | 0 | 133K | 1 | 30.2 | 64.9 | MIT | 3 days ago |
How can I help you explore Laravel packages today?