Libraries tagged by CRUD Operation
bjerke/laravel-bread
5119 Downloads
A boilerplate package for BREAD operations through REST API in Laravel
metarush/data-mapper
279 Downloads
A generic data access layer for basic CRUD operations. Can act as a layer between database and repositories/services.
islamwalied/one-click-module
8 Downloads
The package generates CRUD operations using a modular structure.
imritesh/livecrud
876 Downloads
Generate Basic Crud Operations With Livewire and Tailwind Css For Laravel
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.
ekram/schema-forge
22 Downloads
Laravel Package to create crud operation
contiva/sap-cpi-php
343 Downloads
Comprehensive PHP library for SAP Cloud Platform Integration (CPI) APIs with full CRUD operations, cross-system transport, and Auto-Motor examples
ahrmerd/laravel-test-generator
174 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package
soupmix/elasticsearch
88 Downloads
Simple Elasticsearch abstraction layer adapter to handle CRUD operations.
soupmix/base
984 Downloads
Simple database abstraction layer adapters collection to handle CRUD operations.
doublethreedigital/guest-entries
1393 Downloads
Perform CRUD operations in the front-end of your site.
laztopaz/potato-orm
8 Downloads
This package aims at building a simple agnostic ORM that can perform the basic crud database operations.
florence/potato
0 Downloads
Potato ORM is a simple agnostic ORM that can perform the basic crud database operations
miisieq/infakt-client
114 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.
conectra/active-rest
1325 Downloads
This is a library to make CRUD's with your REST API. With this package, and some framework like Slim. You can abstract operations: POST,PUT,PATCH,DELETE,FIND,FINDONE at your Routes.