Libraries tagged by php8-attributes
nddcoder/php-attributes-scanner
34 Downloads
Scan directory and get Class with Attributes info
jexa/php-attribute-interfaces
0 Downloads
PHP Interfaces for an Attribute Model
d076/php-attribute-helper
2 Downloads
Small helper for manage your attributes with reflection api in Laravel projects
shoesten-tag/log-http
6 Downloads
Log HTTP requests and responses in Laravel applications using PHP attributes
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.
atomino/util-attr
67 Downloads
PHP Attribute handler
zidbih/laravel-auto-cache-clear
11 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
10 Downloads
Helpers for making PHP Attribute validation.
yoldi/php-swagger
8 Downloads
OpenAPI 3.0 documentation generator from PHP attributes
torugo/router
40 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
66 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.
rampmaster/breadcrumbtrail-bundle
10 Downloads
Symfony bundle to generate a dynamic Twig breadcrumbs trail via Annotations, PHP Attributes or PHP methods.