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  
  1934 - 1925   ...   774 - 765   764 - 755   754 - 745   744 - 735   734 - 725   724 - 715   714 - 705   704 - 695   694 - 685   684 - 675   674 - 665   664 - 655   ...   4 - 1  

621. PHP and JavaScript Innovation Award Report October 2017 Edition - July 2017 nominees

Updated on: 2017-11-02

Posted on:

This is the September edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of June 2017.

Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.


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

620. Notable PHP package: HTTP2 Server Push PHP Class

Updated on: 2017-11-01

Posted on:

HTTP/2 is a newer version of the HTTP protocol that can make sites much faster by serving many of the resources a page needs by delivering them simultaneously to the user browser.

This class makes it easier to use HTTP/2 server push feature to take advantage of the speed gains when serving a PHP Web site page when it is running on a HTTP/2 server.

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)

619. Notable PHP package: RabbitMQ Manager

Updated on: 2017-10-31

Posted on:

RabbitMQ is a well known message queuing system. Like other similar systems it provides means to store published messages until they are consumed by applications that need to process them.

This package can be used to manage queues stored on a RabbitMQ system by executing the basic operations to create, list, update and delete queues.

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)

618. Notable PHP package: System Daemon

Updated on: 2017-10-30

Posted on:

Daemons are programs that can run on the background to execute a kind of service that must be running continuously.

Usually only one instance of a daemon program can be run at a given time.

This class can be used as base of daemon programs written in PHP. It can process parameters passed via the command line to execute actions typical of daemon programs like starting daemons, stopping daemons or handling signals for killing daemon processes that may be running.

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)

617. Notable PHP package: PHP Migrate Database

Updated on: 2017-10-26

Posted on:

Sometimes PHP applications need to synchronize databases hosted in different locations. However in many cases the information that needs to be synchronized is not the whole information in the database.

This class provides a solution that allows to migrate data of specific tables by specifying conditions that restrict the table records that need to be migrated.

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. Benefiting from HTTP2 Server Push and other HTTP 2 Performance Advantages in PHP

Updated on: 2017-10-25

Posted on:

Blog: HTTP2 Server Push PHP Class package blog
Package: HTTP2 Server Push PHP Class

HTTP 2 is the newer HTTP protocol version that provides several types of advantages in terms of performance.

Read this article to learn how to take advantage of the HTTP2 Server Push feature to improve the performance of PHP sites.


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

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)

  1934 - 1925   ...   774 - 765   764 - 755   754 - 745   744 - 735   734 - 725   724 - 715   714 - 705   704 - 695   694 - 685   684 - 675   674 - 665   664 - 655   ...   4 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article