1. How to Use Termux Tutorial Running PHP Web Server or CLI with Termux PHP App to Control an Android Phone or Tablet
Updated on: 2017-04-09
Posted on: 2017-02-15
Blog: PHP Termux API package blog
Package: PHP Termux API
The Termux application allows running many well known Linux applications on an Android phone, tablet or any other kind of device.
This allows running PHP either from the Termux shell as a console script or as a Web server.
Read this article to learn how to execute PHP scripts from inside a Android device and expose to PHP some Android functionalities using the Termux application.
More ...
Post a comment
See comments (8) Trackbacks (0)
This allows running PHP either from the Termux shell as a console script or as a Web server.
Read this article to learn how to execute PHP scripts from inside a Android device and expose to PHP some Android functionalities using the Termux application.



524. Notable PHP package: PHP MySQL Project Documentation
Updated on: 2017-02-14
Posted on: 2017-02-14
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.



523. Notable PHP package: PHP Moby NLP
Updated on: 2017-02-13
Posted on: 2017-02-13
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.



522. Notable PHP package: PHP Edit Subtitles Class
Updated on: 2017-02-09
Posted on: 2017-02-09
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.



521. MySQL vs MySQLi vs PDO Performance Benchmark, Difference and Security Comparison in 2016 and 2017 - Find Converter Wrapper and ORM Packages
Updated on: 2017-02-25
Posted on: 2017-02-08
Since PHP 7 was introduced and PHP 5 end of support life was reached, many hosting companies dropped PHP 5 from their servers and PHP developers were forced to migrate their code to work with PHP 7.
One of the changes of PHP 7 was the discontinuation of the original MySQL extension. Developers had to choose to migrate their code to use either the MySQLi or and the PDO extension.
Read this article to learn about the differences and decide which is the best for you to migrate your code to work on PHP 7 or later, as well learn about some recommended packages that use PDO or MySQLi for performing common database purposes like backup, security, user registration and login, database abstraction, ORM (Object-Relational Mapping), etc..
More ...
Post a comment
See comments (4) Trackbacks (0)
One of the changes of PHP 7 was the discontinuation of the original MySQL extension. Developers had to choose to migrate their code to use either the MySQLi or and the PDO extension.
Read this article to learn about the differences and decide which is the best for you to migrate your code to work on PHP 7 or later, as well learn about some recommended packages that use PDO or MySQLi for performing common database purposes like backup, security, user registration and login, database abstraction, ORM (Object-Relational Mapping), etc..



520. Notable PHP package: PHP Youtube and Vimeo Video Downloader Script
Updated on: 2017-02-07
Posted on: 2017-02-07
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.



519. Notable PHP package: PHP Multi MySQLDump
Updated on: 2017-03-07
Posted on: 2017-02-01
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.



518. Notable PHP package: PHP Github API Cient
Updated on: 2017-01-31
Posted on: 2017-01-31
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.



517. PHP Articles Report January 2017 Edition
Updated on: 2017-01-30
Posted on: 2017-01-30
This is the January 2017 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 PHP performance comparison and evolution since PHP 5 to PHP 8 or PHP 7.2, a tool for helping to develop scalable PHP applications, tutorial on how to create a PHP secure login and registration system, and tutorial on processing Word Processing documents in RTF format.
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 PHP performance comparison and evolution since PHP 5 to PHP 8 or PHP 7.2, a tool for helping to develop scalable PHP applications, tutorial on how to create a PHP secure login and registration system, and tutorial on processing Word Processing documents in RTF format.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.



516. Tutorial on Sending Postcards, Letters and Checks by Postal Mail Using LOB REST API using PHP
Updated on: 2017-01-27
Posted on: 2017-01-27
Lob is a suite of REST APIs for building applications for the enterprise market. It provides very useful services controlled via a Web API that allow businesses to order the print and deliver materials by postal mail.
The most interesting API is a print and mail service that enables companies to send postcards, letters, checks, and more, with the same as effort as sending emails.
Read this article to learn how to take advantage of the LOB APIs to send all these types of physical world mailings from PHP applications.
More ...
Post a comment
See comments (0) Trackbacks (0)
The most interesting API is a print and mail service that enables companies to send postcards, letters, checks, and more, with the same as effort as sending emails.
Read this article to learn how to take advantage of the LOB APIs to send all these types of physical world mailings from PHP applications.


