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.
941. Notable PHP package: PHP Billing System Reports
Updated on: 2019-12-26
Posted on: 2019-12-26
PHP is a popular Web programming language that is being used to create systems that assist in commercial activities of many companies.
This package implements a billing system in PHP that can perform several functions related with sales and billing, so developers can study this package to adapt it to be used by companies that need a system like this, or learn how to solve common problems that sales and billing systems need to solve.
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 a billing system in PHP that can perform several functions related with sales and billing, so developers can study this package to adapt it to be used by companies that need a system like this, or learn how to solve common problems that sales and billing systems need to solve.
Read this article to learn more details about how this notable PHP package works.
940. Notable PHP package: PHP Deep Fry
Updated on: 2019-12-22
Posted on: 2019-12-22
Frying is a visual effect that can be applied to an image to make it look as if it was burned with some kind of heat source.
This class can process an image and alter its appearance to make it look as the subjects on the image were fried.
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 process an image and alter its appearance to make it look as the subjects on the image were fried.
Read this article to learn more details about how this notable PHP package works.
