PHP Classes

Notable Packages

Recommend this page to a friend!

Packages that are worth taking a look for doing something different

  All package blogs All package blogs   Blog PHP Classes blog   Blog Notable Packages   Post article Post article  
  513 - 504   ...   463 - 454   453 - 444   443 - 434   433 - 424   423 - 414   413 - 404   403 - 394   393 - 384   383 - 374   373 - 364   363 - 354   353 - 344   ...   3 - 1  

920. Notable PHP package: Very Simple WordPress Map Plugin

Updated on: 2019-11-18

Posted on:

Some Web sites developed using WordPress need to show maps to let the site users know about real world locations.

This package provides a plugin that simplifies the integration of maps in WordPress based site pages.

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)

919. Notable PHP package: Unused PHP Composer Packages Scanner

Updated on: 2019-11-13

Posted on:

This package can be used to detect packages in a composer project that unused.

It reads a configuration script that returns options that determine how Composer based projects are scanned.

The package outputs to the command line console screen the scan progress steps and in the end it shows the list of unused packages that were found.

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)

917. Notable PHP package: PHP MariaDB Execute Compound Statement

Updated on: 2019-11-10

Posted on:

The MySQL MariaDB server allows executing compound statements that are made of multiple SQL statements.

Usually an application would have to install these compound statments before they can be run by the database server.

This package simplifies the installation of and the execution of compound SQL statements by providing means to parse PHP scripts that call this package to extract the SQL statements to be extracted from the script files.

Then the package can execute those statements and return one more result sets that are returned by the 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)

916. Notable PHP package: Presento

Updated on: 2019-11-11

Posted on:

Many applications need to serve the same data in different ways like Web pages, mobile version or an API.

This package simplifies the process of transforming the data generated by an application, so it reduces the effort to develop the code to serve the same information in different means.

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)

915. Notable PHP package: PHP Voice Recognition Inputs

Updated on: 2019-11-05

Posted on:

with their devices using voice commands.

Newer versions of Web browsers support HTML tags that can specify how to set values of certain types of form inputs using voice commands.

This class can generate HTML to allow users to set the values of certain inputs using their voice.

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)

914. Notable PHP package: WP Visitor Statistics Plugin

Updated on: 2019-11-05

Posted on:

Many Web site owners are very interested to keep up with the site usage in terms of accesses by its users.

This package provides means to display site access statistics for a WordPress based site.

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)

913. Notable PHP package: portable ascii

Updated on: 2019-10-23

Posted on:

Some applications need to use text that must use only ASCII characters, thus not have any letters with accents or cedillas for instance.

This package can manipulate text strings with any text so it can convert them to ASCII based text without any PHP extensions, like mb_string or iconv.

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)

912. Notable PHP package: PHP HTTP Status Code Constants

Updated on: 2019-10-21

Posted on:

HTTP status codes are important to return to the browser or the HTTP client that sends a request to a Web server. They return a code and and message that tell if the request succeeded or not.

This class can return the message and and description associated to many known HTTP status codes, so applications can generate HTTP status response headers without having to know how to format them correctly.

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)

911. Notable PHP package: PHP Get Currency Symbol

Updated on: 2019-10-20

Posted on:

Each currency used in different countries to represent money has a symbol that is associated the currency which is used to make clear when a given money amount is displayed so other people can see prices or other values that represent money.

This class can return the symbols used to represent many currencies using pure PHP, thus not relying on the availability of any PHP extension 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)

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)

  513 - 504   ...   463 - 454   453 - 444   443 - 434   433 - 424   423 - 414   413 - 404   403 - 394   393 - 384   383 - 374   373 - 364   363 - 354   353 - 344   ...   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog Notable Packages   Post article Post article