|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beberlei/assert | 0.76 | Lightweight assertion library for validating method arguments and input data in PHP. Provides a fluent, readable API with many built-in rules (string, numeric, email, UUID, collection, etc.), clear exceptions, and easy extensibility for custom constraints. | 2,427 | 2,457 | 186 | 2M | 29 | 37.1 | 54.1 | NOASSERTION | 1 year ago | |
| delormejonathan/accessible | 0.71 | Accessible is a PHP library that uses docblock annotations to automate class behavior: generates getters/setters, validates setter arguments with Symfony Assert, initializes properties in constructors, and manages collections and associations with add/remove helpers. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 6 years ago | |
| antares/accessible-bundle | 0.71 | — | 0 | 15 | — | 0 | — | 1.4 | — | — | — | |
| php-di/php-di | 0.71 | PHP-DI is a practical, powerful, framework-agnostic dependency injection container for PHP. It helps manage services and wiring with autowiring and flexible configuration, making applications easier to build, test, and maintain across any framework. | 2,773 | 2,851 | 323 | 2M | 56 | 53.0 | 62.3 | MIT | 9 months ago | |
| spatie/laravel-data | 0.71 | Create rich, typed data objects for Laravel that replace form requests and API transformers. Automatically map from requests, validate with inferred rules, transform to resources (with lazy/partial fields), and generate TypeScript definitions from the same source. | 1,757 | 1,760 | 282 | 2M | 3 | 47.5 | 49.2 | MIT | 4 weeks ago | |
| kubawerlos/php-cs-fixer-custom-fixers | 0.70 | Custom fixers for FriendsOfPHP PHP-CS-Fixer. Install via Composer, register the Fixers set, then enable individual rules to enforce additional style conventions (e.g., prefer class constants, remove leading global namespace slashes, tidy PHPDoc params). | 240 | 241 | 25 | 341K | 4 | 32.0 | 51.6 | MIT | 3 weeks ago | |
| j0k3r/php-readability | 0.70 | Extracts the main article content and title from messy web pages in PHP. Improved fork of php-readability with tests, namespacing, and optional HTML cleanup via Tidy (or libxml). Supports PSR-3 logging for debugging. | 184 | 190 | 38 | 27K | 6 | 20.9 | 37.8 | Apache-2.0 | 2 months ago | |
| codenco-dev/eloquent-model-tester | 0.70 | Laravel dev-only helper to test Eloquent models: verify table structure/columns, fillable vs guarded attributes, and model relationships. Works with PHPUnit and model factories, integrates easily in your model test classes. | 20 | 20 | 1 | 205 | 2 | 24.8 | 16.6 | MIT | 4 weeks ago | |
| spatie/laravel-auto-discoverer | 0.70 | Fast, cached discovery of PHP structures in your codebase. Find classes, interfaces, traits, and enums by conditions like “implements interface” or “uses trait,” and get rich metadata. Ideal for automation, registration, and scanning in production. | 178 | 178 | 18 | 23 | 0 | 27.6 | 0.8 | MIT | 1 month ago | |
| ajthinking/archetype | 0.70 | 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 | 137K | 2 | 11.3 | 37.4 | — | 2 years ago | |
| spatie/php-structure-discoverer | 0.70 | Discover PHP classes, interfaces, traits, and enums that match conditions (e.g., implement an interface) across your project. Fast scanning with built-in caching and rich metadata—ideal for auto-registration, tooling, and framework integrations. | 178 | 179 | 18 | 2M | 0 | 27.6 | 64.2 | MIT | 1 month ago | |
| symfony/property-access | 0.70 | Symfony PropertyAccess lets you read and write values on objects and arrays using a simple property path string notation. It supports nested access, getters/setters, and array indexes, making data mapping and form handling easier. | 2,822 | 2,833 | 27 | 7M | 0 | 45.1 | 54.7 | MIT | 1 week ago | |
| spatie/php-attribute-reader | 0.69 | Lightweight PHP 8+ utility to read native attributes from classes, methods, properties, and parameters using reflection. Designed for simple, fast attribute discovery in frameworks and libraries, with an API that fits common annotation-style workflows. | 90 | 90 | 2 | 374K | 0 | 15.8 | 56.4 | MIT | 3 months ago | |
| phpdocumentor/reflection-docblock | 0.69 | PHPDoc-compliant DocBlock parser from phpDocumentor. Parse summaries, descriptions and tags from doc comments or reflection objects using DocBlockFactory, enabling annotation-like metadata and easy access to structured DocBlock information. | 9,384 | 9,409 | 136 | 9M | 10 | 58.8 | 53.3 | MIT | 2 months ago | |
| alexanevsky/getter-setter-accessor-bundle | 0.69 | — | 1 | 1 | 0 | 9 | 0 | 0.0 | 10.2 | MIT | — | |
| doctrine/annotations | 0.68 | Doctrine Annotations parses and reads docblock annotations for PHP projects. Considered feature complete since PHP 8 attributes are the native replacement; this package now focuses on bugfixes and security fixes. Documentation available on doctrine-project.org. | 6,742 | 6,785 | 231 | 6M | 26 | 48.6 | 48.2 | MIT | 1 year ago | |
| zeptech/annotations | 0.68 | Parses case-insensitive PHPDoc annotations from classes, methods, and properties via Reflection. Exposes annotations as objects with array access, supports defaults/false/null semantics, and includes an AnnotationFactory that caches parsed results by docblock hash for speed. | 65 | 66 | 6 | 5K | 0 | 0.5 | 26.6 | BSD-3-Clause | — | |
| delormejonathan/accessible-bundle | 0.68 | — | 0 | 0 | 1 | 0 | 0 | 0.6 | — | MIT | 6 years ago | |
| andrew-gos/class-builder | 0.68 | PHP library to construct objects from arrays or scalars using constructor reflection. Supports interfaces/abstracts via AvailableInheritors, conditional building with BuildIf checkers, typed arrays, variadics, and union/intersection parameter types. | 1 | 2 | 0 | 85 | 0 | 0.0 | 22.6 | MIT | — | |
| brzuchal/rest-client | 0.64 | — | 0 | 0 | 0 | 21 | 0 | 0.0 | 18.5 | MIT | — |
How can I help you explore Laravel packages today?