PHP Classes

PHP Classes blog

Recommend this page to a friend!

Latest PHP Classes blog posts

  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article  
  1990 - 1981   ...   1200 - 1191   1190 - 1181   1180 - 1171   1170 - 1161   1160 - 1151   1150 - 1141   1140 - 1131   1130 - 1121   1120 - 1111   1110 - 1101   1100 - 1091   1090 - 1081   ...   10 - 1  

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)

1030. PHP Development Master Award Preview

Updated on: 2020-06-25

Posted on:

The PHP Classes site completed 21 years of age and is now launching a new initiative called PHP Development Master Award that will distinguish developers that publish great tutorials about their own packages.

Developers like yourself that participe in this initiative can also win nice prizes like the original PHP elePHPant to be delivered to your address if you win the award.

You may also have the option to personalize it with a logo of your own choice like your PHP User Group, your own PHP project or some other logo that makes to use to personalize the elePHPant.

Read this article or watch the video in the article with a preview of this initiative to learn more details and how you can participate.


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)

  1990 - 1981   ...   1200 - 1191   1190 - 1181   1180 - 1171   1170 - 1161   1160 - 1151   1150 - 1141   1140 - 1131   1130 - 1121   1120 - 1111   1110 - 1101   1100 - 1091   1090 - 1081   ...   10 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article