954. Notable PHP package: Simple PHP Enigma Machine
Updated on: 2020-01-28
Posted on: 2020-01-28
The Enigma machine was a well-known electro-mechanical computer that was used during World War II to help allies win the war.
This package implements the encryption algorithms in PHP that are similar to used implemented by the Enigma machine.
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 the encryption algorithms in PHP that are similar to used implemented by the Enigma machine.
Read this article to learn more details about how this notable PHP package works.
953. Notable PHP package: Laravel Grammar
Updated on: 2020-01-27
Posted on: 2020-01-27
Each word in a sentence may be of a certain type that must be correct so the grammar of a sentence is also correct.
This package determines the type of each given word, so applications can determine the role of each word and verify if the grammar of the sentence is correct.
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 determines the type of each given word, so applications can determine the role of each word and verify if the grammar of the sentence is correct.
Read this article to learn more details about how this notable PHP package works.
952. Notable PHP package: PHP Inventory Management System with Scanner
Updated on: 2020-01-23
Posted on: 2020-01-23
Inventory systems are used to keep track of parts and products that a company owns, so people in the company know where each product or part is located and who is responsible for them just in case they get lost or they are transported to different places.
This package provides a Web based inventory management system written in PHP.
It can be used on a mobile phone with a bar code scanning application that helps capturing the bar codes of each product that is included in the inventory.
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 inventory management system written in PHP.
It can be used on a mobile phone with a bar code scanning application that helps capturing the bar codes of each product that is included in the inventory.
Read this article to learn more details about how this notable PHP package works.
951. Notable PHP package: PHP Budget Application API
Updated on: 2020-01-22
Posted on: 2020-01-22
Many professionals need to make proposals for budgets to present to their customers.
This package implements an API that can manage the information of budget proposals, so applications can be built around this API to help professionals to use Web or mobile applications that can do the budget proposal management part of their work.
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 an API that can manage the information of budget proposals, so applications can be built around this API to help professionals to use Web or mobile applications that can do the budget proposal management part of their work.
Read this article to learn more details about how this notable PHP package works.
1. How to Create Laravel Charts Tutorial using APEXCharts Library
Updated on: 2020-01-21
Posted on: 2020-01-21
Blog: APEXCharts Laravel Charts Library package blog
Package: APEXCharts Laravel Charts Library
APEXCharts is a JavaScript library that can display charts on a Web page. It can be loaded from a CDN Web server so you do not have to include any JavaScript files in your site files to use this library.
Read this article so you can learn how to create charts from PHP applications using the Laravel framework using the APEXCharts library.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article so you can learn how to create charts from PHP applications using the Laravel framework using the APEXCharts library.
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.
