Sentry: Actionable Monitoring for All Your Applications
Sentry is a cross-platform error and performance monitoring tool that supports a wide range of programming languages and frameworks, including PHP, Laravel and Symfony. It provides actionable insights to help you...
Boosting Your PHP Application Performance with PHPSpy: A Comprehensive Guide
Are you struggling with slow response times or high resource usage in your PHP application? And looking for quick solution to check what's wrong without changing your application, and with minimal...
Streamline Your PHP Development with PHPStan: A Comprehensive Guide
PHP is one of the most popular programming languages on the web, powering millions of websites and web applications. However, writing clean and maintainable code can be a challenge, especially as...
2022 Global Testing Summit
Get ready to start your engines ! the 2022 Global testing summit is almost here, scheduled for the 6 and 7th December, 2022 so you can head into 2023 with a...
SourceGuardian 12 Released With Full PHP 8 Support
SourceGuardian 12 have just been released with full support of all the new PHP 8 language features. The new version now supports PHP 8 encoding, in addition to named parameters, attributes, union...
KPHP Compile and Run PHP Code Up to 10 Times Faster
KPHP is a PHP compiler developed by VK.com and maintained as proprietary for years until open-sourced in late 2020. It compiles a limited subset of PHP to a native binary running...
PHP SPX, Simple and Powerful Profiling eXtension for PHP with Web UI
PHP SPX, Simple Profiling eXtension, is just another profiling extension for PHP, free, open source and bundled with a Web UI. SPX is totally free and confined to your infrastructure, nothing from...
Rector PHP Fixed side effects of Autoloading with Static Reflections
Rector PHP have just fixed side effects of autoloading your code with composer with static reflections. It required 30 hours of huge refactoring to allow load your project without running it...
Git peek, Fastest Way to Explore Github Repositories in your Local Editor
Git peek is a very useful tool if you want to browse or search other people's code with your own code editor. It's even faster than clone, it will let you...
SpeedTrap, the Trap for Your Slow PHPunit Tests
SpeedTrap is a very useful tool that reports on slow-running PHPUnit tests right in the console. Many factors affect test execution time. A test not properly isolated from variable latency (database,...