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.



1. How to Improve the Conversions of a PHP Affiliate Site by Automating Affiliate Registrations
Updated on: 2021-12-27
Posted on: 2021-12-27
Blog: PHP Dating Affiliate Tools package blog
Package: PHP Dating Affiliate Tools
Business affiliation usually works by exposing links in the affiliate site that point to the registration page of the other business site.
This package provides a solution to simplify the process by showing the registration form on the affiliate site.



1. How Can PHP Applications Exchange Electronic Documents Using Automated Processes
Updated on: 2021-12-23
Posted on: 2021-12-23
Blog: D3 EDI package blog
Package: D3 EDI
Many businesses run applications that need to exchange documents produced by their users.
Each type of document has different characteristics and holds various types of information.
This package provides a solution that facilitates the processing of documents exchanged by applications.
It allows creating adapter components that can customize the processing of the types of documents that applications exchange.


