1. How to Use a PHP Pivot Table Library to Display Useful Information on Web Pages to Help Making Good Business Decisions
Updated on: 2022-01-13
Posted on: 2022-01-13
Blog: D3 Data PHP Pivot Table package blog
Package: D3 Data PHP Pivot Table
This package can show pivot tables on Web pages from a specification of how to retrieve the information from a database to display on the pivot table.



1. How to Implement a Fast PHP Message Queue System using an Application that Uses Swoole
Updated on: 2022-01-12
Posted on: 2022-01-12
Blog: QPHP package blog
Package: QPHP
This package implements an application to exchange messages using queues. It uses Swoole to make it possible to exchange multiple notes simultaneously between clients and servers.
This way, the message exchange is faster than traditional solutions that do not use asynchronous programming.



1. How to Create a PHP Game Level Map Creator that Generates TMX Files to Use in Your Games Developed with CraftyJS
Updated on: 2022-01-11
Posted on: 2022-01-11
Blog: PHP Tiled to CraftyJS package blog
Package: PHP Tiled to CraftyJS
This package can convert game-level definitions defined in the TMX format into JavaScript components that you can use to implement those games in JavaScript.
You can generate game-level maps in the TMX format using applications like MapEditor.



1. How to Create a Video Player with Playlist from URLs of Pages with Videos from Well Known Video Sites
Updated on: 2022-01-07
Posted on: 2022-01-07
Blog: PHP Video Player package blog
Package: PHP Video Player
This package can find the video stream URLs displayed on many sites.
So it can generate HTML to embed those videos of many other sites in your sites' Web pages in a simple way.



1. How to Quickly Create a PHP Dashboard Page
Updated on: 2022-01-06
Posted on: 2022-01-06
Blog: Melis PHP Dashboard Plugin Creator package blog
Package: Melis PHP Dashboard Plugin Creator
This package is a plugin for the Melis platform that helps developers create new dashboards to show custom information in much less time than if they had to develop the dashboard software.



1. How to Setup a Laravel Application Structure using a More Complete Code Generator
Updated on: 2022-01-05
Posted on: 2022-01-05
Blog: Laravel Module Generator package blog
Package: Laravel Module Generator
This package can generate code to help create different components for Laravel applications. This way, you can start creating Laravel applications much faster.



1. How to Test Your Code with Multiple Versions to Check if Your Code is Read to Run in Recent PHP Versions
Updated on: 2022-01-04
Posted on: 2022-01-04
Blog: Multiple PHP Versions Windows package blog
Package: Multiple PHP Versions Windows
This package creates a batch script for Windows named PHP.BAT that can be changed to run different versions of the PHP CLI version installed in the current computer.
This way, it is easy to switch the version of PHP that testing code will use.



1. How to Upload or Download Multiple Files at the Same Time to a FTP Server
Updated on: 2021-12-30
Posted on: 2021-12-30
Blog: PHP FTP Client Library package blog
Package: PHP FTP Client Library
PHP provides an extension that can download or upload files synchronously. Therefore the PHP scripts need to wait for one upload and download operation to finish to start another file transfer operation.
This package provides an alternative approach that allows asynchronous file upload or download. This way, it is possible to request that the box performs multiple file transfer operations simultaneously.



1. How to Use a PHP Calculator that Can Perform Calculations using Operations Determined at Run Time
Updated on: 2021-12-29
Posted on: 2021-12-29
Blog: PHP Calculator package blog
Package: PHP Calculator
This package provides a solution for dynamically composing math operations depending on a logic defined by the applications using values for the operations variables that the application determines at execution time.



1. How to Create a PHP Loop That Invokes an Arbitrary Callback Function Allowing the Function Control When the Loop Ends
Updated on: 2021-12-28
Posted on: 2021-12-28
Blog: PHP Loop Class package blog
Package: PHP Loop Class
This class allows developers to execute a task in a cycle by passing a given callback function.
The class can call the function a given number of times or stop when the called function calls this class to stop the cycle.
This possibility allows developers to control when the task functions can decide to stop the cycle loops.


