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.



1. How to Implement a PHP ElasticSearch Query Builder that Allows to Customize Different Parts of the Search Function
Updated on: 2021-12-22
Posted on: 2021-12-22
Blog: PHP ElasticSearch Custom Search package blog
Package: PHP ElasticSearch Custom Search
This package demonstrates how to implement a search solution customizing several different aspects of the search function.



1. How Can You Create a PHP News Site and Allow Others to Syndicate the News Articles Privately Using an API
Updated on: 2021-12-21
Posted on: 2021-12-21
Blog: PHP News Website and API package blog
Package: PHP News Website and API
This package provides an application for managing and publishing news articles. It also provides an API so that other applications can syndicate the news articles privately.


