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   ...   353 - 344   343 - 334   333 - 324   323 - 314   313 - 304   303 - 294   293 - 284   283 - 274   273 - 264   263 - 254   253 - 244   243 - 234   ...   3 - 1  

794. Notable PHP package: PHP Select Box Validation

Updated on: 2019-02-18

Posted on:

All the applications that generate HTML for the forms they present to their users know what are the valid options that the users may pick for select inputs.

However, when the applications use HTML for select input provided from other sources, the list of valid options depends on other applications that generated the HTML for the form.

This class provides a solution for validating forms with select inputs that are displayed using HTML provided by third-party applications that consist in parsing the HTML of the form select input to extract the list of valid 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)

792. Notable PHP package: PHP USPS API Zip Code

Updated on: 2019-02-12

Posted on:

Many applications that deal with addresses of people or companies need to know the addresses where they are located, so they can send them postal mail or parcels.

One of the details that is necessary to know about an address is the zip code.

This class can determine the zip code of a given location using the street address and city and the USPS API to find out the zip code of location in the United States.

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)

791. Notable PHP package: PHP Geocode Address Formatter

Updated on: 2019-02-07

Posted on:

The location of one place in the world may be expressed in text using many different formats.

When you want to develop an application that allows your users to enter a location in all the selected formats, you need support whatever format the user may want to enter the location in text.

The class can parse a location string in many formats, thus providing flexibility for applications that need to processed locations entered manually by their users.

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)

790. Notable PHP package: YII2 PHP Dashboard Panel

Updated on: 2019-02-06

Posted on:

Dashboards are useful to present in many sites in order to display many types of useful information to the site users in a single place.

This package simplifies the creation of dashboard by providing base components that can be extended to create dashboard panels with less effort to define the information that they will display and how it will be displayed.

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)

789. Notable PHP package: Laravel Env Testing

Updated on: 2019-02-05

Posted on:

Laravel applications use environment variables set with application configuration values in a way that is faster to load by application scripts that use this framework.

Usually the environment variables are loaded from files in the .env format.

When an application needs to be updated to use new configuration values, the environment files need to be updated.

This package can check if there are environment variables with new values and updates a .env file to have all the updated values.

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)

786. Notable PHP package: Chaos Machine One

Updated on: 2019-01-22

Posted on:

Many applications take as input data that obeys to well known math formulas.

However, real world data is often affected by errors caused by interference of external systems.

This class can generate data that obeys to given formulas but it also adds "noise" to simulate real world data that can be passed to an application so it can be tested with data that is more realistic.

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)

785. Notable PHP package: PHP State Machine One

Updated on: 2019-01-21

Posted on:

State machines are components that can keep track of the states of a system and evaluate conditions that trigger the transitions between different states of a component.

This package can animate a state machine defined by states, transitions and conditions so it can be used on any applications that can make use of state machines.

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)

784. Notable PHP package: PHP Phone Number Format Normalizer

Updated on: 2019-01-22

Posted on:

Phone numbers are a frequently used means of contact that sites get from users. It is often used to confirm their identity.

If the user provides a phone number incorrectly, he will not be able to confirm his identity, and so he may not be able to access an application that requires identity information.

This package provides a solution to process a phone number entered by a user and parse it, so it can be validated and reformatted in a way that can be used correctly to confirm the identity of a user that owns the phone with a given number.

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)

783. Notable PHP package: PHP PlusCode

Updated on: 2019-01-16

Posted on:

A PlusCode defined in the Open Location Code format is useful to identify locations on the planet that do not have a street address associated to them.

This package provides a PHP solution to convert geographic coordinates of a location into the respective PlusCode value, as well the opposite.

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)

782. Notable PHP package: CacheOne

Updated on: 2019-01-14

Posted on:

Caching frequently accessed data is an important measure to get more performance from a software system.

Redis is a fast storage system that can be used to cache data.

This package not only can store and retrieve data to cache using Redis, but it can also clean up whole groups of cached data at once thus making it easy to cleanup specific sets of cached data after it is no longer needed.

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   ...   353 - 344   343 - 334   333 - 324   323 - 314   313 - 304   303 - 294   293 - 284   283 - 274   273 - 264   263 - 254   253 - 244   243 - 234   ...   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog Notable Packages   Post article Post article