Phan, Static Analyzer for PHP

0
Phan is a static analyzer for PHP that prefers to minimize false-positives. Phan attempts to prove incorrectness rather than correctness. It looks for common issues and will verify type compatibility on various...

PHPStan 0.10.6 Released with Full PHP 7.3 Support

0
Ondřej Mirtes have just announced the availability of PHPStan 0.10.6 with full support for PHP 7.3, which should be available in the next few days. The new release added support for is_countable(), JSON_THROW_ON_ERROR...
psalm

Find Errors in your PHP Applications with Psalm

0
Psalm is a static analysis tool for finding errors in PHP applications, built on top of PHP Parser. It is designed to understand that complexity, allowing it to quickly find common programmer errors...

Atoum, Simple Modern and Intuitive Unit Testing Framework for PHP

0
Just like SimpleTest or PHPUnit, Atoum is a unit testing framework specific to the PHP programming language. However, it has been designed from the start with the following ideas in mind: Rapid implementation, Simplify test...

Why Symfony Framework is leaving PHP-FIG

0
Yesterday, Fabien Potencier submitted a pull request to the PHP-FIG requesting to remove Symfony with a note : "no description provided". According to Fabien, everything seems to be great with the...

Measuring and Improving your CI/CD Pipelines

0
Over the last 4 years I’ve often found myself in conversations with fellow engineers about our build and deployment process and how we feel it has become slower or is somehow...

Deployer, Easily Deploy your PHP Apps

0
Deployer is a deployment tool written in PHP with support for popular frameworks out of the box including Symfony, Cakephp, FuelPHP, CloudFlare, Laravel, Yii Framework, Zend Framework, CodeIgniter, Composer, Drupal, Magento, Typo3,...

PHPChunkit, Distributed Unit Testing Solution

0
If you have a really large or huge amount of Unit testing in your project, and you are looking for a solution to easily manage CI/CD for you, PHPChunkit be could...

HTTP clients : PSR-18 standard accepted

0
PHP-FIG accepted a new standard about HTTP clients : PSR-18. This new document will allow projects to remain agnostic to which HTTP client is used underneath. The goal of this PSR is...

Infection PHP 0.6.2 Released

0
Infection PHP is an AST based (Abstract Syntax Tree) PHP Mutation Testing Framework. From the documentation "Mutation Testing is a fault-based testing technique which provides a testing criterion called the Mutation...

Social Media

1,076FansLike
1,385FollowersFollow
2,647FollowersFollow
9SubscribersSubscribe

Latest articles

Get Started with Laravel Volt: A Free Full Stack Laravel App...

0
Laravel Volt is an admin dashboard template that offers a comprehensive design and development toolbox for personal and commercial projects. It comes with handcrafted...