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   ...   1064 - 1055   1054 - 1045   1044 - 1035   1034 - 1025   1024 - 1015   1014 - 1005   1004 - 995   994 - 985   984 - 975   974 - 965   964 - 955   954 - 945   ...   4 - 1  

910. Notable PHP package: PHP Optional Chaining

Updated on: 2019-10-17

Posted on:

Chaining is an approach used by many developers to make a sequence of calls to the functions of the same object by returning the object again to the next function call, so the developer has to write less code to call all the functions in a sequence.

The problem of this approach is that if one of the function calls fails, it may not return the object, thus breaking the sequence.

This package provides a workaround this problem by wrapping the function calls in a "box" class that can queue the function calls and call one function after another, unless one function fails.

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)

909. Notable PHP package: PHP cURL Multiple Requests

Updated on: 2019-10-15

Posted on:

Curl is a popular PHP extension that can send HTTP requests to many servers at the same time and collect all the responses after all servers handled the HTTP requests.

This class implements a solution that not only takes advantage of sending multiple HTTP requests to remote servers, but also can use a pool of proxy servers to access the remote servers, hopefully to avoid remote server throttling when that server slows down handling many requests being sent at once from the same origin IP address.

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)

908. Notable PHP package: swoft

Updated on: 2019-10-15

Posted on:

Swole is a PHP extension that allows PHP developers to implement coroutine based applications, so it can run multiple parallel tasks in the same HTTP request and finish handling that request on less time, thus making PHP applications run faster than using traditional pure PHP based applications.

This package is a framework that takes advantages of Swole to develop PHP applications easily.

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)

907. Notable PHP package: PHP JSON Response Class

Updated on: 2019-10-14

Posted on:

HTTP requests need to have a response that uses status codes to let browsers or HTTP clients know if a request was handled successfully or some other outcome has happened.

HTTP status codes are numbers, which are usually not human friendly because they do not mean anything unless the developer looks up or remembers their meaning of all the HTTP status codes that you use in an application.

This class provides a more human friendly solution to issue HTTP status codes that consists in passing just the text message of the HTTP status, so the class automatically determines the HTTP status code numbers.

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)

906. Notable PHP package: WeatherStack PHP Class

Updated on: 2019-10-11

Posted on:

Weather information is useful to know what is the expected weather for a region in a future date so people can get prepared.

However, in some cases it is also useful to know what was the weather of that region in a past date.

This class can provide past weather information using the WeatherStack API.

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)

905. Notable PHP package: CIDRAM

Updated on: 2019-10-10

Posted on:

Many sites are under attack from computers that use the Internet to take advantage of the site resources for unintended purposes.

Some attacks can come from computers located in known networks or computers from IP addresses that are known to be controlled by some kind of harmful software that accesses sites with bad intentions.

This package can compute the CIDR of a given IP address to and lockup on files with CIDR signatures of known IP addresses that are bad sources of traffic, so applications can block or ignore accesses from that IP address.

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)

904. Notable PHP package: Simple Wordpress Slideshow Plugin

Updated on: 2019-10-09

Posted on:

WordPress is probably one of the most popular Web site publishing software as we all know, thanks to many plugins that extend its capabilities.

One common type of functionality that many sites need is the capability to publish images displayed in the form of slideshows.

This package provides a plugin that implements a slideshow capability to a WordPress plugin to display a slideshow on WordPress pages, as well an administration interface to configure its options.

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)

903. Notable PHP package: PHP Eloquent Find Filter

Updated on: 2019-10-08

Posted on:

Eloquent is a popular package to be used with the Laravel framework develop PHP applications that need to store and retrieve objects in databases using the Object-Relational mapping approach. Eloquent can be used for that purpose.

This package can be used to create filters to setup conditions that determine which objects are retrieved from a database using the Eloquent package.

Since it provides traits, it is easy to create Eloquent filters with this package using existing classes that use the traits to extend the functionality of those 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)

902. Notable PHP package: PHP Security Code Card

Updated on: 2019-10-07

Posted on:

Security cards are images that contain codes that can be used to verify if a person that has a card is authorized to access a certain system.

This package can generate security card images with verification codes before they can be sent to people that are authorized to access a secure system.

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)

901. Notable PHP package: PHP Mussel

Updated on: 2019-10-03

Posted on:

Applications that take uploaded files from untrusted sources should be concerned with the potential of harmful files infected with virus can be submitted to those applications.

ClamAV is a well known Open Source anti-virus solution that can detect many types of harmful forms of virus and malware.

This package uses ClamAV signature files to provide a pure PHP based anti-virus solution that benefits from the malware knowledge provided by ClamAV to protect PHP applications from accepting harmful files.

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   ...   1064 - 1055   1054 - 1045   1044 - 1035   1034 - 1025   1024 - 1015   1014 - 1005   1004 - 995   994 - 985   984 - 975   974 - 965   964 - 955   954 - 945   ...   4 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article