Libraries tagged by create read update delete
infinety-es/crud
360 Downloads
Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.
devfusion/maker-bundle
409 Downloads
This bundle is a code generation tool. It draws heavily on the symfony/maker-bundle by adding several features and more flexibility.
chilltvpack/crud
0 Downloads
Quickly build an admin interfaces using Laravel, CoreUI, Bootstrap and jQuery.
brians84/crud
5 Downloads
Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.
aliromero/crud
16 Downloads
Quickly build an admin interfaces using Laravel, CoreUI, Bootstrap and jQuery.
sergiosgc/crud-trait
0 Downloads
PHP Trait that enables create Read Update Delete operations on PHP classes
permaxis/laravel-crudgenerator
24 Downloads
Generate a crud (create read update delete) interface based on model laravel
milenmk/laravel-livewire-crud
25 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.
inotion/skeletoncrud
38 Downloads
Facilitate the creation of CRUD (create, read, update, delete) using SkeletonCRUD
ibrahimbougaoua/filament-trace
70 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.
ernandesrs/easy-crud
4 Downloads
Features for database manipulation: create, read, update, delete
dmsylvio/actionlog
40 Downloads
Logs all actions like create, read, update, delete and custom
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.
x-one/infakt-client
239 Downloads
InfaktClient is a PHP library for the third version of Infakt REST API that makes it easy to perform CRUD (create, read, update and delete) operations on invoices, clients and products.
session-forge/session-forge
12 Downloads
The SessionForge library is designed to provide developers with a flexible and efficient tool for managing sessions using file manipulation. With SessionForge, you can easily create, read, update, and delete session data stored in files, enabling seamless integration of session management functionality into your applications.