Libraries tagged by clean php code
coderatio/phpfirebase
372 Downloads
A simple and clean CRUD PHP library for Google Firebase datastore
leovie/php-clean-code-bundle
644 Downloads
Check for clean code.
apiera/php-standards
127 Downloads
PHP code quality configurations enforcing strict typing and clean code practices
plin-code/laravel-clean-architecture
4021 Downloads
Laravel package for generating Clean Architecture structure
kallefrombosnia/tinypdf-php
2 Downloads
Minimal PDF creation library for PHP 8.2+. Zero dependencies, strongly typed, clean code.
dmitryrechkin/php-converters-emptytonull
356 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.
webtoolshealth/php-coding-standard
23108 Downloads
PHP Coding standards ruleset
okipa/php-data-sanitizer
9511 Downloads
Data sanitizer to auto-cast entries, convert empty strings to null, etc.
jobilla/coding-rules
4814 Downloads
Jobilla's general code styling rules for different tools
sunnysideup/easy-coding-standards
1428 Downloads
ECS PHP Linting.
jamierumbelow/presenters
20768 Downloads
Clean up your views with PHP presenters
rice/basic
65 Downloads
basic tool
mkd/laravel-fast-api
8 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.
microweber-packages/security-scanner
617 Downloads
Microweber security scanner is a php antimalware/antivirus scanner script written in php for scan your project.
mehedi250/laravel-structure-kit
28 Downloads
Laravel scaffolding package with a browser UI and Artisan command — generates Model, Controller, Migration, Service Pattern (interface + implementation), and Repository Pattern (interface + implementation) with correct namespaces.