PHP Classes

PHP Classes blog

Recommend this page to a friend!

Latest PHP Classes blog posts

  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article  
  1988 - 1979   ...   768 - 759   758 - 749   748 - 739   738 - 729   728 - 719   718 - 709   708 - 699   698 - 689   688 - 679   678 - 669   668 - 659   658 - 649   ...   8 - 1  

616. Notable PHP package: Big Backup maker

Updated on: 2017-10-24

Posted on:

Many sites need to perform backup operations so they can have additional copies of the information and files they need to work correctly.

Taking a backup of data of a site may take a long time, especially when there is a lot of files and data to copy.

When the process takes too long, it may be impossible to complete the whole process during a single run of a PHP script because in many hosting environments a script may only run for a limited length of time and using a limited amount or memory.

This package implements an approach that works around this limitation of running long time PHP scripts. It uses session variables to keep track of the backup progress and output data contents.

Then it redirects the user browser to the same script, so it can resume where the process was suspended as many times as necessary.

Read this article to learn more details about how this notable PHP package works.


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

1. How to use YouTube to MP3 API Class

Updated on: 2017-10-24

Posted on:

Blog: PHP Youtube to MP3 Converter package blog
Package: PHP Youtube to MP3 Converter

YouTube is a very popular community for the video publishers. A lot of users would like to watch videos offline so they can view the videos later when they are at locations where they do not have good Internet connectivity.

Sometimes they just need to get the audio of the video to listen later. Read this article to learn how to use YouTube to MP3 API class to retrieve the MP3 audio of YouTube video using PHP.


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

615. Improving PHP Possibilities Overriding Built-in PHP Functions - 3 Minutes Lately in PHP podcast episode 87

Updated on: 2017-10-18

Posted on:

PHP provides many built-in functions that are widely used. One way to improve the possibilities of PHP could be to override the built-in functions with user defined code.

The discussion for the support for this possibility was one of the main topics discussed by Manuel Lemos and Arturs Sosins on the episode 87 of the Lately in PHP podcast.

In this episode they also talked about the the latest PHP 7.2.0 release candidate versions, using double as indexes of arrays, allowing default values in the list() command, the story of the PHP unserialize function, the world elephant day, creating a CAPTCHA solver with a PHP OCR class and fixing the year 2038 problem with a better time handling class.

This article also contains a podcast summary as a 3 minute video and a transcript of the summary.

Listen to the podcast, or watch the hangout video, or the summary video, or read the transcript to learn more about these interesting PHP topics.


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

614. Notable PHP package: PHP MIME Type

Updated on: 2017-10-17

Posted on:

MIME types are text strings that represent the type of data contained on a file or email messages for instance.

Usually each MIME type is associated with the extension of the file name.

This class not only can determine the MIME type associated to a given file name extension, but can also return the file name extension typically associated with a file of a given type.

Read this article to learn more details about how this notable PHP package works.


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

613. Notable PHP package: Auth in Redis and Laravel

Updated on: 2017-10-16

Posted on:

Many PHP applications need some kind of user registration and login system.

Great part of the existing user management systems store and retrieve user data in a MySQL database.

This package uses Redis based storage container to store and retrieve the registered user data.

Read this article to learn more details about how this notable PHP package works.


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

612. Notable PHP package: MIME Stub

Updated on: 2017-10-09

Posted on:

PHP supports loading a package with a collection of files all at once using PHAR archives. However PHAR extension support is not enabled in all PHP installations.

This package provides a pure PHP alternative solution that bundles multiple PHP scripts in a single PHP file. Those scripts can be loaded by executing that PHP file.

Read this article to learn more details about how this notable PHP package works.


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

611. Notable PHP package: PHP Model Class Generator

Updated on: 2019-04-22

Posted on:

Model classes allow the developers to write code that accesses database table records using class objects.

Model classes can be generated from information of the database table schema.

This package can parse MySQL database table dump files to extract the table structure information to generate the code for the model classes.

Read this article to learn more details about how this notable PHP package works.


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

610. Notable PHP package: PHP Link Checker

Updated on: 2017-10-02

Posted on:

Many sites change over time. If the links they contain on their pages are not updated when the changes happen, the links will be broken.

This package can find broken links by traversing the pages of a site recursively and checking if the internal and external links still exist.

Read this article to learn more details about how this notable PHP package works.


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

609. Notable PHP package: goridge

Updated on: 2017-09-26

Posted on:

Go is a programming language used for creating programs that often rely on parallel task execution.

The Golang provides a RPC module that allows remote applications to connect and execute Go code on the remote server.

This package can execute Go commands using Golang RPC server to communicate with it from PHP.

Read this article to learn more details about how this notable PHP package works.


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

608. Notable PHP package: PHP Form Honeypot

Updated on: 2017-09-25

Posted on:

There are sites that are abused by hackers that use scripts to forge the submission of forms pretending to be real users.

One way to make this abuse more difficult is to implement honeypots in forms to detect when a form was submitted by a bot script developed by a hacker.

This package implements honeypots in forms by using special values in hidden inputs.

Read this article to learn more details about how this notable PHP package works.


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

  1988 - 1979   ...   768 - 759   758 - 749   748 - 739   738 - 729   728 - 719   718 - 709   708 - 699   698 - 689   688 - 679   678 - 669   668 - 659   658 - 649   ...   8 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article