Pest, Elegant PHP Testing Framework

Pest is a Testing Framework created by Nuno Maduro with a focus on simplicity. It was carefully crafted to bring the joy of testing to PHP. Pest is not specific...

PHPStan can check for PHP8 Readiness before even PHP8 is ready

Ondřej Mirtes, the creator of PHPStan, have announced in a tweet a new feature available for PHPStan. Now you'll be able to check the compatibility of your codebases without even having...

GrumPHP, code quality tool 1.0.0 released

0
GrumPHP is a code quality tool for PHP, available as a composer plugin under an MIT license. GrumPHP will register some git hooks in your package repository. When somebody commits...

PHPStan Static Analysis Tool 0.11.7 Released

PHPStan, the static analysis tool for PHP, have just released version 0.11.7 with several improvements and bugfixes. The new release brings support for new extension type - overloading operators. It's now...

PHP-FIG : HTTP message interfaces PSR-7 accepted

Already 25 votes in favour of the new PSR-7 : HTTP message interfaces, which makes the new PHP standard recommendation accepted according to the PHP-FIG rules. Matthew Weier O'Phinney summarized changes...

PHP Metrics : Static analysis tool for PHP

0
Quality assurance is a key element to make your PHP code clean, simple, easy to maintain, secure and free of bugs ! One of the great tools that you can use...

Tutorial : Testing Like a Boss in Laravel

0
In a new tutorial on NetTuts+, Zizaco Zizuini wrote an advanced first tutorial titled "Testing like a Boss in Laravel" : Version 4 of Laravel offers serious improvements in relation to testing,...
PHPUnit Logo

Lesson learned from PHPUnit 9.3 and Nikita’s PHP Parser

0
Sebastian Bergmann, author of PHPUnit, shared an interesting story on phpcc about his experience with caching in PHPUnit. The idea is that caching usually is a solution for making things faster,...
phpunit

PHPUnit 9.4.1 Released getting ready for PHP8

0
PHPUnit 9.4.1 just released with one fix of methods with "static" return type (introduced in PHP 8) are not handled correctly by test double code generator. The previous edition added few...

Cachet : Open Source Status Page System for Everyone

Cachet is a beautiful and powerful open source status page system written in PHP/Laravel. It requires PHP7, composer and support MySQL, PostgreSQL and SQLite as databases. Cachet provides with a set...

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...