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   ...   153 - 144   143 - 134   133 - 124   123 - 114   113 - 104   103 - 94   93 - 84   83 - 74   73 - 64   63 - 54   53 - 44   43 - 34   ...   3 - 1  

545. Notable PHP package: PHPF

Updated on: 2017-04-04

Posted on:

Many PHP developers are now writing code that follows PSR recommendations from the FIG (Framework Interoperability group), so it becomes easier to collaborate in projects on which all developers follow the same coding standard recommendation.

However, there are many developers that have not converted their code because it takes too much effort to do it manually.

This package can do it automatically for you. It can parse your PHP code and rewrite it to comply either PSR-1 or PSR-2 recommendations.

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)

543. Notable PHP package: Media Converter

Updated on: 2017-03-27

Posted on:

Many sites display videos in various formats. Videos are often large size media that may take some time to download and view.

This package can generate previews of videos by extracting its frames and generating an animated image in the GIF format.

This way you can show previews of videos on Web pages without taking much time or bandwidth to download.

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)

541. Notable PHP package: Health Measures

Updated on: 2017-03-22

Posted on:

Nutritionists and other health experts often need to keep track of the patients body measures such as weight, waist length, etc.

This package provides means to keep track of as many health measures as necessary in a database.

It stores the measure values and dates, so it can render evolution charts to see how the patient evolved.

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)

540. Notable PHP package: PHP INI Editor Class

Updated on: 2017-03-20

Posted on:

This INI format is very popular for storing and retrieving configuration information.

There are many packages for editing INI files. This package provide an interactive way to edit INI files using Web forms to display and edit INI files sections and configuration 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)

538. Notable PHP package: PHP Termux API

Updated on: 2017-03-15

Posted on:

Termux is a Android application that allows running applications from a Linux shell. PHP can be run from Termux too.

This class provides a wrapper to access to services provides by the Termux API app to access and control several aspects of an Android device.

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)

536. Notable PHP package: PHP Media File Info

Updated on: 2017-03-13

Posted on:

PHP provides good file type detection methods using the fileinfo extension. However, that extension only detect the type of file and does not give much more information.

This package provides means to not only detect the file types of audio and video files, but also extract several types of metadata like audio and video length, resolution, etc.. It supports many types of well known video and audio formats.

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)

534. Notable PHP package: PHP CSS to Inline Styles

Updated on: 2017-03-08

Posted on:

When you want to send email messages formatted as HTML, usually the mail services will filter the CSS style sheets it may use for security reasons, thus making the message be rendered in a different way than it was intended.

This package provides a solution for that. It consists in parsing the message HTML and apply the CSS stylesheets to the HTML attributes.

However, this may generate much larger HTML messages. Therefore it provides options to either remove the original CSS in the HTML file to make it small, as well remove the original style attributes from the tags and exclude media queries from the original CSS to minimize the final HTML size.

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)

533. Notable PHP package: PHP Generate Memorable Password

Updated on: 2017-03-07

Posted on:

Many sites generate passwords for users that want to access for the first time or recover a lost password. However, many times those passwords are made of many random characters that are hard to remember.

This class provides a more user friendly solution by using real words as basis to generate random passwords. These words are taken from test in RSS feeds, so they are easy to remember because they are real words, not a random set of text characters.

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)

532. Notable PHP package: PHP Elastic Search for MySQL

Updated on: 2017-03-02

Posted on:

MySQL has a good full text search engine built-in but when you try to use full text searches and at the same time have the application updating the database, it may be very slow because updating the indexes slow down the rest of the database accesses.

It is often faster to index the data to be searched with a separate database.

Elastic search is an independent engine for indexing and searching data using a REST API.

This class can index and search MySQL records using Elastic Search. This way you can provide a full text search on data in a MySQL database without overloading the main MySQL 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)

530. Notable PHP package: PHP Sodium Compat

Updated on: 2017-02-27

Posted on:

Many PHP projects use the mcrypt extension to implement features that require encrypting, decrypting or hashing of data. However, mcrypt will be removed from PHP 7.2 core distribution because extension is based on code that is not maintained for more than 8 years.

Alternatively, developers should use the sodium extension that is now available in PECL and will make part of the PHP 7.2 core distribution.

This class provides a polyfill for sodium extension, so you can use it in your current PHP projects to prepare for PHP 7.2 upgrade, even if you are using an older PHP version and the PECL sodium extension is not available.

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   ...   153 - 144   143 - 134   133 - 124   123 - 114   113 - 104   103 - 94   93 - 84   83 - 74   73 - 64   63 - 54   53 - 44   43 - 34   ...   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog Notable Packages   Post article Post article