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   ...   123 - 114   113 - 104   103 - 94   93 - 84   83 - 74   73 - 64   63 - 54   53 - 44   43 - 34   33 - 24   23 - 14   13 - 4   3 - 1  

496. Notable PHP package: PHP Number To Words Conversion

Updated on: 2016-12-14

Posted on:

Many PHP applications need to spell numbers or money amounts using words in a given language. There are many separate PHP packages to spell numbers in each language.

This package provides a solution that can spell numbers in many idioms including English, Spanish, French, Hungarian, Italian, Portuguese, Romanian, Turkish, Bulgarian, Czech, German, Danish, Estonian, French, Hebrew, Indonesian, and Lituanian.

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)

494. Notable PHP package: PHP Stanford Core NLP Adapter

Updated on: 2016-12-08

Posted on:

Natural language processing is field of computer science that focus on tasks like understanding the meaning of sentences written by humans and do something useful with it.

This package provides the possibilities of Natural Language Processing by making API call to a copy of the Stanford Natural Language Processing server installed locally on the same network that PHP is running.

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)

492. Notable PHP package: PHP Server Sent Events Library

Updated on: 2016-12-06

Posted on:

Server sent events are events that happen on the server side and are notified immediately to the browser accessing the current page.

This package makes it easy to dispatch server side events to the browser by calling functions with the name of the events you want to dispatch.

On the browser side it handles the events with JavaScript handler functions that are called when the a server side event notification is received.

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)

491. Notable PHP package: PHP WordPress Login

Updated on: 2016-12-01

Posted on:

Nowadays many sites use WordPress. WordPress has its own user account system.

This package can be used to authenticate users with login and password in a remote WordPress installation.

It sends a HTTP request to a script in this package to be installed in the remote WordPress site and it verifies if the given user login and password are correct.

This way you can implement Web applications with an existing user system from a given WordPress site you control.

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)

490. Notable PHP package: PHP HTML Minify Class

Updated on: 2016-11-29

Posted on:

Compressing the HTML of the pages is one way to increase the speed of serving Web pages.

Most packages that perform this task, simply try to remove whitespaces and comments, but this is only one way to reduce the the size of the final HTML.

This package goes father by performing less obvious compression approaches like default removing attributes, changing anchor names to id, removing script and document charset attributes, removing types from script tags and style sheet link, empty attributes, removing http prefix from attributes, and removing values from empty input.

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)

488. Notable PHP package: PHP Post-it Notes

Updated on: 2016-11-24

Posted on:

PHP can render text on images but sometimes the necessary extensions or fonts may not be available to render text on images with the usual image functions.

This packages provides an alternative solution that can render text on BMP images using pure PHP code.

The fonts are defined as XML files provided by the package with the definition of lines to render letters as vectorial text.

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)

486. Notable PHP package: PHP Secret URL Path

Updated on: 2016-11-22

Posted on:

Passwords are the most common way to authenticate users. However, if somebody sees a user typing a password, the password may be stolen and the user account may be taken over.

A better approach is used by some bank ATMs. They show a bunch of buttons with lists of letter and number sequences on each button. The user has to use the right buttons by the correct sequence.

Since the buttons show different types of letter and number groups, even if somebody sees which buttons the user pressed, he will not know exactly what is the correct sequence.

This class provides means to implement a similar security system in PHP. It presents a list of links with values that the user needs to click, one after another by the correct sequence to be authenticated successfully.

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)

484. Notable PHP package: Serialize

Updated on: 2016-11-17

Posted on:

When you want save the information of an object you can use the serialize function or even the json_encode function.

However, these functions may generate serialized strings that contain much more information than you actually need to save.

This class provides a more efficient solution for saving only the relevant information of an object. It uses reflection to determine the name of the getter functions.

This way the class can retrieve only the values of the relevant class variables to save. It returns an object representation with their values in the JSON format.

Furthermore, getter objects that return other objects can be also serialized recursively.

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)

483. Notable PHP package: PHP Alexa Rank Checker

Updated on: 2016-11-16

Posted on:

Alexa is a well known site that keeps track of traffic statistics of many sites in the world. This way Webmasters can evaluate how their site ranking is evolving, as well of other sites.

This class can use the Alexa API to obtain traffic statistics of any site provided by Alexa.

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)

480. Notable PHP package: ITE Event Manager

Updated on: 2016-11-09

Posted on:

PHP Standards Recommendation number 14 (PSR-14) defines a specification for interfaces of classes that manage events using the publish and subscribe pattern.

This package provides an implementation of the PSR-14 specification.

It provides a trait that can be included in any class, so it can either register to listen to certain kind of events, or trigger the processing of any events and call registered function callbacks.

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   ...   123 - 114   113 - 104   103 - 94   93 - 84   83 - 74   73 - 64   63 - 54   53 - 44   43 - 34   33 - 24   23 - 14   13 - 4   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog Notable Packages   Post article Post article