PHP World
Various tools, packages and tutorials around the PHP ecosystem.
PHP Coding Standard Generator
https://edorian.github.io/php-coding-standard-generator/#phpcs
Added 6 years ago
GitHub - phpstan/phpstan: PHP Static Analysis Tool - discover bugs in your code without running it!
https://github.com/phpstan/phpstan
PHP Static Analysis Tool - discover bugs in your code without running it! - phpstan/phpstan
Added 5 years ago
GitHub - cpliakas/git-wrapper: A PHP wrapper around the Git command line utility.
https://github.com/cpliakas/git-wrapper
A PHP wrapper around the Git command line utility. - cpliakas/git-wrapper
Added 5 years ago
GitHub - nunomaduro/larastan: ⚗️ Adds static analysis to Laravel improving developer productivity and code quality
https://github.com/nunomaduro/larastan
⚗️ Adds static analysis to Laravel improving developer productivity and code quality - nunomaduro/larastan
Added 5 years ago
GitHub - spiral/roadrunner: High-performance PHP application server, load-balancer and process manager written in Golang
https://github.com/spiral/roadrunner
High-performance PHP application server, load-balancer and process manager written in Golang - spiral/roadrunner
Added 5 years ago
GitHub - nunomaduro/phpinsights: ? Instant PHP quality checks from your console
https://github.com/nunomaduro/phpinsights
? Instant PHP quality checks from your console. Contribute to nunomaduro/phpinsights development by creating an account on GitHub.
Added 5 years ago
GitHub - jupeter/clean-code-php: Clean Code concepts adapted for PHP
https://github.com/jupeter/clean-code-php
:bathtub: Clean Code concepts adapted for PHP. Contribute to jupeter/clean-code-php development by creating an account on GitHub.
Added 5 years ago
GitHub - spatie/period: Complex period comparisons
https://github.com/spatie/period
Complex period comparisons. Contribute to spatie/period development by creating an account on GitHub.
Added 5 years ago
GitHub - moneyphp/money: PHP implementation of Fowler's Money pattern.
https://github.com/moneyphp/money
PHP implementation of Fowler's Money pattern. Contribute to moneyphp/money development by creating an account on GitHub.
Added 5 years ago
GitHub - jokkedk/webgrind: Xdebug Profiling Web Frontend in PHP
https://github.com/jokkedk/webgrind
Xdebug Profiling Web Frontend in PHP. Contribute to jokkedk/webgrind development by creating an account on GitHub.
Added 5 years ago
GitHub - vlucas/phpdotenv: Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
https://github.com/vlucas/phpdotenv
Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically. - vlucas/phpdotenv
Added 5 years ago
GitHub - sebastianbergmann/phpunit: The PHP Unit Testing framework.
https://github.com/sebastianbergmann/phpunit
The PHP Unit Testing framework. Contribute to sebastianbergmann/phpunit development by creating an account on GitHub.
Added 5 years ago
GitHub - php/php-src: The PHP Interpreter
https://github.com/php/php-src
The PHP Interpreter. Contribute to php/php-src development by creating an account on GitHub.
Added 5 years ago
GitHub - Seldaek/monolog: Sends your logs to files, sockets, inboxes, databases and various web services
https://github.com/Seldaek/monolog
Sends your logs to files, sockets, inboxes, databases and various web services - Seldaek/monolog
Added 5 years ago
GitHub - mockery/mockery: 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).
https://github.com/mockery/mockery
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
Added 5 years ago
GitHub - thephpleague/flysystem: Abstraction for local and remote filesystems
https://github.com/thephpleague/flysystem
Abstraction for local and remote filesystems. Contribute to thephpleague/flysystem development by creating an account on GitHub.
Added 5 years ago
GitHub - KnpLabs/snappy: PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage
https://github.com/KnpLabs/snappy
PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage - KnpLabs/snappy
Added 5 years ago
GitHub - doctrine/dbal: Doctrine Database Abstraction Layer
https://github.com/doctrine/dbal
Doctrine Database Abstraction Layer. Contribute to doctrine/dbal development by creating an account on GitHub.
Added 5 years ago
GitHub - composer/composer: Dependency Manager for PHP
https://github.com/composer/composer
Dependency Manager for PHP. Contribute to composer/composer development by creating an account on GitHub.
Added 5 years ago
GitHub - squizlabs/PHP_CodeSniffer: PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
https://github.com/squizlabs/PHP_CodeSniffer
PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards. - squizlabs/PHP_CodeSniffer
Added 5 years ago
GitHub - briannesbitt/Carbon: A simple PHP API extension for DateTime.
https://github.com/briannesbitt/Carbon
A simple PHP API extension for DateTime. Contribute to briannesbitt/Carbon development by creating an account on GitHub.
Added 5 years ago
GitHub - ziadoz/awesome-php: A curated list of amazingly awesome PHP libraries, resources and shiny things.
https://github.com/ziadoz/awesome-php
A curated list of amazingly awesome PHP libraries, resources and shiny things. - ziadoz/awesome-php
Added 5 years ago
sarven/unit-testing-tips: Unit testing tips by examples in PHP
https://github.com/sarven/unit-testing-tips
Unit testing tips by examples in PHP
Added 4 years ago
Creating Generative Art with PHP — Ben Gillbanks
https://www.binarymoon.co.uk/2021/09/creating-generative-art-with-php/
Generative Art is creating artworks through programming. Generative art has a few different names, Procedural art and creative coding are common alternatives.