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   503 - 494   493 - 484   483 - 474   473 - 464   463 - 454   453 - 444   443 - 434   433 - 424   423 - 414   413 - 404   403 - 394   ...   3 - 1  

1038. How to Create a PHP Ebook Library Manager for Handling Collections of Ebooks on the Web

Updated on: 2020-07-17

Posted on:

Ebooks are a modern version of printed books. They provide convenience to readers that want to keep many books without occupying so much space in their shelves. Ebooks also provide an easy way to access the book contents with the knowledge or the stories that people may want to read or to review again anytime they.

If you have a big personal collection of ebooks or you have a site that provides many ebooks to your users, a more dedicated ebook management system may be useful to you.

A good Ebook library manager like the one presented in this tutorial article will let you upload and add new ebooks of many formats, store details about those ebooks in a database, serve those ebooks for viewing and downloading their files in a way that is friendly for mobile phone or tablet users.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

1037. How Can PHP Recognize Voices in Audio

Updated on: 2020-07-16

Posted on:

Voice recognition can be one form to identify a person authorized to access a system restricted to a given group of people.

A Web application written in PHP can take an audio sample uploaded the Web server and use a voice recognition API like for instance Microsoft Azure Cognitive Services API to register the audio sample and associate it to a given person.

The same API can analyze a new audio sample with a user voice to tell if it is of a person that the recognition system is able to already identify as being of the real person with that voice.

This article and the video tutorial that is presented here gives more details of how to implement this approach in practice in PHP.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1036. How to Create a PHP Random GUID Generator to Use in Scalable Web Applications

Updated on: 2020-07-16

Posted on:

Scalable Web applications need to handle a large number of HTTP requests at the same time.

Therefore, they may use multiple servers to still respond to many Web requests very quickly.

Read this article and watch a short video that is included to learn how use a good GUID generator to handle better the accesses of many users using multiple Web servers and storing database records in database servers that may be running in different machines.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1035. Notable PHP package: Laravel Routes to Postman Collection Generator

Updated on: 2020-07-08

Posted on:

Some APIs are implemented in PHP using the Laravel framework. Usually they use Router objects to execute the code that is meant to implement each API call.

It can use the Router objects provided to implement a Web application or an API using Laravel to extract JSON configuration for using with the Postman application.

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)

1034. Notable PHP package: PHP PDF to Image Library

Updated on: 2020-07-02

Posted on:

Sometimes applications need to render PDF documents as images to make some use of the content of PDF documents using simple PHP image manipulation functions.

This package provides a solution to convert PDF documents to images using the Imagick extension and the Ghostscript program to render the PDF documents as images.

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)

1033. Notable PHP package: PHP Myers Cyclomatic Complexity Inspector

Updated on: 2020-07-01

Posted on:

This package can evaluate PHP code complexity using Myers extension.

It uses the Nikita Popov PHP parser written in pure PHP to determine the complexity of a given PHP script code passed to the PHP command line version.

The package can output the console the results of the analysis by showing if the code is too complex or good enough.

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)

1032. Notable PHP package: mezon PHP POP3 Client

Updated on: 2020-06-29

Posted on:

Many applications need to automate the processing of email messages that they receive, like for instance to handle customer support requests sent by email.

This class provides a solution that not only can pull received messages from a POP3 mailbox, but it also provides several features to help automating the email handling like finding and deleting messages with a given subject.

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)

1031. Notable PHP package: PHP Comic Reader Tools

Updated on: 2020-06-26

Posted on:

Many people like to read comic books. In the past they used to be available only in paper.

Nowadays, many comic books are available as computer file archives that contain digitized versions of the comic book images.

This package provides a solution to access and display files with comic book images.

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)

1029. Notable PHP package: PHP World Information

Updated on: 2020-06-23

Posted on:

Many applications need to use information related with certain countries of the world like the country continent, states, cities and time zones.

This package provides all that information about any country in the world in a way that it does not rely on an external Web service.

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)

1028. Notable PHP package: PHP Generate Json LD

Updated on: 2020-06-21

Posted on:

JSON-LD is a format of metadata that can be embedded in a Web page. It makes it easier easier to extract and process Web page metadata by external applications, like for instance search engines.

That metadata allows those external applications understand better what those pages are about, as well have more details about the pages that may not be visible to human users.

This package simplifies the process of generating metadata to be embedded in Web pages in JSON-LD format.

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   503 - 494   493 - 484   483 - 474   473 - 464   463 - 454   453 - 444   443 - 434   433 - 424   423 - 414   413 - 404   403 - 394   ...   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog Notable Packages   Post article Post article