Libraries tagged by package attribute
martinezart87/laravel-sql-server-custom-connector
308 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
improvit17/countries
715 Downloads
Rinvex Countries is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.
pwrdk/laravel-custom-attributes
636 Downloads
Custom Attributes Package for Eloquent Models
jobmetric/laravel-attribute
1 Downloads
This is a attribute management package for Laravel that you can use in your projects.
diyorbek/laravel-attribute-routes
4 Downloads
Laravel attribute-based route registrar package
noisystate/skipped-attributes
38 Downloads
A simple package to define arrays with optional attributes in an elegant way
bvipul/laravel-encrypts-attributes
33 Downloads
This package will be used to encrypt attributes of a model.
thettler/laravel-command-attribute-syntax
7 Downloads
This Package allows the use of PHP Attributes to specify a command signature
jojomak13/laravel-attributes
3 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.
zaw/attribute-driven-cqrs
13 Downloads
A PHP package that simplifies the implementation of the CQRS pattern using attributes, enabling cleaner and more efficient command/query handling.
larapack/attribute-slugging
1766 Downloads
Allows your Eloquent Model to automatically generate a unique slug for a attribute on save.
larapack/attribute-hashing
1146 Downloads
Allows you to define what attributes in your Eloquent Model which should be hashed.
mkd/laravel-fast-api
5 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.
fileinvite-org/laravel-database-encryption
10249 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
davidmpeace/immutability
20473 Downloads
A simple Laravel package that allows you to enforce immutable attributes on Eloquent models.