PHP Classes
elePHPant
Icontem

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  
  237 - 228   ...   117 - 108   107 - 98   97 - 88   87 - 78   77 - 68   67 - 58   57 - 48   47 - 38   37 - 28   27 - 18   17 - 8   7 - 1  

381. Notable PHP package: PHP Tracking User Activity

Posted on:

Sometimes it is necessary to understand what is going on the browser side to verify if what the user is seeing is the same as he is expected to see after certain interactions.

This class can address this need with the help of jQuery plugin that can capture screenshots of the current page after certain user interaction events like click or form submissions for instance.

The PHP class receives the screenshot images sent by AJAX and records logs of the associated activities so the developers can analyze it in the future to determine what could be wrong and fix eventual issues.

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)

377. Notable PHP package: Scripd

Posted on:

Every SQL database driven application needs to update the database schema once in a while to support new features.

This class can perform that process of generating SQL for database updates with elegance, as it allows developers to defined database schema additions in a JSON based file format, so it can work with different types of databases.

Since the format is based in JSON it can be used eventually by similar packages written in other languages.

Not only it supports the creation and modification of databases, tables and indexes, but it also supports triggers, views, stored procedures and functions.

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)

376. Notable PHP package: PHP Get All Words

Posted on:

PHP provides an extensive set of functions to manipulate text strings including several ways to split a string into its words.

However, there is no built-in way to detect and exclude stop words.

This class can extract the words of a text excluding stop words. I can also consider words that may appear duplicated but with different case.

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)

375. Notable PHP package: PHP Image Mosaic Generator

Posted on:

Some applications need to present groups of images in an attractive way for their users.

One nice way to present images is to create a mosaic effect. Several images are displayed as tiles next to each other, so the users can see many images at once.

This PHP class can show tiled images using the mosaic effect. There is one main background image and all the group images are displayed over that image using transparency in a way that looks like small glasses over the background image, causing great visual impression.

The class can generate the mosaic effect in a PDF document that can be printed but using the same algorithm it could eventually generate the same mosaic effect outputting as an image.

The package comes with a nice screenshot of the output so you can see the effect in practice.

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)

371. Notable PHP package: PHP Search Large Files

Posted on:

PHP provides a great set of functions for manipulating and searching text. However the text to be searched needs to be loaded in memory as string.

If you need to search text in large files, the regular PHP string search functions will not do, because it may exceed the configured PHP memory limits.

The PHP class provides clever solutions to overcome the limitations of PHP string search functions so it can work on text from large files.

It can even perform regular expression matching on large text files.

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)

369. Notable PHP package: PHP CRUD REST API Server

Posted on:

Nowadays, many sites provide an API, especially when they have a mobile application that needs to store and retrieve information from the site.

Many APIs provide function calls that execute CRUD operations (Create, Retrieve, Update and Delete) with data stored in a database.

This PHP package provides a solution to simplify all those goals. It provides means to easily create a REST API with functions that map to class methods.

At the same time it provide means to implement CRUD operations with a MySQL database.

The demonstration API provided with the package shows how you can easily implement an API to manipulate user records stored in a MySQL 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)

366. Notable PHP package: Pretty PHP S3 Files Manager

Posted on:

As we all know, Amazon S3 is a very popular cloud storage service. Its API allows us developers to manipulate files, directories and buckets the way we need.

This PHP package provides a very extensive and elegant user interface to manage data stored in a S3 account from a Web based user interface.

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)

  237 - 228   ...   117 - 108   107 - 98   97 - 88   87 - 78   77 - 68   67 - 58   57 - 48   47 - 38   37 - 28   27 - 18   17 - 8   7 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog Notable Packages   Post article Post article