950. Notable PHP package: Laravel Interactive Jobs
Updated on: 2020-01-20
Posted on: 2020-01-20
Some applications need to run jobs in the background to perform all sorts of maintenance tasks. Such tasks often take a long time to be finished.
This package provides a Web based user interface to start and monitor background jobs, so users can see the progress and know how much work remains to be done until the jobs are finished.
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 Web based user interface to start and monitor background jobs, so users can see the progress and know how much work remains to be done until the jobs are finished.
Read this article to learn more details about how this notable PHP package works.



949. Notable PHP package: Laravel Migration Rollback
Updated on: 2020-01-16
Posted on: 2020-01-16
Migrations are steps that applications need to give to evolve the application database to a newer version.
If for some reason it is necessary to go back to a past version of an application, reverting the effects of a migrations will allow applications to go back to the state of a database where it was before a migration was performed.
This package provides means to revert a given migration when using the Laravel framework to develop a given application.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
If for some reason it is necessary to go back to a past version of an application, reverting the effects of a migrations will allow applications to go back to the state of a database where it was before a migration was performed.
This package provides means to revert a given migration when using the Laravel framework to develop a given application.
Read this article to learn more details about how this notable PHP package works.



1. How to Create a Multilingual Website Tutorial in PHP in 2020
Updated on: 2020-01-15
Posted on: 2020-01-15
Blog: PHPolyglot package blog
Package: PHPolyglot
In a globalized world where more and more people are using the Internet from many different countries it has became increasingly important to provide sites that can be adapted to display text, images or even audio messages in multiple languages.
Read this short tutorial to learn how you can use the PHPolyglot package to help implementing modern multilingual Web sites in PHP.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this short tutorial to learn how you can use the PHPolyglot package to help implementing modern multilingual Web sites in PHP.



948. How to Add Email Functionality to Your PHP App
Updated on: 2022-12-03
Posted on: 2020-01-14
PHP provides a quite poor functionality for building and sending emails. Its built-in mail function () doesn't support SMTP authentication and this way works well just for simple messaging.
How do you send branded email notifications, confirmation, and even newsletters from your PHP app then?
There are three the most popular and reliable external packages: PHPMailer, Pear Mail, and Swift Mailer. Read this article to learn more about these solutions, their capabilities and with code examples.
More ...
Post a comment
See comments (1) Trackbacks (0)
How do you send branded email notifications, confirmation, and even newsletters from your PHP app then?
There are three the most popular and reliable external packages: PHPMailer, Pear Mail, and Swift Mailer. Read this article to learn more about these solutions, their capabilities and with code examples.



947. Notable PHP package: PHP Test Bed
Updated on: 2020-01-13
Posted on: 2020-01-13
Sometimes it may be hard to understand what a PHP script does.
This package provides a solution by interpreting a PHP script and outputting a description in plain English what they would do if they would be run, thus making it easier to understand what a script would do in practice.
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 by interpreting a PHP script and outputting a description in plain English what they would do if they would be run, thus making it easier to understand what a script would do in practice.
Read this article to learn more details about how this notable PHP package works.



946. Notable PHP package: WordPress PHPMyAdmin
Updated on: 2020-01-09
Posted on: 2020-01-09
WordPress is a popular publication platform that uses MySQL to store the content data records.
It also provides an administration interface that can be extended by plugins to provide additional functionality.
This package implements a WordPress plugin that allows administrators to manage MySQL database schemata like PHPMyAdmin application.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
It also provides an administration interface that can be extended by plugins to provide additional functionality.
This package implements a WordPress plugin that allows administrators to manage MySQL database schemata like PHPMyAdmin application.
Read this article to learn more details about how this notable PHP package works.



945. Notable PHP package: Laravel PHP Bible
Updated on: 2020-01-08
Posted on: 2020-01-08
The Holy Bible is a very well known book that contains stories and other texts of interest to religious people.
This package provides means to retrieve content of the bible in English.
It may also provide the bible content in other languages, as long as the respective bible files for those languages are added to the package.
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 means to retrieve content of the bible in English.
It may also provide the bible content in other languages, as long as the respective bible files for those languages are added to the package.
Read this article to learn more details about how this notable PHP package works.



944. Notable PHP package: serpStack PHP Google Search API
Updated on: 2020-01-06
Posted on: 2020-01-06
Google is obviously the most popular search engine on the Internet.
Performing searches on Google is usually only allowed to be done by real human users, except when you use an API.
This package provides an API to perform searches on Google. It uses a proxy network to avoid sending many searches from the same IP address on behalf of a user of the API.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
Performing searches on Google is usually only allowed to be done by real human users, except when you use an API.
This package provides an API to perform searches on Google. It uses a proxy network to avoid sending many searches from the same IP address on behalf of a user of the API.
Read this article to learn more details about how this notable PHP package works.



943. Notable PHP package: Simple PHP Multiplication Table Using for Loop
Updated on: 2020-01-02
Posted on: 2020-01-02
Multiplication tables are one of the first things that everybody learns in math at school when you are very young.
This class can display multiplication tables in a Web pages, so it can be used to help teach multiplication to young kids in the age that they are ready to learn math.
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 display multiplication tables in a Web pages, so it can be used to help teach multiplication to young kids in the age that they are ready to learn math.
Read this article to learn more details about how this notable PHP package works.



942. Notable PHP package: PHP Case Convert
Updated on: 2019-12-30
Posted on: 2019-12-30
Sometimes applications need to change the case conventions of words of a given text strings. There are many conventions to define the case of words.
This package implements string word case conversion with support to 13 well-known case conventions.
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 implements string word case conversion with support to 13 well-known case conventions.
Read this article to learn more details about how this notable PHP package works.


