Libraries tagged by simple core
mpmontanez/json-schema-to-php-generator
250 Downloads
Code generation tool for converting JSON schema documents to simple PHP classes.
moraesgil/entity-validator-trait
258 Downloads
A simple Laravel trait for call Validation by your entitie to allow data creating or updating.
mkd/laravel-fast-api
6 Downloads
Laravel FastAPI is a PHP attribute-based routing package designed to streamline API development. It enables developers to define routes, methods, and middlewares directly within their controllers using simple PHP attributes. By reducing the complexity of traditional route definition, Laravel FastAPI improves code organization and enhances performance with route caching. Perfect for developers looking to build clean, efficient APIs in Laravel.
livaco/easydiscordwebhook
142 Downloads
An simple, lightweight, easy to use library to allow you to create and send discord webhooks in PHP.
legecha/enumpty
181 Downloads
Find yourself creating methods like label(), description() or icon() on your enums? This very simple package takes the legwork out of doing so for you, and gives you the same functionality without implementing the methods.
lbmadesia/generator
52 Downloads
To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.
lbmadesia/api-generator
38 Downloads
To create a api with all related files like controller, route etc with a simple restapi.
laykith/easyconnect
21 Downloads
A simple PDO manager to manage connections and reduce code in non-framework PHP scripts.
jeffersongoncalves/laravel-matomo
11 Downloads
A simple and elegant Laravel package that seamlessly integrates Matomo Analytics tracking code into your Blade views.
intrd/sqlite-dbintrd
103 Downloads
DBIntrd - Simple PHP framework for SQLite3 databases. A magic way to automatically create objects and persists data at SQLite3 tables.
ibrahimbougaoua/filament-sound
15 Downloads
The package provides a simple and convenient way to incorporate auditory cues into your application's user experience. By utilizing the Web Audio API and event listeners, FilamentSound detects successful CRUD operations and triggers the corresponding sound effect in response. This helps users receive immediate feedback and acknowledgment when performing actions like creating new records, updating existing data, or deleting entries.
hashemi/fireworks
72 Downloads
A simple trait that will help to fire property wise event on your laravel model. Using laravel model events, to create hooks.
djordje/laravel-backend-layout
49 Downloads
Simple backend layout based on Twitter Bootstrap 3 for rapid backend view creation.
designbycode/luhn-algorithm
289 Downloads
The Luhn Algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers, IMEI numbers, and others. This documentation provides an overview of the Luhn Algorithm implementation in PHP, including examples and use cases.
deadsimple/vueeventbus
1935 Downloads
Create Deadsimple communication between two independent Vue Components using a simple Event Bus