1. Introduction
Updated on: 2021-10-14
Posted on: 2021-10-14
Blog: PHP Parse DOCX to HTML with Images package blog
Package: PHP Parse DOCX to HTML with Images



1. PHP Slugg it
Updated on: 2021-10-14
Posted on: 2021-10-14
Blog: PHP Slug Generator package blog
Package: PHP Slug Generator



1. How Can PHP Calculate the Number of Business To Give More Accurate Estimates of Delivery Dates
Updated on: 2021-10-13
Posted on: 2021-10-13
Blog: PHP Business Days package blog
Package: PHP Business Days
For instance, when a site takes e-commerce orders, it is ideal for estimating the number of business days that the order will take to be delivered.
This class provides an API for returning details of business days that give realistic estimates of final delivery dates for a task to be completed considering the days that are not business days.



1. How to Use a PHP Template Engine that Loads Parameter Values from a File in JSON Format
Updated on: 2021-10-11
Posted on: 2021-10-11
Blog: Populate template with JSON data package blog
Package: Populate template with JSON data
Inside each template file, you have marks that you will replace with template parameter values.
Usually, you can set the template parameters using code that calls a template engine component.
This package provides an alternative for processing templates. It can read the template parameters from files that define the parameter values in the JSON format.



1. How to Use a PHP CSV Parser to Extract Its Column Types and Store Its Data Correctly in a Database
Updated on: 2021-10-08
Posted on: 2021-10-08
Blog: PHP CSV Library for Row Data Analysis package blog
Package: PHP CSV Library for Row Data Analysis
The CSV format itself does not contain many details about the types of data stored in each column of the data tables.
This class can analyze the values from a CSV file and extract several details about the column data values.



1. PHP API Tutorial Using a Real Package of PHP Code to Demonstrate How to Do It in Practice
Updated on: 2021-10-07
Posted on: 2021-10-07
Blog: PHP API Tutorial Training Server package blog
Package: PHP API Tutorial Training Server
For instance, you may need to implement API user management and customize the API responses to address the API user's needs better.
This package provides a solution to allow you to train yourself in API creation.
You can set up a Docker container to create a closed environment specifically to test the APIs you will make.



1. How to Implement a PHP MySQL Table Backup Script Recover a Possibly Damaged Database Without Using MySQLDump
Updated on: 2021-10-05
Posted on: 2021-10-05
Blog: PHP MySQL Copy Database package blog
Package: PHP MySQL Copy Database
One way to recover that database is to copy the records of the tables that you can still save to another database.
This class provides a solution to save the table records of a MySQL database to another database.
It can copy a small number of records at a time to save as many records as possible.



1. How Can a PHP IBAN Validation Component Help Applications Send Payments to the Correct Bank Accounts
Updated on: 2021-10-01
Posted on: 2021-10-01
Blog: PHP IBAN Validation package blog
Package: PHP IBAN Validation
Many applications need to send payments to other people. When the application uses the IBAN standard to store the bank account identification of the people that will receive the payment, the IBANs must be correct. This way, the payments can reach the correct bank accounts.
This package provides a method to validate IBANs using an API.



1. How to Extend an Application Implementing a Laravel Plugin System
Updated on: 2021-09-30
Posted on: 2021-09-30
Blog: Laravel Plugin System package blog
Package: Laravel Plugin System
Therefore those plugins can be helpful to improve the utility of an existing package.
This package implements the base of a plugin system that can improve the functionality of a PHP package based on the Laravel framework.



1. How to Use a PHP Exchange Rate History Package to Find the Best Currencies to Invest
Updated on: 2021-09-29
Posted on: 2021-09-29
Blog: PHP Exchange Rates package blog
Package: PHP Exchange Rates
For investors that use foreign currencies to keep their reserves, it is essential to evaluate the stability of a currency over time before they decide to use it.
This package can retrieve the exchange rates for currencies over time and how the exchange rates fluctuate. This way, investors can evaluate the currency stability.


