Libraries tagged by clean php code
mkd/laravel-fast-api
5 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.
acid-solutions/input-sanitizer
2577 Downloads
Input sanitizer to convert strings to booleans, numbers etc.
coderatio/curler
4363 Downloads
A clean PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services
coderatio/phpfirebase
346 Downloads
A simple and clean CRUD PHP library for Google Firebase datastore
codeacious/oauth2-provider
3722 Downloads
A simple and clean Zend Framework 2 wrapper for the oauth2-server-php library
lsbproject/php-clean-code-rules
158 Downloads
This repository contains the most respectful (by the author meaning) rules for linters and static code analysers
leovie/php-clean-code-bundle
634 Downloads
Check for clean code.
leovie/php-clean-code
0 Downloads
evista/clean_code
17 Downloads
Demonstration of clean code practices in PHP.
nodusblocker/cleanphp
4 Downloads
A lightweight PHP Library to Make Code Clean
gild/php-fixed
23 Downloads
It is a library that provides a mechanism to keep the commit log clean by performing a PSR-compliant php coding check before committing.
matks/php-makeup
16 Downloads
PHP tool to increase the readabiliy of your code
dmitryrechkin/php-converters-emptytonull
205 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.
alcidesrc/php-skeleton
35 Downloads
Application skeleton for projects based on PHP
stephenlake/php-commons
468 Downloads
Frequently used helpers to writer cleaner code without forcing globally defined functions.