PHP World
Various tools, packages and tutorials around the PHP ecosystem.
Generative Art is creating artworks through programming. Generative art has a few different names, Procedural art and creative coding are common alternatives.
Sends your logs to files, sockets, inboxes, databases and various web services - Seldaek/monolog
A PHP wrapper around the Git command line utility. - cpliakas/git-wrapper
? Instant PHP quality checks from your console. Contribute to nunomaduro/phpinsights development by creating an account on GitHub.
The PHP Interpreter. Contribute to php/php-src development by creating an account on GitHub.
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). - mockery/mockery
The PHP Unit Testing framework. Contribute to sebastianbergmann/phpunit development by creating an account on GitHub.
Unit testing tips by examples in PHP
PHP, as the result of a spectacular error of judgement, appears to be written in US English. How do we developers ensure the traditions of the British Empire continue to be upheld, even in the digital age?
Doctrine Database Abstraction Layer. Contribute to doctrine/dbal development by creating an account on GitHub.
Abstraction for local and remote filesystems. Contribute to thephpleague/flysystem development by creating an account on GitHub.
A curated list of amazingly awesome PHP libraries, resources and shiny things. - ziadoz/awesome-php
PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage - KnpLabs/snappy
A simple PHP API extension for DateTime. Contribute to briannesbitt/Carbon development by creating an account on GitHub.
Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically. - vlucas/phpdotenv
Xdebug Profiling Web Frontend in PHP. Contribute to jokkedk/webgrind development by creating an account on GitHub.
⚗️ Adds static analysis to Laravel improving developer productivity and code quality - nunomaduro/larastan
:bathtub: Clean Code concepts adapted for PHP. Contribute to jupeter/clean-code-php development by creating an account on GitHub.
PHP implementation of Fowler's Money pattern. Contribute to moneyphp/money development by creating an account on GitHub.
Complex period comparisons. Contribute to spatie/period development by creating an account on GitHub.
PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards. - squizlabs/PHP_CodeSniffer
PHP Static Analysis Tool - discover bugs in your code without running it! - phpstan/phpstan
High-performance PHP application server, load-balancer and process manager written in Golang - spiral/roadrunner