Libraries tagged by clean_code
codenco-dev/laravel-eloquent-pruning
21 Downloads
We often have to clean up our oldest or unnecessary records. This package does it easily for us.
coderatio/phpfirebase
361 Downloads
A simple and clean CRUD PHP library for Google Firebase datastore
coderatio/curler
4363 Downloads
A clean PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services
codeacious/oauth2-provider
3723 Downloads
A simple and clean Zend Framework 2 wrapper for the oauth2-server-php library
codezero/flash
1583 Downloads
Clean flash message system for Laravel.
ygto/job-collector
572 Downloads
job collector to write more clean code
davedevelopment/tinder
134 Downloads
Clean code enabler for silex
halimzidoune/query-macro-helper
4 Downloads
A Laravel package that extends the Query Builder, allowing you to create custom macros to work with different database drivers easily. Instead of using raw DB::raw() statements and checking the current driver each time, this package simplifies working with multiple databases. It makes your code cleaner, easier to read, and more organized, all while being fully compatible with all Laravel-supported database drivers.
graycore/phpcs-sniffs
778 Downloads
A collection of sniffs that we use to keep our code clean.
feryardiant/fpdf
1750 Downloads
Unofficial FPDF library with PSR-0 compliant, clean and readable code.
ayman-elmalah/whmcs
36 Downloads
A Laravel package for handling the use of whmcs api and writing clean and cool code
amroboney/repository-generator
55 Downloads
A feature-rich Laravel package to simplify and streamline the process of generating repository files using the repository pattern, promoting clean architecture and maintainable code.
vxsoft/laravel-repository
16 Downloads
Laravel Repository is a powerful Laravel package designed to simplify the interaction with Eloquent models by implementing a repository-based architecture. It separates the data persistence logic from the application's business logic, promoting a clean, maintainable, and testable codebase.
pyaesoneaung/snippet-error-noti
527 Downloads
Notify Laravel errors to Slack with a clean UI and include a code snippet.
rcalicdan/fiber-async
57 Downloads
fiber-async is a modern PHP library that simplifies asynchronous programming using PHP Fibers. It offers a clean, expressive syntax for running non-blocking code, handling concurrency, and managing asynchronous flows with structured error handling.