Libraries tagged by customer prices
laravel-s/laravel-sw
5 Downloads
hpc-code/laravel-s
16 Downloads
🚀 LaravelS is an out-of-the-box adapter between Swoole and Laravel/Lumen.
theopeneyesci/cache
11 Downloads
First custom packages
soberanes/cybersource-rest-client-php
1586 Downloads
Client SDK for CyberSource REST APIs - Custom
hilalahmad/http-client
5 Downloads
The HttpClient PHP package is a package designed for making HTTP requests using cURL. This package simplifies the process of sending GET, POST, PUT, PATCH, and DELETE requests, along with the ability to set custom headers, to external APIs or web services.
arraypress/edd-register-exporters
4 Downloads
A library for easily registering custom exporters in Easy Digital Downloads
primestst/nova-settings
21 Downloads
A Laravel Nova tool for editing custom settings using native Nova fields.
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.
tradefurniturecompany/image
25 Downloads
A custom image processing module for tradefurniturecompany.co.uk (Magento 2)
putyourlightson/craft-sift-workflow
4 Downloads
Adds custom review processes to the Workflow plugin for specific categories.
devejesus/video-encoder
0 Downloads
A simple PHP-based video encoder that converts raw RGB24 frames to YUV420p format using custom pixel processing.
antonioprimera/md-parser
50 Downloads
Custom Markdown Processor
aclips/docflow
0 Downloads
Document flow module that allows you to implement custom business processes.
dd/evolutioncms-snippets-ddgetmultiplefield
2 Downloads
A snippet for processing, manipulations and custom output structured data (JSON or separated by delimiters strings).
kettasoft/booter
16 Downloads
The Laravel Model Event Booter package provides a flexible way to organize and manage model event handling in Laravel applications. It allows developers to define specific actions for model events (such as created, updated, deleted, etc.) by associating them with custom classes. The package simplifies the process of executing logic for model events and makes it easy to extend and maintain event-driven behavior.