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  
  898 - 889   ...   538 - 529   528 - 519   518 - 509   508 - 499   498 - 489   488 - 479   478 - 469   468 - 459   458 - 449   448 - 439   438 - 429   428 - 419   ...   8 - 1  

1. How to Implement a PHP Cron Job Manager Script that Can Prevent that the Same Script Runs More Than Once

Updated on: 2021-11-16

Posted on:

Blog: PHP Cron Job Lock package blog
Package: PHP Cron Job Lock

Cron a is a popular program that is available in UNIX-based operating systems like Linux. It is capable of running other programs at specific schedules.

This capability of the cron program is helpful to execute tasks that need to be done regularly, like, for instance, creating a backup copy of a database.

Some tasks cannot be executed more than once at the same time. One way to assure that a job runs only once at a time is to use file locks.

This package uses file locks to prevent that the same task executes more than once.


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

1. How to Implement a PHP School Management System based on Open Source Code

Updated on: 2021-11-12

Posted on:

Blog: PPDB Prediksi package blog
Package: PPDB Prediksi

PHP is used to implement many types of complex applications, like instance, school systems.

This package implements a complete school system that can perform many practical actions, including managing students, teachers, and schedules.


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

1. How to Get the Capital City Location Coordinates in PHP without Using an API

Updated on: 2021-11-11

Posted on:

Blog: PHP GeoLocation Country package blog
Package: PHP GeoLocation Country

There is a particular type of application that needs to use the location of the capital city of each country.

This package can provide information about the capital cities of all countries of the world.

That information comes from a data file provided by this package, so it does not require an external Web service to provide that information.


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

1. How to Implement PHP htaccess Redirect Solution to Make a Site Always Be Served Using HTTPS

Updated on: 2021-11-09

Posted on:

Blog: PHP Htaccess File Configuration package blog
Package: PHP Htaccess File Configuration

htaccess files are used with the Apache configuration to set up specific parameters that define how to Web pages to the user browsers.

Many PHP applications developers need to configure the .htaccess file to handle requests to access many types of pages using a single PHP script.

This package can generate a .htaccess file to set up that Apache Web server configuration and redirect requests to the Web server using HTTP to use HTTPS.


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

1. How to Implement a PHP Content Management System Search Feature Using ElasticSearch

Updated on: 2021-11-05

Posted on:

Blog: Custom PHP CMS package blog
Package: Custom PHP CMS

Content management systems are a prevalent type of application implemented in PHP.

Simple content management systems allow editing and publish the content of pages or blog articles.

This package implements a content management system with a built-in function that uses ElasticSearch to index and search published content.


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

1. How to Install PHP Framework Components using a Better User Interface based on Web Pages

Updated on: 2021-11-04

Posted on:

Blog: Zest PHP Framework Component Installer package blog
Package: Zest PHP Framework Component Installer

Many framework packages are extensible using additional component packages that make those frameworks more useful.

Often component packages need to be installed to be used in applications that use those frameworks.

This package can take care of installed components to use with the applications based on the Zest framework. It provides a Web-based user interface to install those packages.

This Web interface is accessible to specific users that need to have an account. These features make the installation process more secure because it restricts access to the process only to authorized users.


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

1. How You Can Use a PHP DotEnv Package to Create or Modify the Configuration of an Application Dynamically

Updated on: 2021-11-02

Posted on:

Blog: PHP DotEnv File Writer package blog
Package: PHP DotEnv File Writer

DotEnv (.env) is the name of a file that can store configuration values that applications can use to define parameter values for specifying details about the way the applications work.

This class can create and modify .env files to allow developers to configure their applications using their code that can call this class.


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

1. How to Implement a PHP Secure API using RSA based Cryptography to Exchange Web Service Data

Updated on: 2021-11-01

Posted on:

Blog: Simple PHP Secure REST API package blog
Package: Simple PHP Secure REST API

REST APIs are a common way for an individual or a company to provide software-based services to other individuals or companies without sharing their software code.

Web services exchange information over the Internet. Security is fundamental to avoid that other people may have access to the service's private information.

This package provides a solution that increases the security level of the information exchanged with Web service REST APIs by using RSA public and private keys.

This way, only the legitimate Web service users with private keys can encrypt and decrypt the information exchanged with the API server.


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

2. How to Implement a PHP DOCX Viewer that Extracts the Images contained in Documents Generated by Microsoft Word

Updated on: 2021-10-29

Posted on:

Blog: PHP DOCX to Image package blog
Package: PHP DOCX to Image

Microsoft Word is a popular tool used by many people to create documents that may contain text, images, charts, and other types of data.

Often Microsoft Word users share their documents as files in DOCX format.

This class provides a simple solution to parse Microsoft Word files in DOCX format and extract the images that contain them into files that any PHP application can quickly process.


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

1. Introduction to PHP DOCX to Image Extraction

Updated on: 2021-10-28

Posted on:

Blog: PHP DOCX to Image package blog
Package: PHP DOCX to Image

Sometimes we need to retrieve images that are inside a Microsoft Word document in DOCX file.

Read this article to get a brief introduction to a PHP solution to get images from DOCX files.


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


  898 - 889   ...   538 - 529   528 - 519   518 - 509   508 - 499   498 - 489   488 - 479   478 - 469   468 - 459   458 - 449   448 - 439   438 - 429   428 - 419   ...   8 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs