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

804. Notable PHP package: Whoops

Updated on: 2019-03-13

Posted on:

Many PHP developers use IDE tools to become more productive.

One situation that they need to handle frequently is to debug the code they have developed by fixing errors of code that is not working.

This package makes it easier to debug code that generates errors by allowing to quickly locating code that generate errors.

It outputs links that when clicked will make the Sublime editor open the source code file that generated errors in the lines of the code with those errors.

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)

803. Notable PHP package: PHP Raspberry PI DS18B20

Updated on: 2019-03-12

Posted on:

RaspberryPI is a concept of small hardware boards that work as small computers connected to sensors that can collect data from the environment.

This package can read values from RaspberryPI DS18B20 sensors allowing to develop interesting applications that can act upon the values read from those sensors.

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)

802. Notable PHP package: PHP Secure Cookie

Updated on: 2019-03-05

Posted on:

One way that can be used by hackers with malicious intentions is to somehow alter the values of cookies that are served by Web sites by spoofing values that make Web applications behave in ways that they were not intended.

This class can help avoiding that problem by storing cookie values that have an additional verification hash, so the class can also detect cookie alterations so applications can ignored spoofed cookie 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)

801. Notable PHP package: WordPress Fields Plugin

Updated on: 2019-03-04

Posted on:

WordPress is a very popular blog publication platform that often serves other purposes for Web applications.

This package implements a WordPress plugin that can be used to extend WordPress by adding custom fields to the different forms of the WordPress administration interface, so applications can extend WordPress and make it more useful for other purpose besides blog publication.

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)

800. Notable PHP package: PHP UTF-8 Validation

Updated on: 2019-02-28

Posted on:

Sometimes flawed applications can generate text encoded using UTF-8 that maybe malformed.

This class can check a given text string to validate if it has any issues regarding the encoding of text in UTF-8.

If the encoding is malformed, the class can also fix the problem eliminating any problems with the text encoding.

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)

799. Notable PHP package: PHP ChaCha20-Poly1305

Updated on: 2019-02-27

Posted on:

As time passes stronger encryption algorithms are being developed to make it more difficult to break even when using more powerful modern hardware devices programmed to use brute-force methods to discover sensitive information like user passwords.

This class provides a pure PHP implementation of the ChaCha20 cipher and the Poly1305 message authentication code.

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)

798. Notable PHP package: PHP Helper Class

Updated on: 2019-02-25

Posted on:

Most applications need to use a set of general purpose functions that are often referred as helper functions.

Each application script may need some of the available helper functions but usually not all at once that the application as a whole needs.

This package can load helper function scripts dynamically, thus avoiding to use too much memory, which would happen if all the functions were defined in a single script or a list of large scripts with many helper function inside each one.

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)

797. Notable PHP package: PHP Decorator Pattern

Updated on: 2019-02-21

Posted on:

The Decorator Design pattern can be used in many circumstances to extend the behavior of programming components by providing them additional functionality around the original component behavior.

This package provides a trait that reduces the effort to implement components that support the Decorator Design Pattern.

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)

796. Notable PHP package: Laravel PHP Global Search

Updated on: 2019-02-20

Posted on:

Laravel is a very popular PHP framework that supports modern design patterns, PHP standard specifications and more recent PHP language features.

This package uses Laravel to implement a global search interface to any class using a trait to simplify searching for data objects information stored in a database.

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)

795. Notable PHP package: Airship barge

Updated on: 2019-02-19

Posted on:

Airship is a CMS system built with great security practices in mind since its design.

It can be extended in several ways with plugins defined by other developers, such as self-contained applications, gadgets which can alter those self-contained applications or the Airship Engine itself, or the the appearance of the pages generated by the CMS.

The package provides a command that makes it easier to start developing Airship extensions just by answering a few questions.

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