Libraries tagged by Package Class
saberliou/whetstone
3476 Downloads
A Laravel package with console commands like `php artisan make` for generating self-defined PHP blank classes.
robinwieske/laravel-action-command
7313 Downloads
This package provides a simple `make:action` command to generate invokable action classes
prezly/forbid-serialization
152340 Downloads
Micro-package with a handy trait to forbid serialization of specific class in PHP
peltonsolutions/laravel-ownerable
2299 Downloads
A custom package for Laravel to make it easier to attach and require classes to belong to a tenant.
mouf/utils.cache.cache-interface
381076 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
mouf/html.htmlelement
372614 Downloads
This package contains the HtmlElementInterface interface that can be used to output HTML on a page. It also features base classes implementing this interface.
kettasoft/filterable
105 Downloads
A powerful Laravel package for advanced Eloquent query filtering using dedicated filter classes, multiple engines, and clean HTTP request mapping.
kakaprodo/custom-data
4267 Downloads
A Laravel package that wraps function arguments together into a single CustomData class allowing separate processing and validation for each argument.
iafilin/eloquenthttpadapter
433 Downloads
EloquentHttpAdapter is a Laravel package that allows you to work with RESTful API data using an Eloquent-like syntax with HttpModel abstract class, interfaces, and custom exceptions.
d4rkstar/phpagi
25954 Downloads
PHPAGI is a PHP class for the Asterisk Gateway Interface. The package is available for use and distribution under the terms of the GNU Public License.
christophrumpel/laravel-command-file-picker
77774 Downloads
This package lets a user pick a file or class from a list during a Laravel command.
bylexus/php-prereqcheck
8771 Downloads
Helper class to create Prerequisite Check scripts for your software packages
ayvazyan10/nova-imagic
4497 Downloads
Imagic is a Laravel Nova field package that allows for image manipulation capabilities, such as cropping, resizing, quality adjustment, and WebP conversion. It utilizes the powerful Intervention Image class for image manipulation.
webpatser/laravel-sanitize
38781 Downloads
Laravel package to sanatize a string for use as URL's. It uses the PHP Normalizer class and fills whitespace with dashes.
mtlukaszczyk/classfinder
3192 Downloads
Package for finding classes