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

527. Notable PHP package: PHP JSON API Server

Updated on: 2017-02-21

Posted on:

Nowadays PHP is used to implement APIs that serve mainly mobile applications. Implementing an API consists mainly of defining how PHP code will handle requests for different URL endpoints.

This package makes the process as simple as defining as specifying a directory that contains scripts for handling requests for each of the supported API endpoints.

Each endpoint script will be loaded and a function is called to handle the endpoint request and returns the response data to be returned to the calling client in JSON format.

The package also comes with a simple JavaScript library to make calls to an API implemented with this package.

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)

526. Notable PHP package: PHP Address Autocomplete and Verification

Updated on: 2017-02-20

Posted on:

Many sites need to request users to enter their postal addresses, like for instance in ecommerce sites. This may be a tedious task for the user, especially those that do not like to type on mobile devices.

Often users give up registering or buying a product when they need to fully enter their postal addresses on forms. So bureaucratic form filling may cause loss of customers.

This package provides a solution to minimize the pain of the users that need to enter postal addresses in forms. It provides means to autocomplete an address partially entered by the user in a Web form.

When used in conjunction with AJAX requests, it can autocomplete the address while the user is typing in on the form without having to reload the current page.

The possibility to validate if an address is correct is also very useful as it may avoid problems of delivering goods to addresses that are incorrect.

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)

524. Notable PHP package: PHP MySQL Project Documentation

Updated on: 2017-02-14

Posted on:

MySQL is by far the most popular database used in PHP applications. Part of PHP application documentation is the information of the underlying database schema.

This class makes it simpler to generate documentation about an application database by generating HTML to display the schema of tables, fields and indexes of 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)

523. Notable PHP package: PHP Moby NLP

Updated on: 2017-02-13

Posted on:

Well formed sentences are based on grammatically correct combination of verbs and nouns, thus forming what is called complete thoughts.

This package provides a solution for generating complete thoughts from verbs and nouns.

It also allows verifying if sentences may have been written by bots that generate fake text by checking if the combination of verb and noun words is present in sentences.

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)

522. Notable PHP package: PHP Edit Subtitles Class

Updated on: 2017-02-09

Posted on:

Many video hosting sites like for instance YouTube can show videos with sub-titles provided by the authors. The subtitles may be submitted in several known formats.

This package allows PHP applications to create and edit subtitles in some formats like SRT and VTT.

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)

520. Notable PHP package: PHP Youtube and Vimeo Video Downloader Script

Updated on: 2017-02-07

Posted on:

YouTube is the most popular video hosting site, but Vimeo is also used by many video publishers.

Many users would like to be able to download videos from these sites and watch them offline, but the sites do not provide a good solution for that.

This package provides means for downloading videos from either YouTube or Vimeo using PHP scripts.

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)

519. Notable PHP package: PHP Multi MySQLDump

Updated on: 2017-03-07

Posted on:

All database applications should provide means to take backups of the database structure and contents, so there is a way to recover when there is an accident that causes database data loss.

This package provides an efficient solution to take MySQL database backups.

It can take backups of all or specific tables in a database. If a previous table backup exists, it may determine if the table has changed using the table checksum, and avoid making the backup in case the table did not change.

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)

518. Notable PHP package: PHP Github API Cient

Updated on: 2017-01-31

Posted on:

GitHub is the most popular repository for software projects. Nowadays many developers host their projects code in GitHub.

Many developers like to track the interest of their repositories are getting in GitHub.

This package provides means to get the repositories of a given user, as well the total number of stars and forks.

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)

515. Notable PHP package: PHP Emoji Country Flags

Updated on: 2017-01-26

Posted on:

Unicode can also be used to display several types of flags including country flags.

This class can take the the letter code of a country and returns a Unicode string for the characters that represents the flag of a country.

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. Notable PHP package: PHP Microsoft EWS Office 365

Updated on: 2017-01-24

Posted on:

EWS is the set of APIs that can be used to manage Microsoft Exchange Office 365 Web Services which is the Exchange version on the cloud.

This class provides a PHP version of the EWS Office 365 API clients that can be used to build Web based applications based on the Exchange cloud version.

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