Download the PHP package madulinux/repository-pattern without Composer
On this page you can find all versions of the php package madulinux/repository-pattern. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download madulinux/repository-pattern
More information about madulinux/repository-pattern
Files in madulinux/repository-pattern
Download madulinux/repository-pattern
More information about madulinux/repository-pattern
Files in madulinux/repository-pattern
Vendor madulinux
Package repository-pattern
Short Description Repository Pattern for Laravel
License MIT
Package repository-pattern
Short Description Repository Pattern for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package repository-pattern
Laravel Repository Pattern
A flexible and feature-rich implementation of the Repository Pattern for Laravel applications.
Features
- 🚀 CRUD Operations - Basic create, read, update, and delete operations
- 💾 Caching Support - Automatic caching with customizable drivers and keys
- 🔄 Event System - Before/After events for all operations
- 🗑️ Soft Deletes - Built-in support for soft deletes
- 📦 Bulk Operations - Efficient handling of multiple records
- 💼 Transactions - Database transaction support
- 🔍 Query Builder - Chainable query methods
- 📄 Pagination - Built-in pagination support
- 🔎 Search - Simple and advanced search capabilities
Installation
Basic Usage
Generate Repository
This will create:
app/Repositories/UserRepository.php
app/Repositories/Interfaces/UserRepositoryInterface.php
Basic Operations
Caching
Events
Soft Deletes
Bulk Operations
Transactions
Query Builder
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Author Name
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of repository-pattern with dependencies
PHP Build Version
Package Version
The package madulinux/repository-pattern contains the following files
Loading the files please wait ....