Libraries tagged by crud operations
jyoungblood/dbkit
30 Downloads
PHP functions to handle database connection and CRUD operations with PDO.
joedevsharp/entitylite
14 Downloads
A lightweight PHP ORM inspired by Entity Framework, designed to simplify database interactions and provide an intuitive way to manage entities and relationships. This library utilizes a fluent interface and follows the PSR-4 autoloading standard, making it easy to integrate into any PHP project. With support for basic CRUD operations and a focus on simplicity and performance, this ORM empowers developers to work with databases seamlessly while maintaining clean and maintainable code.
jigardarji/make-pcrudl
6 Downloads
Laravel CRUD Operation Generator
janmoo/crudwire
31 Downloads
a package for Laravel Auth, performing crud operations on users
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.
ikmi/crudgenerator
13 Downloads
A laravel package to generate a complete CRUD operation.
ibrahimbougaoua/filament-trace
71 Downloads
A Filament package is a reusable software library for PHP that provides logging and tracking functionality for CRUD operations and user interactions. It includes a logging class to capture create, read, update, delete actions, as well as user interactions like login and logout.
hxgf/dbkit
45 Downloads
PHP functions to handle database connection and CRUD operations with PDO.
hsnmsri/database_z
0 Downloads
A package for easy database CRUD operations
helori/laravel-crudui
1019 Downloads
UI tools to perform CRUD operations on Eloquent models
hascoding/webapi
18 Downloads
PHP Automatic Crud Operations
gustocoder/laravel-datatable
8 Downloads
Laravel datatable package that provides sorting, allows you to optionally add an extra column, under which you can add buttons for CRUD operations. The button creation method will automatically generate links and send the individual record id to the route name you pass to it. You can configure whether you want the records to be clickable, sortable or not. There is also pagination. Built using Laravel 11.0 but will work on most recent versions. It uses Bootstrap 5 to wrap your responsive table in a nice customizable panel
geekyants/laravel-usedb
25 Downloads
Generic CRUD operation
fenox/laravel-api-json
7 Downloads
A Laravel package that simplifies API development by automating CRUD operations, ensures consistent JSON error handling, and streamlines the creation of essential components for RESTful APIs.
faslatam/orm
4 Downloads
Tiny ORM for simple CRUD operations.