Avoid Dynamic Data structures in PHP

0
This blog post is an object-oriented approach to use Classes instead of build-in arrays. I’ll show you another view on why it’s better to use a Class/Object instead of an array. In...

Casbin, Powerful and Efficient ACL for Your Projects

0
Casbin is an authorization library that supports access control models like ACL, RBAC, ABAC for Golang, Java, PHP and Node.js. The PHP version have been recently released and provides support for Laravel,...

Simplify Your Statistical Calculations with the PHP Statistics Package

0
Statistical functions are often used in software development, especially in data analytics and machine learning. For PHP developers, the Statistics PHP package provides various statistical functions for mathematical analysis of numeric...
GraalVM

GraalPHP, An Efficient PHP implementation built on GraalVM

0
Yet Another Efficient PHP Compiler ? Graalphp is an experimental just-in-time (JIT) compiler and runtime for PHP 7.4+ hosted on GraalVM. The project is realized by Andrin Bertschi, from the Advanced...
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...

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

Top Five PHP Libraries to Boost Code Quality

0
Day by day you will get more and more familiar with PHP coding standards and your code quality will be perfect by default... And if that day is not happening yet,...
symfony

Symfony 5.2 Adds new Async Cache Recomputing feature

0
Nicolas Grekas shared on the official Symfony blog a new feature that will be coming in the next Symfony 5.2 : Async cache recomputing. Cache management in previous versions of Symfony...

Phan, Static Analyzer for PHP

0
Phan is a static analyzer for PHP that prefers to minimize false-positives. Phan attempts to prove incorrectness rather than correctness. It looks for common issues and will verify type compatibility on various...

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

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