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  
  897 - 888   ...   517 - 508   507 - 498   497 - 488   487 - 478   477 - 468   467 - 458   457 - 448   447 - 438   437 - 428   427 - 418   417 - 408   407 - 398   ...   7 - 1  

2. How Can PHP Create Trusted SSL Certificates for Development on a Local Network

Updated on: 2023-05-18

Posted on:

Blog: PHP Web Push Notifications Server package blog
Package: PHP Web Push Notifications Server

A Web site must be running in a secure environment to implement push notifications with the PNServer package.

However, today's standard for live systems can become a problem during development in a closed or local network.

Read this tutorial to learn how the local development site can be available via the HTTPS protocol using the mkcert tool.


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

1. Introduction

Updated on: 2021-10-14

Posted on:

Blog: PHP Parse DOCX to HTML with Images package blog
Package: PHP Parse DOCX to HTML with Images

Background to this class and info on screenshots and implementation

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

1. PHP Slugg it

Updated on: 2021-10-14

Posted on:

Blog: PHP Slug Generator package blog
Package: PHP Slug Generator

This PHP class can take a text of a title and create the slug by replacing characters that would need to be encoded, by using dashes or other delimiters.

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

1. How Can PHP Calculate the Number of Business To Give More Accurate Estimates of Delivery Dates

Updated on: 2021-10-13

Posted on:

Blog: PHP Business Days package blog
Package: PHP Business Days

Many applications need to schedule dates according to the expected number of days a task needs to finish.

For instance, when a site takes e-commerce orders, it is ideal for estimating the number of business days that the order will take to be delivered.

This class provides an API for returning details of business days that give realistic estimates of final delivery dates for a task to be completed considering the days that are not business days.


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

1. How to Use a PHP Template Engine that Loads Parameter Values from a File in JSON Format

Updated on: 2021-10-11

Posted on:

Blog: Populate template with JSON data package blog
Package: Populate template with JSON data

Templates are a widespread way to define the format of the output of a page.

Inside each template file, you have marks that you will replace with template parameter values.

Usually, you can set the template parameters using code that calls a template engine component.

This package provides an alternative for processing templates. It can read the template parameters from files that define the parameter values in the JSON format.


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

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:

Blog: PHP CSV Library for Row Data Analysis package blog
Package: PHP CSV Library for Row Data Analysis

CSV is a standard file format that you can use to store data organized in tables, like, spreadsheets.

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.


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

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:

Blog: PHP API Tutorial Training Server package blog
Package: PHP API Tutorial Training Server

Creating an API can be a complex process. Depending on what you want the API to do, you may need to implement other features besides the actual API function.

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.


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

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:

Blog: PHP MySQL Copy Database package blog
Package: PHP MySQL Copy Database

Sometimes it may be necessary to recover a database that has some damage due to an accident.

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.


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

1. How Can a PHP IBAN Validation Component Help Applications Send Payments to the Correct Bank Accounts

Updated on: 2021-10-01

Posted on:

Blog: PHP IBAN Validation package blog
Package: PHP IBAN Validation

IBAN is a standard that defines the formats of bank account numbers of people or companies from anywhere in the world.

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.


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

1. How to Extend an Application Implementing a Laravel Plugin System

Updated on: 2021-09-30

Posted on:

Blog: Laravel Plugin System package blog
Package: Laravel Plugin System

Plugins are additional components that can extend the functionality of an application or package.

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.


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


  897 - 888   ...   517 - 508   507 - 498   497 - 488   487 - 478   477 - 468   467 - 458   457 - 448   447 - 438   437 - 428   427 - 418   417 - 408   407 - 398   ...   7 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs