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: 2023-03-06
Blog: Ade Woocommerce Custom Shipping package blog
Package: Ade Woocommerce Custom Shipping
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.



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: 2023-03-05
Blog: PHP Have I Been Pwned API Search package blog
Package: PHP Have I Been Pwned API Search
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.



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: 2023-03-04
Blog: PHP Iteration Tools Library package blog
Package: PHP Iteration Tools Library
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.



1. How to Send Email with an Alternative SMTP Server Setup Using a PHP Configuration Object Injection
Updated on: 2023-02-27
Posted on: 2023-02-27
Blog: Wepesi Mailer package blog
Package: Wepesi Mailer
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.



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: 2023-02-26
Blog: ShareZipp package blog
Package: ShareZipp
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.



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: 2023-02-24
Blog: PHP Import CSV to PostgreSQL package blog
Package: PHP Import CSV to PostgreSQL
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.



1. How to Implement a PHP Cubic Root Calculations to Solve Three Dimension Problems
Updated on: 2023-02-23
Posted on: 2023-02-23
Blog: Root66 package blog
Package: Root66
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.



1. How to Implement Fast Laravel Phone Number Validation with Country Code to Avoid Basic User Mistakes Entering Phone Numbers in Forms
Updated on: 2023-02-21
Posted on: 2023-02-21
Blog: Laravel Phone Number Validation package blog
Package: Laravel Phone Number Validation
There are many types of validation. The most robust validation methods require delivering SMS messages or making phone calls to the user's phone numbers. These methods are acceptable but may take a long time to conclude and often cost money.
More straightforward methods can be used in conjunction with these more robust methods, for instance, client-side or server-side validation of the numbers right after the users enter the numbers.
These more straightforward methods are not so robust but may avoid the most basic mistakes like entering phone numbers with wrong country codes or other errors that can be detected very quickly.
This package provides a service that uses complex regular expressions that can be used to detect simple mistakes.



1. How to Generate a PHP Video Gallery Site from YouTube Videos
Updated on: 2023-02-20
Posted on: 2023-02-20
Blog: YTAPI package blog
Package: YTAPI
Some people would like to see videos of their favorite artists on their sites.
This package provides an application that can generate the PHP scripts and Web server configuration to show a site with their favorite artists' videos automatically.



1. How to Configure WordPress Email Settings to Use Multiple Administration User Email Addresses
Updated on: 2023-02-18
Posted on: 2023-02-18
Blog: WP Emailer package blog
Package: WP Emailer
One of its best features that explain its popularity is the possibility to extend with plugins that increase WordPress features beyond what the original WordPress installation can do.
This package provides a WordPress plugin that allows users to configure one or more WordPress administrator email addresses from the Web interface of the WordPress administration panel.


