Libraries tagged by php-attributes
open-southeners/laravel-model-status
253 Downloads
A very simple yet very integrated Laravel status package
mackrais-organization/property-transform
1 Downloads
A PHP library for transforming DTO properties using attributes with support for PHP functions, DI services, and nested object transformation.
kryptamine/groot
19 Downloads
PHP 8 attributes based router adapter
atomino/util-attr
67 Downloads
PHP Attribute handler
zidbih/laravel-auto-cache-clear
9 Downloads
A Laravel package that automatically clears cache for Eloquent models using PHP attributes. Define cache-clearing behavior directly above your model with the #[ClearCacheWhen] attribute, and let the package handle the rest.
yuandian/validation
8 Downloads
Helpers for making PHP Attribute validation.
yoldi/php-swagger
8 Downloads
OpenAPI 3.0 documentation generator from PHP attributes
torugo/router
39 Downloads
Simple route system using PHP Attributes
tim661811/laravel-telemetry-reporter
13 Downloads
A reusable Laravel 10+ package that lets you annotate any service method with a PHP attribute to collect custom telemetry (e.g. user counts, disk usage, feature flags) and automatically report it—at configurable intervals—to a central server over HTTP. Data is grouped per application host, is fully configurable via a published telemetry.php config (backed by your chosen cache), and integrates seamlessly with Laravel’s scheduler and HTTP client.
thepublicgood/yerp
15 Downloads
Simple PHP attribute validator
sousa-dev/api-docs
65 Downloads
Designed to assist in creating API documentation in the OpenAPI standard, this tool is built to be reusable and decoupled from your application. Leveraging PHP attribute feature, it simplifies the process of generating Swagger docs effortlessly
softwarezhu/pate
12 Downloads
Pate is a PHP Attribute Template Engine inspired by PHPTAL but run much faster. It use native dom to make it fast.
raxos/router
620 Downloads
A fast and simple router, built with php attributes.
rampmaster/breadcrumbtrail-bundle
9 Downloads
Symfony bundle to generate a dynamic Twig breadcrumbs trail via Annotations, PHP Attributes or PHP methods.
ramaid/laravel-route-discovery
894 Downloads
Auto register routes using PHP attributes