Libraries tagged by CRUD Operation
silvanus/wp-post-crud
9 Downloads
Provides class class for handling CRUD operations on WP Posts
mehdirochdi/php-crud
23 Downloads
This class provides a common method of performing simple CRUD operations on any database supported by PHP PDO
eraufi/crud
7 Downloads
A package for generating CRUD operations in Laravel
adnen/php-crud-with-cli
0 Downloads
This is a simple PHP CLI application that performs basic CRUD (Create, Read, Update, Delete) operations on a user table in a MySQL database using PDO (PHP Data Objects). The script interacts with the database through a Command-Line Interface (CLI) and outputs results as JSON in the terminal.
webvelopers/laravel-crud-generator
92 Downloads
Laravel CRUD Generator is a library, it implements a new command to create: model, migration, factory, seeder, request, controller(resources) and test files with operations, with aditional option to generate a full API Controller.
sergiosgc/crud-trait
0 Downloads
PHP Trait that enables create Read Update Delete operations on PHP classes
qayum/api-first-crud-generator
6 Downloads
Generates a complete curd operation
promatik/create-dummy-operation-for-backpack
13 Downloads
CreateDummyOperation adds a button to your CRUDs to create dummy entries based on your model factories
milenmk/laravel-livewire-crud
28 Downloads
A reusable CRUD package for Laravel controllers and Livewire components, designed to simplify and standardize common database operations(create, read, update, delete), reduce boilerplate code, and support bulk actions.
vundi/potato-orm
108 Downloads
An ORM package that allows you to perform basic CRUD operations on any database
utkarshgayguwal/laravel-smart-scaffold
8 Downloads
Generate complete Laravel CRUD operations with a single command, including models, controllers with actual code having error handling, migrations, requests, factories, resources, and routes - ready for immediate API testing in Postman
opscale-co/nova-webhooks
3 Downloads
Add webhooks support triggered by your resource CRUD operations.
ont/laravel-magic-rest
1049 Downloads
Universal REST contoller for CRUD operations with dynamic routes and support for file uploads.
nimayneb/repop
4 Downloads
Repository Operator - Small Library for CRUD operations with PDO in a model context.
mehedi8gb/api-crudify
308 Downloads
Automate CRUD operations for Laravel APIs.