1. How Can PHP Create Secure Password Hash 2019 Way
Updated on: 2019-05-09
Posted on: 2019-05-09
Blog: PHP Argon2 Password Verify package blog
Package: PHP Argon2 Password Verify
As you may know, a hashing is a one-way process to create a string from another string in a way that it is very hard to determine the original string that was used to create the hash because a hashing function only works one way.
Hashing functions are often used before storing passwords to make it hard to guess the original password in case of a security breach.
Read this article to learn more about modern PHP hashing methods that make them hard to break these days.
More ...
Post a comment
See comments (0) Trackbacks (0)
Hashing functions are often used before storing passwords to make it hard to guess the original password in case of a security breach.
Read this article to learn more about modern PHP hashing methods that make them hard to break these days.
833. Notable PHP package: Laravel Nova PHP MySQL Manager
Updated on: 2019-05-08
Posted on: 2019-05-08
MySQL is a very popular database server used by many PHP applications.
However, when you want to perform administrative tasks like managing database, users and privileges, usually you need to use specific command line utility programs that come with MySQL server distribution, or use programs that provide a Web interface to perform those tasks.
This package provides a Web interface to perform MySQL server management task within an administration panel managed using Laravel Nova.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
However, when you want to perform administrative tasks like managing database, users and privileges, usually you need to use specific command line utility programs that come with MySQL server distribution, or use programs that provide a Web interface to perform those tasks.
This package provides a Web interface to perform MySQL server management task within an administration panel managed using Laravel Nova.
Read this article to learn more details about how this notable PHP package works.
832. Notable PHP package: PHP Migration Tool Verification
Updated on: 2019-05-07
Posted on: 2019-05-07
Many PHP developers want to take advantage of the features of newer PHP versions.
However, using newer versions without testing whether the old code still works correctly in those versions, may cause make PHP applications to stop working.
This package can analyse and find issues in code that may break when using PHP 7.2, thus helping to find issues that may cause your code to stop working when you upgrade to the PHP 7.2 version.
Read this article to learn more details about how this notable PHP package works.
More ...
Post a comment
See comments (0) Trackbacks (0)
However, using newer versions without testing whether the old code still works correctly in those versions, may cause make PHP applications to stop working.
This package can analyse and find issues in code that may break when using PHP 7.2, thus helping to find issues that may cause your code to stop working when you upgrade to the PHP 7.2 version.
Read this article to learn more details about how this notable PHP package works.
831. Notable PHP package: PHP Face Detection Library
Updated on: 2019-05-06
Posted on: 2019-05-06
Being able to recognize faces on pictures can be useful for many purposes like identifying an user that is accessing a site and can share the picture of his face taken using his Web cam.
This package can help processing faces in a picture by detecting the contour of a face in the image and then cropping the image, so only the relevant part of the picture that contains the face is extracted.
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 help processing faces in a picture by detecting the contour of a face in the image and then cropping the image, so only the relevant part of the picture that contains the face is extracted.
Read this article to learn more details about how this notable PHP package works.
830. Faster PHP Hosting Services with 1-Click Deployment
Updated on: 2020-08-04
Posted on: 2019-05-02
All Web projects depend on the speed of the hosting services to provide fast response to their Web site page or API accesses.
Nowadays Cloudways provides very fast PHP hosting services integrated with advanced features and Web tools to guarantee optimum performance all the time.
Read this article to learn about how Cloudways hosting services and how they can provide better services to host your PHP projects that you develop for you and for your customers.
More ...
Post a comment
See comments (2) Trackbacks (0)
Nowadays Cloudways provides very fast PHP hosting services integrated with advanced features and Web tools to guarantee optimum performance all the time.
Read this article to learn about how Cloudways hosting services and how they can provide better services to host your PHP projects that you develop for you and for your customers.
829. PHP Yield vs Return: Do You Know PHP Functions Can Return Values Like the Yield Statement
Updated on: 2019-04-30
Posted on: 2019-04-30
Since the concept of generator has been introduced in PHP 5.5, PHP developers can use the yield keyword in a way that looks much like a return statement, except that instead of stopping execution of the function and returning once only one value or array, yield instead generates a new value that is returned to the calling code each time it is needed.
Read this article to learn how to simulate this behavior using the "return" statement.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn how to simulate this behavior using the "return" statement.
828. O'Reilly Contributes with a Better PHP Innovation Award Prize
Updated on: 2019-04-29
Posted on: 2019-04-29
O'Reilly is well known company that has been working for decades in education its audience in subject related with technology in general and programming in specific.
More ...
Post a comment
See comments (0) Trackbacks (0)
1. How to Retrieve Web Pages Faster using PHP CURL Multi for Sending Parallel HTTP Requests
Updated on: 2019-04-25
Posted on: 2019-04-25
Blog: Fast PHP CURL Multiple Requests package blog
Package: Fast PHP CURL Multiple Requests
PHP comes with the Curl extension that among other useful features allows sending multiple requests in parallel to Web servers so it can retrieve Web pages faster.
Read this article to learn how to use the PHP Curl extension and take advantage of the Curl Multi functions using the Fast PHP CURL Multiple Requests package.
More ...
Post a comment
See comments (5) Trackbacks (0)
Read this article to learn how to use the PHP Curl extension and take advantage of the Curl Multi functions using the Fast PHP CURL Multiple Requests package.
827. How Can You Get the New PHP elePHPant 2019 for Free as PHP Innovation Award Prize
Updated on: 2019-04-24
Posted on: 2019-04-24
The PHP Classes site has changed the prize we are giving away for PHP Innovation Award winners.
Instead of the PHP Classes version of the elePHPant, now we are giving away the new PHP elePHPant 2019 edition instead.
Read this article to learn what changed and how it is a better prize for the innovation award winners and nominees.
More ...
Post a comment
See comments (0) Trackbacks (0)
Instead of the PHP Classes version of the elePHPant, now we are giving away the new PHP elePHPant 2019 edition instead.
Read this article to learn what changed and how it is a better prize for the innovation award winners and nominees.
826. New PHP Innovation Award Sponsors and Prizes for 2019
Updated on: 2019-04-23
Posted on: 2019-04-23
The PHP Innovation Award is being renewed after 15 years when it was started.
Read this article to learn about what is going on so you can understand more about the new prizes and sponsors that are joining the initiative.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article to learn about what is going on so you can understand more about the new prizes and sponsors that are joining the initiative.
