Libraries tagged by php 8 attributes
raihel/controller
9 Downloads
Create your routes using attributes in your controllers
pixielity/laravel-routing
11 Downloads
Attribute-based routing system for Laravel with NestJS-inspired decorators
brenoroosevelt/middleware
937 Downloads
Middleware/Bus Pattern Implementation
aftandilmmd/laravel-cacheable
7 Downloads
A modern, attribute-driven method caching layer for Laravel. Annotate any method with #[Cacheable] and let the framework handle the rest — TTL, tags, conditional caching, locking, stale-while-revalidate, invalidation, and more.
vidic/orm-search-param
4 Downloads
PHP 8 attribute-based search parameter parser for Doctrine ORM QueryBuilder
tourze/doctrine-uuid-bundle
26 Downloads
Symfony bundle for automatic UUID (v1/v4) assignment in Doctrine entities using PHP 8 attributes
malinichevvv/yii2-access
0 Downloads
Powerful, flexible RBAC extension for Yii2 with role inheritance, dynamic rules, PHP 8 attributes, caching and audit log
au9500/laravel-auto-singleton
77 Downloads
PHP 8 attribute to auto-register Laravel singletons.
scriptle/laragraph
9 Downloads
graphql-php wrapper for Laravel using PHP8 attributes
crtl/wp-plugin-base
57 Downloads
Provides API to register wordpress hooks and actions using PHP8 Attributes and reflection API
berbeflo/modify-dump
5 Downloads
A small library that makes use of php8 attributes to modify the var_dump output of objects
ion-bazan/phpunit-extras
0 Downloads
Java-style test automation for PHPUnit - using PHP 8.1+ attributes
gabylis/api-foundation
1 Downloads
Opinionated Laravel API base: structured JSON responses, PHP 8 OpenAPI attributes scaffold, and Artisan generator for documented controllers.
eslym/laravel-routes-builder
13 Downloads
Routes builder powered by PHP 8.0 Attributes
emma/validation
34 Downloads
A PHP 8.0+ Attribute Based Validation For Properties of Object/Entity/DTO. Comes with in-built data-type converter that can be implemented to make validation easy without compromising your object. You can create your own custom Validators and/or Converter by implementing a simple interface.