PHP Classes

PHP Classes blog

Recommend this page to a friend!

Latest PHP Classes blog posts

  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article  
  1934 - 1925   ...   984 - 975   974 - 965   964 - 955   954 - 945   944 - 935   934 - 925   924 - 915   914 - 905   904 - 895   894 - 885   884 - 875   874 - 865   ...   4 - 1  

834. Notable PHP package: PHP CRUD Library Trait

Updated on: 2019-05-13

Posted on:

A CRUD component implements a common design pattern for manipulating information that is often stored in a database.

It allows performing common data manipulation tasks like creating, reading, updating and deleting database records.

This package provides a trait that can be used by many PHP classes for implementing CRUD operations on data stored in database tables accessed via PDO.

Read this article to learn more details about how this notable PHP package works.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How Can PHP Create Secure Password Hash 2019 Way

Updated on: 2019-05-09

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

833. Notable PHP package: Laravel Nova PHP MySQL Manager

Updated on: 2019-05-08

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

832. Notable PHP package: PHP Migration Tool Verification

Updated on: 2019-05-07

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

831. Notable PHP package: PHP Face Detection Library

Updated on: 2019-05-06

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

830. Faster PHP Hosting Services with 1-Click Deployment

Updated on: 2020-08-04

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

829. PHP Yield vs Return: Do You Know PHP Functions Can Return Values Like the Yield Statement

Updated on: 2019-04-30

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

828. O'Reilly Contributes with a Better PHP Innovation Award Prize

Updated on: 2019-04-29

Posted on:

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.

Blog More ...   Post a comment Post a comment   See comments 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:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (5)   Trackbacks (0)

827. How Can You Get the New PHP elePHPant 2019 for Free as PHP Innovation Award Prize

Updated on: 2019-04-24

Posted on:

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

  1934 - 1925   ...   984 - 975   974 - 965   964 - 955   954 - 945   944 - 935   934 - 925   924 - 915   914 - 905   904 - 895   894 - 885   884 - 875   874 - 865   ...   4 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article