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  
  1773 - 1764   1763 - 1754   1753 - 1744   1743 - 1734   1733 - 1724   1723 - 1714   1713 - 1704   1703 - 1694   1693 - 1684   1683 - 1674   1673 - 1664   1663 - 1654   ...   3 - 1  

1144. PHP Conference 2023 Calendar of April of User Group Meetings and Conferences

Updated on: 2023-03-08

Posted on:

PHP conferences are great opportunities for all PHP developers to learn more to progress in their careers by learning from other PHP developers.

You may wonder where and when those user group meetings will happen so developers can meet and learn from other developers.

Read this short article to be aware of PHP conferences and user groups in April 2023, so you can consider participating and learn more to be a better PHP developer with other developers.


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

1. How to Use a Plugin to Implement WooCommerce Custom Shipping Method to Add Cost Rules Specific to Certain Locations

Updated on: 2023-03-06

Posted on:

Blog: Ade Woocommerce Custom Shipping package blog
Package: Ade Woocommerce Custom Shipping

WooCommerce is a popular application that can transform a WordPress site into e-commerce.

WooCommerce allows the calculation of shipping costs of products using plugins.

This package provides a WooCommerce plugin to perform custom calculations of the shipping costs of products for specific destinations using the WooCommerce configuration pages to specify custom shipping costs.


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

1. How to Use the Have I Been Pwned Password API from PHP to Check If Passwords Associated to Your Email Have Leaked From Insecure Sites

Updated on: 2023-03-05

Posted on:

Blog: PHP Have I Been Pwned API Search package blog
Package: PHP Have I Been Pwned API Search

Have I Been Pwned is a service that keeps track of sites with security issues, and it was possible to access the user accounts database containing the user passwords.

This service provides a Web page and API so other people and external applications can check if a given email address was found on any sites with compromised security.

This package provides a simple PHP application to check if a list of email addresses was found in the Have I Been Pwned database using AJAX to send requests to the service API.


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

1. How Can PHP Iterate an Array or an Object To Apply Many Types of Processing Using Less Code

Updated on: 2023-03-04

Posted on:

Blog: PHP Iteration Tools Library package blog
Package: PHP Iteration Tools Library

Iteration is a way to execute the same operation on a set of values.

In PHP, developers can iterate over the values of the characters of a string, elements of an array, or objects of classes that can act as if they were arrays and provide an iterable interface.

The iteration method that defines how the values are traversed and processed can be customized with new iterable classes that PHP developers can write.

The package provides a new set of classes that can iterate over the values that will be traversed.


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

1143. How to Have a Prosperous Life as PHP Developer

Updated on: 2023-03-01

Posted on:

Everybody wants to have a better life. Developers are not an exception. Having a better life requires that you have enough money to pay for the expenses of the cost of living with comfort.

A prosperous developer can make good money from their work and keep growing his projects.

Read this article to learn more about how to have a prosperous life as a developer using PHP or any other language.


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

1142. How to Use PHP Fibers Async Programming Possibilities to Make PHP Code Run Faster Since PHP 8.1

Updated on: 2023-02-28

Posted on:

Asynchronous programming can be a way to make PHP code run faster by executing one task while other tasks wait for an external task to finish.

PHP 8.1 introduced the Fiber class. This class provides a cleaner way to help implement asynchronous programming in PHP.

Please read this article to learn more about asynchronous programming and how to implement it in PHP using fiber or other alternatives like PHP extensions and frameworks specific to developing asynchronous programming-based applications.


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

1. How to Send Email with an Alternative SMTP Server Setup Using a PHP Configuration Object Injection

Updated on: 2023-02-27

Posted on:

Blog: Wepesi Mailer package blog
Package: Wepesi Mailer

Many PHP applications need to send email messages.

Often sending email messages via the PHP mail function does not work well in some cases due to restrictions of the hosting server or because the IP addresses of the machine on which PHP is running have lousy reputations, and the destination mail servers reject the messages.

The alternative is to use a separate SMTP server to relay the messages that should be sent to those servers.

This package can send messages to a remote SMTP server configured using a separate configuration class object.

This separation makes it simpler for developers that need to send messages through a remote SMTP server because they can separate the configuration settings of the relay SMTP server from the actual code they use to compose and send the messages.


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

1. How to Implement a PHP File Sharing System to Let Users Share Large Files Between Each Other

Updated on: 2023-02-26

Posted on:

Blog: ShareZipp package blog
Package: ShareZipp

Many users want to share files with other users over the Internet. Sometimes they need to share files too large to share by email.

In that case, they use file-sharing services that can take uploaded files and return links that users can share with other users.

This package implements a file-sharing application in PHP. The application can compress the files in ZIP format to save time for users who want to download the shared files.


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

1. How to Implement a PHP PostgreSQL Database Import From CSV File to Setup Database Table Records Exported From Another Application

Updated on: 2023-02-24

Posted on:

Blog: PHP Import CSV to PostgreSQL package blog
Package: PHP Import CSV to PostgreSQL

PostgreSQL is one of the most popular SQL database server types many PHP developers use to store and retrieve their applications' data.

Sometimes developers need to import data from an external source into the database.

This package allows importing data into a PostgreSQL database table from a CSV file that may have been exported from many other programs.


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

1. How to Implement a PHP Cubic Root Calculations to Solve Three Dimension Problems

Updated on: 2023-02-23

Posted on:

Blog: Root66 package blog
Package: Root66

PHP provides built-in functions to perform several types of math calculations.

PHP can perform square root calculations with a built-in function but does not provide a built-in function to calculate cubic roots.

This class can calculate either square or cubic roots. It can solve problems involving 2 and 3 dimensions and area and volume calculations.


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

  1773 - 1764   1763 - 1754   1753 - 1744   1743 - 1734   1733 - 1724   1723 - 1714   1713 - 1704   1703 - 1694   1693 - 1684   1683 - 1674   1673 - 1664   1663 - 1654   ...   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article