1068. How to Motivate Developers to Collaborate in Your PHP Projects - 29 Minutes of the Lately in PHP Podcast Episode 89 part 3
Updated on: 2021-10-11
Posted on: 2021-10-11
Knowing how to motivate so many developers around a PHP-based project is one of the main topics commented on by Manuel Lemos and Mike Stowe of the NomadPHP fame in the third part of episode 89 of the Lately in PHP podcast.
Listen to the podcast, watch the video with manually edited subtitles in English, read the transcript to learn more about these exciting PHP community topics.



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.



1. How to Use a PHP SEO Library to Determine the Potential of Web Page to Rank on Google Using Certain Keywords
Updated on: 2021-09-28
Posted on: 2021-09-28
Blog: PHP Collabim API Client package blog
Package: PHP Collabim API Client
This package uses the Collabim API to determine the potential of a page that uses specific keywords to rank better on Google Search results.



1. How to Use a Laravel Locale Middleware to Serve Application Pages Adapted to Different Languages
Updated on: 2021-09-27
Posted on: 2021-09-27
Blog: Laravel Localization Package package blog
Package: Laravel Localization Package
Ideally, applications should detect the user language from hints passed automatically by the user browser to the server or other details of the environment on which the Web application is running.
This package can detect automatically the language preferred by the user of a Web application based on the Laravel framework.
This way, it can automatically load the text messages to present to the application users.



1. How to Create Personalized User Menus in Laravel based Applications
Updated on: 2021-09-24
Posted on: 2021-09-24
Blog: Laravel Menu Class package blog
Package: Laravel Menu Class
When users would like to add their personalized menus to execute functions they need frequently, a helpful solution to solve that problem is to store the definition of customized menus' structure in objects stored in a database.
This package provides model classes to store and retrieve the definition of personalized menus. If necessary, the menus may also have the text translated in multiple languages, so the application better supports users' preferences of many countries.


