989. Notable PHP package: Laravel Password History Validation
Updated on: 2020-04-07
Posted on: 2020-04-07
One way to make systems more secure is to allow the users to use stronger passwords. This means that among other aspects the user must not use a password that was used in the past.
This package provides a solution that can be used with Laravel based PHP applications to keep track of hashes of the user passwords that were used over time.
So when he changes a password, the system is able to check if the password was used before. At the same time this package will not disclose previous passwords as it only stores hashes of old passwords.
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 that can be used with Laravel based PHP applications to keep track of hashes of the user passwords that were used over time.
So when he changes a password, the system is able to check if the password was used before. At the same time this package will not disclose previous passwords as it only stores hashes of old passwords.
Read this article to learn more details about how this notable PHP package works.



988. Notable PHP package: Multiple Currency Laravel Service
Updated on: 2020-04-05
Posted on: 2020-04-05
International e-commerce sites that show products with prices in the currency that the current buyer uses in his country tend to sell more because it is easier for the buyer to understand the product price than if the price was in a foreign currency.
This package provides a solution to retrieve product prices expressed in the currency of the current user 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 package provides a solution to retrieve product prices expressed in the currency of the current user country.
Read this article to learn more details about how this notable PHP package works.



987. Notable PHP package: PHPInfo Compare Online
Updated on: 2020-04-03
Posted on: 2020-04-03
phpinfo() is a PHP function that allows users to see details of the current configuration of PHP.
This package can extract the information of the phpinfo() function, so it can be exported and compared with the configuration of other environments. That is useful to verify if two environments on which PHP is running are using the same configuration.
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 can extract the information of the phpinfo() function, so it can be exported and compared with the configuration of other environments. That is useful to verify if two environments on which PHP is running are using the same configuration.
Read this article to learn more details about how this notable PHP package works.



986. How to Learn More about PHP Online for Free in 2020 While You Wait for Your Next Job
Updated on: 2020-04-01
Posted on: 2020-04-01
Sometimes PHP developers have some free time that they could use to do something useful.
One of the best ways to use that time is to learn new things so you can become an even better developer.
Read this article to learn more about some nice resources that you can use to learn for free more about PHP and related topics either in English, Portuguese and many other languages.
More ...
Post a comment
See comments (2) Trackbacks (0)
One of the best ways to use that time is to learn new things so you can become an even better developer.
Read this article to learn more about some nice resources that you can use to learn for free more about PHP and related topics either in English, Portuguese and many other languages.



985. Notable PHP package: Shiki PHP Proxy Request to Another Server
Updated on: 2020-03-30
Posted on: 2020-03-30
Some people need to be able to access certain pages or files that are available on a remote Web server.
However, some times they are working on environments that have restricted access to the Internet, like for instance companies that impose access restrictions to the sites they can access.
This package provides a workaround solution that allows retrieving files from any site using an intermediate site running this class and serve the desired file compressed as a ZIP archive.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
However, some times they are working on environments that have restricted access to the Internet, like for instance companies that impose access restrictions to the sites they can access.
This package provides a workaround solution that allows retrieving files from any site using an intermediate site running this class and serve the desired file compressed as a ZIP archive.
Read this article to learn more details about how this notable PHP package works.



984. Notable PHP package: PHP Short URL Generator
Updated on: 2020-03-28
Posted on: 2020-03-28
Short URLs are useful to provide a short version of an URL that may be too long to fit in certain Web forms that limit the length that the URL can have.
This package provides a complete solution to create short URLs that can be run on any domain that you control. It uses XML files to store the short URL information instead of regular SQL based databases.
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 complete solution to create short URLs that can be run on any domain that you control. It uses XML files to store the short URL information instead of regular SQL based databases.
Read this article to learn more details about how this notable PHP package works.



983. Notable PHP package: OpenStreetMap Nominatim PHP Class
Updated on: 2020-03-26
Posted on: 2020-03-26
OpenStreetMap is a free alternative to other well known solutions for presenting maps on Web pages, as well inquire about locations on the map.
This class provides means to search for addresses and their geographic locations by calling the OSM Nominatim API.
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 means to search for addresses and their geographic locations by calling the OSM Nominatim API.
Read this article to learn more details about how this notable PHP package works.



982. Notable PHP package: PHP Ride Locale API
Updated on: 2020-03-24
Posted on: 2020-03-24
Ride sharing has been an alternative for sharing cars and other vehicles that can be used to transport multiple people between different places.
This package implements a system that can be used to manage the activity of sharing rides with multiple vehicles between multiple people
It provides an API that can be used to develop mobile applications that can run on different mobile devices.
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 system that can be used to manage the activity of sharing rides with multiple vehicles between multiple people
It provides an API that can be used to develop mobile applications that can run on different mobile devices.
Read this article to learn more details about how this notable PHP package works.



981. Notable PHP package: PHP PASeTo
Updated on: 2020-03-22
Posted on: 2020-03-22
PASETO (Platform-Agnostic SEcurity TOkens) is a more secure approach sign, encrypt and decrypt data designed by Scott Arciszewski as an alternative to using JSON Web Tokens .
This package provides an PHP implementation of PASETO.
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 PHP implementation of PASETO.
Read this article to learn more details about how this notable PHP package works.



980. Notable PHP package: PHP Golden Rectangle Generator
Updated on: 2020-03-20
Posted on: 2020-03-20
The golden rectangle is a rectangle that has a proportion ratio between their sides in such a way that it can that it is perfect for activities like architecture of buildings or artistic paintings to achieve balance aesthetic beauty.
This class can create a rectangle with perfect proportions based on the golden rectangle algorithm.
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 create a rectangle with perfect proportions based on the golden rectangle algorithm.
Read this article to learn more details about how this notable PHP package works.


