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

371. Notable PHP package: PHP Search Large Files

Updated on: 2016-04-21

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

Updated on: 2016-04-19

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

Updated on: 2016-04-14

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)

  513 - 504   ...   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