Libraries tagged by clean_code
jamierumbelow/presenters
20768 Downloads
Clean up your views with PHP presenters
codenco-dev/laravel-eloquent-pruning
20 Downloads
We often have to clean up our oldest or unnecessary records. This package does it easily for us.
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
1581 Downloads
Clean flash message system for Laravel.
ygto/job-collector
570 Downloads
job collector to write more clean code
davedevelopment/tinder
134 Downloads
Clean code enabler for silex
dmitryrechkin/php-converters-emptytonull
220 Downloads
PHP Converter that converts of empty to null. It is helps to make code cleaner by removing the need for if conditions for cases when some API expects null in order to consider parameter as unset.
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
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
525 Downloads
Notify Laravel errors to Slack with a clean UI and include a code snippet.
rcalicdan/fiber-async
23 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.
powerbuoy/sleek-cleanup
2049 Downloads
Cleans up a bunch of unnecessary WordPress stuff like inline emoji code, gallery markup and more.
mkd/laravel-fast-api
6 Downloads
Laravel FastAPI is a PHP attribute-based routing package designed to streamline API development. It enables developers to define routes, methods, and middlewares directly within their controllers using simple PHP attributes. By reducing the complexity of traditional route definition, Laravel FastAPI improves code organization and enhances performance with route caching. Perfect for developers looking to build clean, efficient APIs in Laravel.