PHP Classes 25th Anniversary
PHP Classes Blog
by
1M ago
PHP Classes 25th Anniversary By Manuel Lemos The PHP Classes site just completed 25 years of existence. Read this short article to learn more about the plans for the next year ..read more
Visit website
How to Do Laravel Performance Optimization by Detecting the Slower Parts of a Laravel Application
PHP Classes Blog
by
1M ago
How to Do Laravel Performance Optimization by Detecting the Slower Parts of a Laravel Application By Manuel Lemos Many developers use the Laravel framework to develop Web sites and applications. When it is necessary to optimize the performance of an application, the first step to optimize is to profile the application to detect which parts are slower. This package implements a profiler solution for Laravel applications. It can listen to application events that execute code that usually takes longer to run, like database queries and HTTP requests sent to external servers ..read more
Visit website
How to Use a PHP Code Checker AI Solution Using Google AI Studio Powered by Google Gemini
PHP Classes Blog
by
2M ago
How to Use a PHP Code Checker AI Solution Using Google AI Studio Powered by Google Gemini By Manuel Lemos One of the tasks that many developers need to do as part of their work is to analyze code written in the past by them or by a colleague developer. Sometimes code has become too complex and it is hard to understand. The latest versions of Google AI Studio powered by Google Gemini artificial intelligence models can help you with this task. Read this article to learn how to use Google AI Studio to quickly analyze PHP code and see an example of an analysis generated by Google AI Studio in ..read more
Visit website
Learn from a PHP CRUD API Example How to Exchange Data Securely between Clients and the API Server Using JWT
PHP Classes Blog
by
2M ago
Learn from a PHP CRUD API Example How to Exchange Data Securely between Clients and the API Server Using JWT By Manuel Lemos Web service APIs are nowadays normal ways to provide services from one Web application to one or more client applications. Often Web service APIs exchange data in plain text format. If the exchange of information is intercepted by people with bad intentions, the exchanged data may be altered. This package provides a working example of an API that implements CRUD operations and uses JSON Web Tokens (JWT) to assure the integrity of the exchanged data ..read more
Visit website
How to Use a PHP Meta Tag Property Class to Fix Issues to Rank Better on Google Searches
PHP Classes Blog
by
2M ago
How to Use a PHP Meta Tag Property Class to Fix Issues to Rank Better on Google Searches By Manuel Lemos Meta tags are useful to define certain page properties that are not visible to users but can be useful for other applications and search engines like Google or social networks like Twitter and Facebook. Many modern PHP applications use Model-View-Controller (MVC) frameworks that allow developers to define aspects of the presentation of the application pages with view scripts. This package allows developers to easily set page property meta-tags using view scripts for applications develope ..read more
Visit website
How to Implement a PHP Multi-Factor Authentication Solution Using a Time-Based One-Time Password (TOTP)
PHP Classes Blog
by
2M ago
How to Implement a PHP Multi-Factor Authentication Solution Using a Time-Based One-Time Password (TOTP) By Manuel Lemos Multi-factor authentication solutions have been adopted by more and more businesses to avoid fraud. Many users use passwords that are too simple and easy to guess. This fact leads many businesses to add more factors to verify if a person using a site account is a legitimate owner to perform operations that sometimes lead to financial losses. Check this package that can generate time-based one-time passwords (TOTP). Site developers can use this package to send these TOTP v ..read more
Visit website
How to Automate PHPUnit Testing When the Project Code File Changes
PHP Classes Blog
by
2M ago
How to Automate PHPUnit Testing When the Project Code File Changes By Manuel Lemos PHPUnit is a popular tool frequently used by PHP developers for testing PHP projects. You do not need to run tests of a project every time if the project files do not change. This class can automate the execution of tests using PHPUnit only after your project files are changed. It can determine which files are used in the tests and check if they changed to determine if the tests should be rerun ..read more
Visit website
Is an AI PHP Code Generator Better Than PHP Code Produced By a Human Developer
PHP Classes Blog
by
2M ago
Is an AI PHP Code Generator Better Than PHP Code Produced By a Human Developer By Manuel Lemos With the popularity and growth of generative artificial intelligence tools, many professionals in areas like, for instance, programming and others, imagine if they still have a future in their work areas. Some of these tools can do at least part of the work that used to be done manually by these professionals. Read this article to learn how you can still stay relevant as a developer with the progress of generative artificial intelligence ..read more
Visit website
How to Implement PHP Performance Best Practices Using AJAX and Smart HTTP Responses
PHP Classes Blog
by
2M ago
How to Implement PHP Performance Best Practices Using AJAX and Smart HTTP Responses By Ramesh Narayan Jangid The performance of a PHP application is not just about how fast PHP code executes. The way PHP processes browser requests and generates responses may have a greater influence on the overall performance of a PHP application. Check this short article that mentions two of several best practices to improve the performance of a PHP application using AJAX and smart HTTP responses ..read more
Visit website
How to Develop a PHP CRUD App with a MVC Framework Optimized for Implementing CRUD Web Pages
PHP Classes Blog
by
2M ago
How to Develop a PHP CRUD App with a MVC Framework Optimized for Implementing CRUD Web Pages By Manuel Lemos A CRUD page allows Web application users to perform common operations to create, retrieve, update, and delete records of relevant information usually stored in a database, for instance, the records of blog articles. One common way to implement CRUD applications is to use MVC frameworks. These frameworks use controllers to process the user-requested actions and model classes to perform operations on the database records. This package implements an MVC framework specialized in performi ..read more
Visit website

Follow PHP Classes Blog on FeedSpot

Continue with Google
Continue with Apple
OR