Libraries tagged by customer manager
diegoalvarezb/laravel-front-messages
10 Downloads
Management of flash messages and custom messages in the same way.
webship/vdo
519 Downloads
The Visual Distribution Operator (VDO) Helps Drupal developers manage base code development work cycle for custom recipes/distributions/profiles.
trukes/php-rate-limiter
1 Downloads
A lightweight, flexible rate-limiting library for PHP. Manage access limits by user, IP, or custom keys with support for sliding and fixed windows. Compatible with Redis, MySQL, and file-based storage. Ideal for controlling API usage and preventing abuse.
tihloh/dcode
4 Downloads
DCode(Divine Code) is a custom personal framework for my projects including libraries of functions with user management.
razorisuru/shopping-cart
10 Downloads
The ShoppingCart package provides a simple and flexible solution for managing a shopping cart in Laravel applications. It uses sessions to store cart items, allowing you to easily add, update, remove, and clear items. With support for custom attributes, price calculations, and total cost computation, this package is ideal for building e-commerce and order management systems.
pigeonboys/pigeon-cli
14 Downloads
This repository contains a collection of custom commands to simplify development workflows, including Docker management, Git operations, and Laravel Sail interactions.
mvccore/ext-form-all
15 Downloads
MvcCore - Extension - Form - All - form extension with with all form packages to create and render web forms with HTML5 controls, to handle and validate submited user data, to manage forms sessions for default values, to manage user input errors and to extend and develop custom fields and field groups.
maniyatech/magento2-crud
1 Downloads
Magento 2 module for custom student registration with a frontend form linked in the footer as 'Student Form', and admin-side grid management. Fully compatible with Luma and Hyvä themes.
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.
kaffirfold/surgery
3 Downloads
A Framework of a framework, the Kaffirfold Surgery Management System is a Medical Centre Management Framework built with the KaffirFold engine (a Custom PHP MVC Framework developed by The TechKaffir at Jongi Brands Tech Solutions).
jairosantos/easy-framework
7 Downloads
This is a simple PHP framework for APIs that demonstrates basic routing, handling HTTP requests, and organizing controllers for CRUD operations. The framework uses Dotenv for environment variable management, PDO for database interactions, and a custom router to handle different HTTP methods and routes.
jadempinky/pinkyflow
24 Downloads
A PHP framework that makes your code flow like water. PinkyFlow provides essential modules like user management, shopping cart, and commenting, while maintaining flexibility for custom extensions.
goldfinch/html-snippets
44 Downloads
Create custom HTML snippets and use them across your project via TinyMCE plugin. Easy to manage and customize as many snippets as you need
gcgov/framework-service-user-crud
33 Downloads
Implement standard CRUD routes to manage the user collection. Even if your app doesn't provide a custom user model (`\app\models\user`), your auth or database service may provide you with a standard user model that implements (`\gcgov\framework\interfaces\auth\user`).
comphp/config
14 Downloads
Library designed to simplify the management of configuration files in PHP applications. It leverages the power of dynamic driver loading and custom behaviors to provide a highly adaptable solution for application configuration.