507. Notable PHP package: PHP Phonetic Transcriber
Updated on: 2017-01-10
Posted on: 2017-01-10
Pronouncing words depends on the language of each word, as well on the variant of the language that you may want to spell the words.
The International Phonetic Alphabet (IPA) was created to the define a standard for pronouncing the many phonemes that are used in different languages to pronounce the words.
The package can convert the phonemes of a word in a given language variant to the IPA phonemes using the Lingorado API. This way you can use a generic phoneme audio generation tool to pronounce any word in any language.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
The International Phonetic Alphabet (IPA) was created to the define a standard for pronouncing the many phonemes that are used in different languages to pronounce the words.
The package can convert the phonemes of a word in a given language variant to the IPA phonemes using the Lingorado API. This way you can use a generic phoneme audio generation tool to pronounce any word in any language.
Read this article to learn more details about how this notable PHP package works.



506. Notable PHP package: Geographer
Updated on: 2017-01-05
Posted on: 2017-01-05
There are many countries in the world that we all know their names but in different languages they have different names.
This package provides a solution that can return the names of countries, states and cities in different languages like English, Russian, German, French, Spanish, Italian, etc..
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
This package provides a solution that can return the names of countries, states and cities in different languages like English, Russian, German, French, Spanish, Italian, etc..
Read this article to learn more details about how this notable PHP package works.



2. PHP Tutorial on How to Convert English Words to Numbers
Updated on: 2017-01-04
Posted on: 2017-01-04
Blog: PHP Convert Words to Numbers package blog
Package: PHP Convert Words to Numbers
There are many solutions for spelling numbers using words in English or other language. However, doing the opposite is not so easy.
The PHP Words to Numbers package does that. It takes number expressed in English works and returns the number value that it represents.
More ...
Post a comment
See comments (0) Trackbacks (0)
The PHP Words to Numbers package does that. It takes number expressed in English works and returns the number value that it represents.



505. Notable PHP package: NASA Near Earth Orbit API Client
Updated on: 2017-01-03
Posted on: 2017-01-03
Near Earth objects can be comets or asteroids that came of the outer space and have been attracted to the planet Earth.
NASA keeps track of these objects and makes the known information about them available via an API.
This way you may be informed of known near Earth objects that are coming close to the planet.
This class provides means to extract the known information of near Earth objects using this NASA API.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
NASA keeps track of these objects and makes the known information about them available via an API.
This way you may be informed of known near Earth objects that are coming close to the planet.
This class provides means to extract the known information of near Earth objects using this NASA API.
Read this article to learn more details about how this notable PHP package works.



504. Notable PHP package: Burge CMF
Updated on: 2016-12-29
Posted on: 2016-12-29
Many sites use content management systems like WordPress, Drupal or others to publish their content.
However, sometimes you need a simple but still powerful solution to implement in your site without turning it into a WordPress or Drupal instance.
This package provides a content management framework that you can adapt to add content management features to an existing site like multi-user access with support for different languages for each user, custom page views for different languages, management of posts, categories and files, etc..
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
However, sometimes you need a simple but still powerful solution to implement in your site without turning it into a WordPress or Drupal instance.
This package provides a content management framework that you can adapt to add content management features to an existing site like multi-user access with support for different languages for each user, custom page views for different languages, management of posts, categories and files, etc..
Read this article to learn more details about how this notable PHP package works.



1. Using the PHP RTF Parser to Process Word Processing Documents Part 1: the RTF File Format
Updated on: 2016-12-28
Posted on: 2016-12-28
Blog: PHP RTF Tools package blog
Package: PHP RTF Tools
RTF is a portable file format for representing the content of word processing document, such as those generate by Microsoft Word, OpenOffice and others.
Read this article to understand the RTF file format, so you can understand the next articles on which you will be able to learn how to use the PHP RTF Tools packages for good purposes, such as using RTF templates, merging multiple documents, or simply extracting text from a document.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to understand the RTF file format, so you can understand the next articles on which you will be able to learn how to use the PHP RTF Tools packages for good purposes, such as using RTF templates, merging multiple documents, or simply extracting text from a document.



503. Notable PHP package: PHP Table Chart Builder
Updated on: 2016-12-27
Posted on: 2016-12-27
Many PHP applications display data retrieved from databases or arrays in HTML tables as is, I mean as they are retrieved from the data source.
Often you need to generate reports that show calculations performed on the data displayed in the table columns.
The class can display data in table cells including additional values that show calculated cells that result from operations on column values like total, average, lowest and highest.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Often you need to generate reports that show calculations performed on the data displayed in the table columns.
The class can display data in table cells including additional values that show calculated cells that result from operations on column values like total, average, lowest and highest.
Read this article to learn more details about how this notable PHP package works.



502. PHP Articles Report December 2016 Edition
Updated on: 2016-12-26
Posted on: 2016-12-26
This is the December edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP articles published recently.
In the edition they discuss articles about implementing secure user validation using event sequences, the latest PHP modern practices, a comparison of the best PHP IDEs, how to implement a YouTube video downloader, and how to detect and block site attacks using a PHP Web application firewall .
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.
More ...
Post a comment
See comments (0) Trackbacks (0)
In the edition they discuss articles about implementing secure user validation using event sequences, the latest PHP modern practices, a comparison of the best PHP IDEs, how to implement a YouTube video downloader, and how to detect and block site attacks using a PHP Web application firewall .
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.



501. PHP and JavaScript Innovation Award Report December 2016 Edition - September 2016 nominees
Updated on: 2016-12-24
Posted on: 2016-12-23
This is the December edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of September 2016.
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.
More ...
Post a comment
See comments (2) Trackbacks (0)
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.



500. Notable PHP package: PHP HTML to Text Conversion
Updated on: 2016-12-22
Posted on: 2016-12-22
Most PHP applications are used to generate HTML but some times we need to also generate text versions of given HTML, like for instance to send by email that includes the HTML and the text version as alternative.
This package provides a solution that lets you automatically create the text version of a given text that you can use on email messages or for other purposes.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (5) Trackbacks (0)
This package provides a solution that lets you automatically create the text version of a given text that you can use on email messages or for other purposes.
Read this article to learn more details about how this notable PHP package works.


