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.

Phel Language, Lisp for PHP

0
Phel is a functional programming language that compiles to PHP. It is a dialect of Lisp inspired by Clojure and Janet. Built on PHP, it provides a good error reporting, different...

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

Lesson learned from PHPUnit 9.3 and Nikita’s PHP Parser

0
Sebastian Bergmann, author of PHPUnit, shared an interesting story on phpcc about his experience with caching in PHPUnit. The idea is that caching usually is a solution for making things faster,...
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...
how-programmer-run

Faster code Vs faster coding

0
The eternal question that new PHP developers always ask me is : which is better faster code or faster coding ? And the new question is why choosing PHP for my...

Parsica, Easiest Way to Build Robust Parsers in PHP.

0
Parsica, PHP Parser Combinators, is the easiest way to build robust parsers in PHP. A parser is a function that takes some unstructured input (like a string) and turns it into...

Laravel schedule monitor

0
The Laravel schedule monitor as its name indicates monitor scheduled tasks in a Laravel app. It will write an entry to a log table in the db each time a schedule...
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...

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