PHPSpy, Low Overhead Sampling Profiler For PHP 7

0
PHPSpy is James Bond's favorite tool for PHP7, inspired by the Ruby sampling profiler rbspy. It provides low-overhead sampling profiler for PHP 7, however actually only working with Linux x86_64 non-ZTS PHP...

How PHP email sending works: SMTP authentication and HTML templates

0
Excerpt: A detailed guide on PHP mail sending options with examples of using the built-in mail function(), PHPMailer, PHP mail testing and debugging. Let’s say, you’ve tailored an awesome PHP app and...

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

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

Mercure, Server-sent Live Updates Protocol

0
Mercure is a protocol allowing to push data updates to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way. It is especially useful to publish real-time...

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

Swoole, Hot Production-Grade Async programming Framework for PHP

0
Swoole is an open source, production ready async programming framework for PHP. Compared with other async programming frameworks or softwares such as Nginx, Tornado, Node.js, the framework has the built-in async, multiple...

ShinyCore, build Action-Domain-Responder applications with PHP

0
ShinyCore is a framework designed to quickly build web applications following the Action-Domain-Responder pattern. The easiest and recommended way to start a new ShinyCore based application is to use the ShinyCoreApp. This boilerplate...
swoft

Swoft, PHP Microservice Full Coroutine Framework

0
Swoft is a PHP microservices coroutine framework based on the Swoole extension. Like Go, Swoft has a built-in coroutine web server and a common coroutine client and is resident in memory,...

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