How to choose a PHP Framework for your project ?

0
Choosing the right PHP framework for your project can be a daunting task, especially if you're new to web development or have limited experience with PHP. In this article, we'll guide...

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

Tips : Why You Cannot Upgrade to PHP 8 ?

0
PHP recently dropped support for PHP 7.2, and today only supported versions are PHP 7.3, 7.4 and 8.0, but some applications are still running very old versions of PHP. According to...
symfony

New Getter injection in Symfony 3.3

0
Getter injection is one of the new experimental features in Symfony 3.3. It adds up to the usual mechanisms used for dependency injection and doesn't replace any of them. Instead, it provides...

How to Convert Legacy PHP Web Applications to Docker

0
Take an old PHP 5 web application and convert it to Docker containers, using the latest PHP 7, Composer, Node.js, Grunt, and Bower.
KPHP by VK.com

KPHP Compile and Run PHP Code Up to 10 Times Faster

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

Wasmer, WebAssembly Runtime and Container Format Alternative

0
You certainly know Docker, but much less Wasmer, a container format based on WebAssembly which compile many programming languages such as GoLang, Rust, C/C++, D, Python, Javascript, PHP, Ruby, Java, R......

Boosting Your PHP Application Performance with PHPSpy: A Comprehensive Guide

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

Exploring Alternatives PHP Layer for AWS Lambda – updated

0
After the official announcement of PHP Layer for AWS Lambda by Stackery, we did not find any benchmark or proof of a PHP application running properly on AWS Lambda. Matthieu Napoli have...

PHP Toolkit for ADO.NET Data Services, bridge for PHP developers to .NET through REST

0
Interoperability @ Microsoft have just announced today a new bridge for PHP developers to .NET through REST : PHP Toolkit for ADO.NET Data Services. ADO.NET Data Services have been recently added...

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