1. How to Create a Memes PHP Script to Generate Funny Images using a PHP Class
Updated on: 2022-06-10
Posted on: 2022-06-10
Blog: PHP Memes Generator package blog
Package: PHP Memes Generator
This package can generate meme images from base images and funny texts.
This way, you can generate lovely mime images that others may consider funny and like you more for making them enjoy the comical situation and become happier.



1. How to Use PHP Eloquent Model Classes in PHP Applications that Use the CodeIgniter Framework
Updated on: 2022-06-09
Posted on: 2022-06-09
Blog: Codeigniter Eloquent ORM package blog
Package: Codeigniter Eloquent ORM
Eloquent ORM is a PHP package that can map model classes to database table records to store application data objects.
Often the Eloquent ORM is used in PHP applications that use the Laravel framework.
This package demonstrates that PHP developers can learn how to use the Eloquent ORM model class objects in a CodeIgniter application.



1. How You Can Debug PHP Online Using a Web Page and without Installing Server Side Extensions
Updated on: 2022-06-08
Posted on: 2022-06-08
Blog: XR PHP Debugger Online package blog
Package: XR PHP Debugger Online
PHP provides debugging functions that have limited capabilities.
There are alternative solutions based on PHP extensions that are hard to install and often required to alter the security protections to debug PHP applications running on production servers.
They often require special effort to integrate with IDE tools that support PHP.
This package provides a better alternative that allows developers to debug their PHP applications.
It allows developers to insert a few lines of code in the PHP applications that they want to debug.
Then developers can access a Web server that provides a user-friendly interface to control the PHP application they want to debug.



1097. How to Find Slow Requests Using a PHP Performance Monitoring Tool with Laravel or Symfony Applications
Updated on: 2022-06-07
Posted on: 2022-06-07
To solve the slowness problem, first, you need to find the causes that make the site slow before you can start fixing the performance issues.
Read this short article to learn more about how to find and fix slow requests served in your Laravel or Symfony applications using the Scout APM tool for free.



1. How to Extract PHP HTTP Request Variables to Pass to a Controller using a Router Class that Extracts Many Types of Values
Updated on: 2022-06-03
Posted on: 2022-06-03
Blog: Mezon PHP HTTP Request Values package blog
Package: Mezon PHP HTTP Request Values
Nowadays, many applications use router components that can parse the HTTP request to configure which controller class handles the HTTP request.
This package combines the features of PHP to extract HTTP request values with the quality of the Mezon router class to retrieve HTTP request values and route parameter values using the same code.



1096. How to Use a PHP Performance Monitoring Tool to Solve N+1 Queries Problem in Laravel or Symfony Applications
Updated on: 2022-06-07
Posted on: 2022-06-01
N+1 Queries is the problem many applications have with using traditional approaches to implement Object-Relational Mapping (ORM). These approaches may cause performance loss if the developers still need to fix the application code to avoid this problem.
Read this short article to learn more about N+1 queries and how to find and fix performance issues caused by these queries in your Laravel or Symfony applications using the Scout APM tool for free.



1. How to Implement a PHP Darts Count to Help Darts Game Players to Keep Track of the Game Score
Updated on: 2022-05-31
Posted on: 2022-05-31
Blog: PHP Darts Counter Game package blog
Package: PHP Darts Counter Game
This package can help manage each player's score until each game ends to determine who won.
This way, the package can help keep track of the game's progress accurately, so the players do not have to remember how many points each player is scoring.



1095. How to Test Your Application Features in Practice During a PHP Version Upgrade - 4 minutes - Lately in PHP Podcast Episode 92 Part 6
Updated on: 2022-06-07
Posted on: 2022-05-30
Read this article, watch a 4-minute video, or listen to part 6 of episode 92 of the Lately in PHP podcast to learn how to test your application features in practice during a PHP version upgrade using reliable testing tools.



1. How to Use PHP Code to Generate Excel Report Pages in a Site Using a Joomla CMS Plugin
Updated on: 2022-05-27
Posted on: 2022-05-27
Blog: Joomla Summary Report package blog
Package: Joomla Summary Report
This package provides an example of a plugin for the Joomla CMS that can show how to create plugins in practice. It shows how to extract data from Microsoft Excel files and display it as a report on a Web page managed by Joomla.



1. How to Implement a Process of Automated Testing of PHP Web Applications Controlling a Browser using PHP from the Console
Updated on: 2022-05-26
Posted on: 2022-05-26
Blog: PHP Browser Reload package blog
Package: PHP Browser Reload
Human testing means that a natural person uses a browser to access the Web application pages. It is possible to confirm that the user performs the desired actions in the application.
Sometimes it is convenient to automate the tests making the current user access the same page again. So the user would need to tell the browser to reload the current page.
This package provides a means to automate the browser reloading process by emulating the user's input to make the browser reload the current page without having a natural person interacting with the browser application.


