Libraries tagged by package laravel
muhammadhuzaifa/laravel-pulse-guzzle-recorder
7279 Downloads
Pulse Guzzle Recorder provide a custom recorder for intercepting http requests made via guzzlehttp/guzzle php library and add them into the pulse dashboard if the request is slow. The package uses the guzzle middleware for the data. The recorder intercept and log the request into the Laravel Pulse Slow Outgoing Requests.
mr-punyapal/laravel-extended-relationships
1843 Downloads
Package provides additional, more efficient relationship methods for Laravel Eloquent models.
moltin/laravel-cart
24199 Downloads
Shopping cart package
miguilim/laravel-singlestore-backup
4708 Downloads
A package that makes it easy to make backups of your SingleStore database.
matthewpageuk/laravel-bitty-enums
2353 Downloads
This package helps you use bitwise enums in PHP and Laravel.
limewell/laravel-make-extender
4553 Downloads
This package helps to generate and autoload custom helpers, It can generate multilevel helpers in the context of the directory.
liberu-genealogy/laravel-gedcom
1117 Downloads
A package that converts gedcom files to Eloquent models
krossroad/laravel-union-paginator
98121 Downloads
Package to support pagination in union queries in Laravel Eloquent.
kolirt/laravel-openstreetmap
28121 Downloads
Package for openstreetmap.org
kamranahmedse/laravel-faulty
9924 Downloads
A minimal package to assist in returning RESTful exceptions in your APIs.
justbetter/laravel-magento-products
11821 Downloads
Package to store product data in a local DB
justbetter/laravel-magento-prices
8618 Downloads
Generic package to push prices to Magento
justbetter/laravel-magento-customer-prices
6648 Downloads
Package to push customer specific prices to Magento
jlorente/laravel-credit-cards
26093 Downloads
Laravel >=5.6 integration for the PHP Credit Cards package that allows to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm.
jiannei/laravel-enum
21039 Downloads
A simple and easy-to-use enumeration extension package to help you manage enumerations in your project more conveniently, supporting Laravel and Lumen