https://github.com/mpyw/laravel-packages
Library packages list for Laravel
https://github.com/mpyw/laravel-packages
laravel php
Last synced: about 1 year ago
JSON representation
Library packages list for Laravel
- Host: GitHub
- URL: https://github.com/mpyw/laravel-packages
- Owner: mpyw
- Created: 2020-08-25T02:07:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T05:50:20.000Z (over 1 year ago)
- Last Synced: 2025-04-01T23:37:07.839Z (over 1 year ago)
- Topics: laravel, php
- Homepage:
- Size: 17.6 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Packages
Library packages list for Laravel.
Each package follows the latest Laravel version.
## Auth
### [mpyw/scoped-auth](https://github.com/mpyw/scoped-auth)
Apply specific scope for user authentication.
### [mpyw/null-auth](https://github.com/mpyw/null-auth)
Null Guard for Laravel. Designed for Middleware-based authentication and testing.
## Database
### [mpyw/laravel-database-advisory-lock](https://github.com/mpyw/laravel-database-advisory-lock) :fire:
Advisory Locking Features for Postgres/MySQL/MariaDB on Laravel.
### [mpyw/laravel-cached-database-stickiness](https://github.com/mpyw/laravel-cached-database-stickiness)
Guarantee database stickiness over the same user's consecutive requests.
### [mpyw/laravel-mysql-system-variable-manager](https://github.com/mpyw/laravel-mysql-system-variable-manager)
A tiny extension of `MySqlConnection` that manages session system variables.
### [mpyw/laravel-pdo-emulation-control](https://github.com/mpyw/laravel-pdo-emulation-control)
Temporarily enable/disable `PDO` prepared statement emulation.
### [mpyw/laravel-local-class-scope](https://github.com/mpyw/laravel-local-class-scope)
A tiny macro that reuse a global scope class as a local scope.
### [mpyw/laravel-database-mock](https://github.com/mpyw/laravel-database-mock)
**[Experimental]** Database Mocking Library which mocks PDO underlying Laravel Connection classes.
(Using [mpyw/mockery-pdo](https://github.com/mpyw/mockery-pdo))
## Pagination
### [lampager/lampager-laravel](https://github.com/lampager/lampager-laravel)
Rapid pagination for Laravel.
(Using [lampager/lampager](https://github.com/lampager/lampager))
## Validation
### [mpyw/laravel-file-errors](https://github.com/mpyw/laravel-file-errors)
A tiny extension that reports validation error details about uploaded files.
## Console
### [mpyw/streamable-console](https://github.com/mpyw/streamable-console)
Call interactive artisan command using arbitrary stream instead of `STDIN`.