PHP Classes

All package blogs

Recommend this page to a friend!

Latest posts of all package blogs

  PHP Classes blog PHP Classes blog   Blog All package blogs  
  932 - 923   922 - 913   912 - 903   902 - 893   892 - 883   882 - 873   872 - 863   862 - 853   852 - 843   842 - 833   832 - 823   822 - 813   ...   2 - 1  

1. How to Use a PHP Elastic Search Client to Implement a Search System for Your PHP Sites and Applications

Updated on: 2024-05-10

Posted on:

Blog: Simple PHP Elastic Search package blog
Package: Simple PHP Elastic Search

Sites and applications that provide a lot of information that may be split into many pages may be too difficult for users to find the information they desire.

A search system may be useful in a site or application to help users locate the desired information.

Elastic Search is a Web service that allows developers to add a search system to their sites or applications without implementing their search system with their code.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Use a PHP Coverage Report to Check The Quality Level of Your PHPUnit Test Code

Updated on: 2024-05-09

Posted on:

Blog: PHPUnit Coverage Report Check package blog
Package: PHPUnit Coverage Report Check

PHPUnit is a popular PHP framework to help developers elaborate test code to verify whether the code works as expected.

PHPUnit produces a Clover report in XML format that provides several details about the level of coverage of a current set of tests that use PHPUnit to test a PHP project.

Check this PHP package that uses the PHPUnit Clover report to calculate a coverage score and you can check how well your PHPUnit test code is testing your PHP projects.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Implement a PHP Face Recognition Login System

Updated on: 2024-05-08

Posted on:

Blog: Back FaceX package blog
Package: Back FaceX

Face recognition is a feature of many systems that allows quick access to people who show their faces.

A system that supports face recognition must keep track of the faces of authorized users.

This package implements a login system that supports recognizing people who show their faces.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Use a PHP GitHub Webhook Package to Automatically Update the Code of an Application When the Code Changes in GitHub

Updated on: 2024-05-07

Posted on:

Blog: Webhook Deploy package blog
Package: Webhook Deploy

Git is a version control system that can keep track of the changes done in the files of a project.

Git became more popular after the GitHub site started hosting projects using Git.

GitHub offers a Webhook service that can send requests to given URLs when a project is updated in a Git repository hosted by GitHub.

This package implements a Webhook handler script that updates site files when GitHub accesses a Webhook URL.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Use WordPress Embed Iframe Plugin to Embed Videos, PDF, and Other Types of Content in WordPress Posts

Updated on: 2024-05-03

Posted on:

Blog: Dynamic Iframe for Gutenberg package blog
Package: Dynamic Iframe for Gutenberg

WordPress is a well-known content management platform that allows editors to create and edit content in a user-friendly way.

It allows developers to create plugins that will enable them to extend the editor capabilities beyond what the base WordPress editor allows.

This package provides a WordPress plugin that allows embedding content from external pages from the article editor.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to use a PHP API Generator Package to Quickly Generate PHP API Applications with Web Pages to Manipulate Laravel Model Objects using CRUD Interfaces

Updated on: 2024-05-02

Posted on:

Blog: PHP App Generator package blog
Package: PHP App Generator

Many PHP applications have common parts that provide users access to perform create, read, update, and delete (CRUD) operations on database table records.

Writing code to implement CRUD operations manually is a task that is tedious and time-consuming.

Check this PHP package that can generate code to use the Laravel framework to automatically generate applications with code that implement CRUD operations through an API or Web pages to manipulate given database tables using Laravel model classes.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Implement a PHP AJAX jQuery MySQL Folder Tree View to Dynamically Show A List of Folders and Their Contents Updated Without Page Reloading

Updated on: 2024-04-30

Posted on:

Blog: PHP AJAX Folder Tree View package blog
Package: PHP AJAX Folder Tree View

AJAX is used by many Web applications to send requests from the browser to a Web server to store or retrieve information that can be used to update the page dynamically without requiring that the page be reloaded.

One type of application of AJAX is to display folders that may contain files or other folders inside them. When the user clicks on a folder, an AJAX request is sent to the Web server using JavaScript to retrieve the files and folders it may contain to be displayed on the page.

Check this PHP package that sends AJAX requests using jQuery to dynamically update listings of folders to display them in a tree view.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Create a Multi User Website PHP that uses CRUD and MVC Classes to Implement an Application to Provide Services to Multiple Users

Updated on: 2024-04-29

Posted on:

Blog: Web App Multi-Perfil package blog
Package: Web App Multi-Perfil

Many PHP sites allow multiple users to access services provided to registered users.

Developers can better organize the application project code files by using design patterns to implement classes that use the Model-View-Controller (MVC) and Create, Read, Update, Delete (CRUD) classes.

Check this package to learn how to implement MVC and CRUD classes to develop an application that provides services to registered users.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

2. How to Perform a WordPress Backup and Restore Process with a Free PHP Tool that Does Not Require a WordPress Plugin to Be Installed

Updated on: 2024-04-26

Posted on:

Blog: Backup4WP package blog
Package: Backup4WP

WordPress is a popular content management publication tool used by many site owners.

The popularity of WordPress made it a preferred target of people who want to abuse WordPress sites to perform illegal actions like, for instance, altering the WordPress site pages to promote products of other businesses.

When that happens it is always a good idea to have a backup copy of the WordPress site data to restore very quickly and revert the damage caused by abusers.

Read this short article to learn how to use the Backup4WP PHP tool to take a backup copy and restore WordPress site data without installing a WordPress plugin.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Use a PHP API Generator to Create an API to Access Laravel Model Class Objects

Updated on: 2024-04-25

Posted on:

Blog: Laravel API Generator For Fast Development package blog
Package: Laravel API Generator For Fast Development

Many PHP developers are working on creating APIs to provide access to services that they developed to be consumed by mobile applications or sites or applications implemented by other developers.

A part of the PHP API developers use Laravel to develop their APIs.

Check this package to learn how to quickly generate the code for an API that accesses a model class created with Laravel to manipulate objects of that model class.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)


  932 - 923   922 - 913   912 - 903   902 - 893   892 - 883   882 - 873   872 - 863   862 - 853   852 - 843   842 - 833   832 - 823   822 - 813   ...   2 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs