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.
515. Notable PHP package: PHP Emoji Country Flags
Updated on: 2017-01-26
Posted on: 2017-01-26
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.
514. The Fastest Method to Evaluate Tune the Performance of Any PHP Web Application Server using MySQL or PostgreSQL
Updated on: 2017-01-27
Posted on: 2017-01-25
In the Web development world, we often have the problem of choosing the right server to use in the production environment of a Web application.
Maybe we need to buy a new server to handle the expected load, or maybe the customer wants to deploy in an existing server.
In any case, if after deploying and running the application it will show poor performance, then we need to ask the team what we can do to make the application faster or use a better server.
Therefore we need to determine if the application is performing well. Read this article to learn how to quickly determine the performance of an application on the current server.
More ...
Post a comment
See comments (1) Trackbacks (0)
Maybe we need to buy a new server to handle the expected load, or maybe the customer wants to deploy in an existing server.
In any case, if after deploying and running the application it will show poor performance, then we need to ask the team what we can do to make the application faster or use a better server.
Therefore we need to determine if the application is performing well. Read this article to learn how to quickly determine the performance of an application on the current server.
513. Notable PHP package: PHP Microsoft EWS Office 365
Updated on: 2017-01-24
Posted on: 2017-01-24
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.
More ...
Post a comment
See comments (0) Trackbacks (0)
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.
