Libraries tagged by package attribute
martinezart87/laravel-sql-server-custom-connector
788 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
jeffersongoncalves/laravel-html-sanitizer
49 Downloads
This Laravel package provides a simple wrapper around the Symfony HTML Sanitizer to safely clean untrusted HTML. It strips scripts, inline event handlers, and Alpine attributes while keeping the presentational subset (headings, lists, tables, code blocks, images, links) that rendered Markdown and READMEs need. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
rinvex/language
11711 Downloads
Rinvex Language is a simple and lightweight package for retrieving language details with flexibility. A whole bunch of data including name, native, iso codes, language family, language script, language cultures, and other attributes for the 180+ known languages worldwide at your fingertips.
phpdot/package
38 Downloads
Attribute-driven package scanning, definition generation, and config scaffolding for PHPdot.
jobmetric/laravel-attribute
4 Downloads
This is a attribute management package for Laravel that you can use in your projects.
amondar-libs/class-attributes
64 Downloads
PHP class attributes workflow for package development.
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.
a7-tech/laminas-attribute-controller
98 Downloads
Package for Laminas Framework to use attributes sugar in controller.
thettler/laravel-command-attribute-syntax
8 Downloads
This Package allows the use of PHP Attributes to specify a command signature
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.
zaw/attribute-driven-cqrs
14 Downloads
A PHP package that simplifies the implementation of the CQRS pattern using attributes, enabling cleaner and more efficient command/query handling.
larapack/attribute-manipulation
3185 Downloads
Allows multiple traits to manipulate with the attributes of an Eloquent Model.
larapack/attribute-purging
712 Downloads
Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.
mkd/laravel-fast-api
8 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.