submitted by /u/brendt_gd [link] [comments] * This article was originally published here
Category: PHP
PHP.
‘Fiberizing’ functions
Lately I've been working with Fibers, and it got me thinking. Say I wanted to create a fiber from a given function to place within an event loop, but don't want to…
Community News: Latest PECL Releases (06.06.2023)
Latest PECL Releases: gRPC 1.56.0RC1 – gRPC Core 1.56.0 update msgpack 2.2.0 No changes from RC2. * RC2: * Fix PHP-8.2 compatibility (see gh issue #165) * RC1: * Fix PHP-8.1 compatibility…
Did RSCs Really Turn React Into PHP?
submitted by /u/BubuX [link] [comments] * This article was originally published here
jolicode/castor | DX oriented task runner and command launcher built with PHP
submitted by /u/tigitz [link] [comments] * This article was originally published here
Symfony Polyfills should be considered harmful
When writing libraries, being able to target older PHP versions is valuable. However, when writing applications where you know exactly what PHP version is running and exactly what extensions are installed, Symfony's…
Shoplazza Tutorial: How to Build Your Online Store
Learn to build an online store with Shoplazza, an ecommerce platform that’s perfect for startups or those migrating from another platform. Continue reading Shoplazza Tutorial: How to Build Your Online Store on…
PhpStorm 2023.2 EAP #2
In this build, you’ll find support for GitLab Merge Requests. The EAP allows you to try new features from the upcoming PhpStorm version, 2023.2. EAP builds are free to use and you…
TIL about PHP MessageFormatter class and ICU Message Format
Looks like MessageFormatter is a standard part of the intl package, so it's generally available (also, as a part of Symfony Translation Component). And its powers are way beyond of what silly…
My book “From PHP to Python” has been released
submitted by /u/Einenlum [link] [comments] * This article was originally published here