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  
  1989 - 1980   ...   879 - 870   869 - 860   859 - 850   849 - 840   839 - 830   829 - 820   819 - 810   809 - 800   799 - 790   789 - 780   779 - 770   769 - 760   ...   9 - 1  

733. Notable PHP package: Fast PHP CURL Multiple Requests

Updated on: 2018-09-12

Posted on:

The PHP CURL extension allows retrieving data from Web servers of multiple URLs at the same time, however this may overload the server of a given site.

This class provides a solution that makes this task lighter by just sending the request to the first URL of a list and only after that it sends the requests to the remaining URLs of that list.

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)

732. Notable PHP package: Array Map

Updated on: 2018-09-10

Posted on:

PHP provides a function for recreating an array from another array by calling a function that will change the original values of the array entries.

This class provides a more advanced array mapping functionality by allowing to have two different functions that will be called on nested arrays with two depth levels.

This makes it possible to implement different types of array value mapping depending on the level of depth of the values of each entry.

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)

731. Notable PHP package: Laravel Mail Logger

Updated on: 2018-09-06

Posted on:

Laravel is a popular framework that comes with email sending components.

However, applications that need email handling capabilities often require more than just sending messages.

This package implements other types of useful email handling capabilities like prevent sending duplicate messages or monitoring of whether the recipients of messages have read them.

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)

730. Notable PHP package: PHP Timesheet Management System

Updated on: 2018-09-05

Posted on:

Time management is a challenging problem for people that are responsible for managing projects that involve multiple people.

This package implements a Web based application that allows users to manage project tasks while tracking the time that take to execute those tasks, as well generating reports that can be shown to the project customers.

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)

729. Notable PHP package: PHP Cache Server

Updated on: 2018-08-30

Posted on:

There are several products that allow caching data very quickly and can be accessed via a local network connection.

This package can work as a client and server to store data a in a cache container that uses PHP arrays in memory for fast cache data access.

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)

728. Notable PHP package: Avatar Generator

Updated on: 2018-08-29

Posted on:

Many sites need to show images to represent the sites' users in an unique way.

Some create avatar images automatically based on the user personal name initials. This package implements a solution for that purpose.

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)

727. Notable PHP package: PHP Font Face Performance Control

Updated on: 2018-08-28

Posted on:

Some Web sites need to use special fonts to render the text using unusual typography.

Using non-standard fonts may require that the pages take a longer time to load.

This package provides a solution that can be used accelerate the load of Web pages with custom fonts. It embeds the font data in the HTML page, so the font loads with the page itself.

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)

726. Notable PHP package: PHP Laravel Deployment

Updated on: 2018-08-27

Posted on:

Laravel is a popular PHP framework. Nowadays, many PHP projects are maintained in Git version control repositories.

This package contains a service provider deploys a Laravel project pulling it from Git using the Artisan tool.

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)

725. Notable PHP package: Clike

Updated on: 2018-08-23

Posted on:

The command design pattern is useful to create modular components for a command line shell application that can be expanded with more functionality implemented later by separate modules.

This package provides an implementation of the command design pattern to allow easy implementation of command line shell applications.

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)

724. Notable PHP package: PHP ElasticSearch Bulk Insert

Updated on: 2018-08-22

Posted on:

ElasticSearch is a well know search engine software that can associate data documents with keys that are used for performing fast searches.

Often applications need to store in ElasticSearch large amounts of data to be searched.

This package provides a solution to reduce the time to insert large data record sets in an ElasticSearch server instance.

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)

  1989 - 1980   ...   879 - 870   869 - 860   859 - 850   849 - 840   839 - 830   829 - 820   819 - 810   809 - 800   799 - 790   789 - 780   779 - 770   769 - 760   ...   9 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article