Libraries tagged by laravel attributes package
mkd/laravel-fast-api
6 Downloads
Laravel FastAPI is a PHP attribute-based routing package designed to streamline API development. It enables developers to define routes, methods, and middlewares directly within their controllers using simple PHP attributes. By reducing the complexity of traditional route definition, Laravel FastAPI improves code organization and enhances performance with route caching. Perfect for developers looking to build clean, efficient APIs in Laravel.
pwrdk/laravel-custom-attributes
637 Downloads
Custom Attributes Package for Eloquent Models
jojomak13/laravel-attributes
4 Downloads
This package provides the ability to create custom attributes for Laravel controllers. You can use these attributes to add functionality like authorization, validation, or any other custom behavior to your controller methods.
bvipul/laravel-encrypts-attributes
33 Downloads
This package will be used to encrypt attributes of a model.
thettler/laravel-command-attribute-syntax
8 Downloads
This Package allows the use of PHP Attributes to specify a command signature
famdirksen/laravel-utm-urls
152 Downloads
This package will add utm attributes to all urls
curly-deni/laravel-permission-kit
7 Downloads
A unified Laravel toolkit for permission and policy management, combining multiple packages for controllers, policies, attributes, and scopes.
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.
mkd/laravel-state-management
7 Downloads
a state management package for Laravel, enabling shared and persistent application state across services, requests, and files without the need for reinitialization. It supports casting, default state handling, and custom methods for managing complex state in your Laravel applications
meius/laravel-filter
46 Downloads
A Laravel package for applying dynamic filters to Eloquent models based on request parameters.
martinezart87/laravel-sql-server-custom-connector
379 Downloads
This package fix Fatal error: Uncaught PDOException: SQLSTATE[IMSSP]: An invalid attribute was designated on the PDO object in PHP 8.1.22, 8.2.9, 8.3.0
larapack/attribute-hashing
1182 Downloads
Allows you to define what attributes in your Eloquent Model which should be hashed.
larapack/attribute-encryption
1932 Downloads
Allows you to define what attributes in your eloquent model which should be encrypted and decrypted.
jetcod/laravel-slugify
44 Downloads
A Laravel package that automatically generates slugs for model attributes, simplifying the creation of URL-friendly slugs.
malyusha/path-history
1594 Downloads
Laravel package that allows you to create nested/human-readable paths(urls) for your eloquent models from attributes.