Libraries tagged by package attribute
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.
davidmpeace/immutability
20473 Downloads
A simple Laravel package that allows you to enforce immutable attributes on Eloquent models.
tobento/service-tag
210 Downloads
Creating HTML tags with attributes easily.
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.
takemo101/simple-prop-check
790 Downloads
Simple Prop Check
mlocati-concrete5-packages/vatcode_codicefiscale
210 Downloads
ConcreteCMS/concrete5 package for adding Italian VAT code or Codice Fiscale attributes
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.
algoyounes/bindify
344 Downloads
Laravel Package Bindify is a package that helps you to bind your classes to the Laravel service container
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.
solutionplus/dynamic-pages
35 Downloads
A comprehensive dynamic-pages package with dynamic pages, sections, items, custom attributes, and keywords support
jetcod/laravel-slugify
44 Downloads
A Laravel package that automatically generates slugs for model attributes, simplifying the creation of URL-friendly slugs.
vincentvdree/wp-hooked
14 Downloads
A small package for defining actions and filters in WordPress using classes and attributes.
pbaszak/symfony-messenger-cache-bundle
72 Downloads
Messenger Cache Bundle is a package for the Symfony Messenger component that enables creating, invalidating, and refreshing cache using attributes. This allows for faster and more efficient processing of asynchronous tasks.