Libraries tagged by larabels
ptondereau/laravel-ups-api
131099 Downloads
A small Laravel's wrapper for the PHP UPS API library
primitivesense/laravel-raw-sqs-connector
87603 Downloads
Allows for the consumption of raw messages produced outside of Laravel from SQS to then be handled natively within Laravel's Queue and Job system
mtownsend/collection-xml
35860 Downloads
The missing XML support for Laravel's Collection class.
mreduar/laravel-phpcs
15074 Downloads
PHP Codesniffer ruleset to follow Laravel's coding style
michaloravec/laravel-paginateroute
9659 Downloads
Laravel outer extension to easily use laravel's paginator without the query string
headerx/laravel-jetstream-passport
10335 Downloads
Passport and OAuth2 support for laravel's jetstream starter kit (Livewire)
envor/laravel-schema-macros
6208 Downloads
Some helpful (database level) macros for laravel's schema builder. Requires Laravel 11.
dutchcodingcompany/csv-collection
4381 Downloads
Read and write large csv files using Laravel's Illuminate Collections
dniccum/nova-webhooks
5857 Downloads
A tool for Laravel's Nova administrator panel that enables users to create webhooks that can be customized to fire on specified Eloquent model events (created, updated, etc). This allows applications to communicate with other applications and integrations (Zapier, If This Then That, etc).
dniccum/custom-email-sender
33065 Downloads
A tool for Laravel's Nova administrator panel that allows you to send custom email messages that within your application that leverages the applications existing settings and configurations.
clarkeash/str
177021 Downloads
An extraction of Laravels Str class from Illuminate/Support.
chrishalbert/laravel-nomadic
24813 Downloads
A suite of tools to enhance robustness of laravel's migrations.
alibayat/laravel-commentable
5303 Downloads
Implementing a Comment system for Laravel's Eloquent models.
orisintel/laravel-online-migrator
81009 Downloads
Apply Laravel's database migrations with minimal disruptions using tools like Percona Online Schema Change
jdavidbakr/multi-server-event
170875 Downloads
This package extends Laravel's native Command Event class to allow for managing events fired on the same system with multiple servers, preventing an event from firing more than once