PHP Classes

All package blogs

Recommend this page to a friend!

Latest posts of all package blogs

  PHP Classes blog PHP Classes blog   Blog All package blogs  
  845 - 836   ...   775 - 766   765 - 756   755 - 746   745 - 736   735 - 726   725 - 716   715 - 706   705 - 696   695 - 686   685 - 676   675 - 666   665 - 656   ...   5 - 1  

1. How to Get Your PHP Developer Reputation From Your Contributions to StackOverflow

Updated on: 2023-03-14

Posted on:

Blog: PHP StackExchange API package blog
Package: PHP StackExchange API

StackExchange is a well-known network of sites where users can ask questions about how to solve problems specific to those communities.

One of those sites of the StackExchange network is StackOverflow. This is a site for programmers.

This package allows developers to access several aspects of sites of the StackExchange network using its API.


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

1. How to Use a XML to PDF PHP Library to Generate PDF from Proof of Purchase XML Documents

Updated on: 2023-03-12

Posted on:

Blog: CFE Printer package blog
Package: CFE Printer

Many companies need to print documents that can be used as proof of purchase by their customers for the products or services.

In many countries, these documents are generated in XML format by the companies and authenticated by the official institutions that regulate commercial activities in those countries.

This package can print authenticated XML documents by generating PDF documents that can be saved or printed.


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

1. How to Use a PHP Multi-Tenant Framework On Top of Symfony to Implement Applications that Serve Multiple Customers with the Same Code

Updated on: 2023-03-11

Posted on:

Blog: Symfony Multi Tenant package blog
Package: Symfony Multi Tenant

Multi-tenant applications serve multiple users or customers running the same code base and various versions of the same application as if the applications are separate.

This type of application structure allows a single effort to address the needs of different customers with minimal measure of adaptation.

This package provides an example of a multi-tenant application using the Symfony framework to help other developers learn from this effort.


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

1. How to Get the Responsible Person For Computers on the Internet Using their Network Address

Updated on: 2023-03-10

Posted on:

Blog: IANA Enterprise Numbers Fetcher package blog
Package: IANA Enterprise Numbers Fetcher

The Internet Assigned Numbers Authority (IANA) assigns the main numbers used to connect to networks all over the Internet.

One of the types of numbers it assigns is the number of the companies responsible for networks connecting many nodes on the Internet.

This package can retrieve the complete list of companies IANA lists, so PHP developers can search that list for numbers and names of companies responsible for all the Internet network nodes made available in the IANA Enterprise numbers list.

This can be useful to solve problems of computers that are causing harm, like computers that run malware and need to stop.


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

1. How to Make More Money Paying Less Transaction Fees from a PHP E-Commerce Project Using a Laravel Stripe Integration Package

Updated on: 2023-03-09

Posted on:

Blog: Laravel Stripe Checkout package blog
Package: Laravel Stripe Checkout

Many PHP sites now have an e-commerce section where customers can buy products and services from the company that owns the site.

Stripe is one of the most popular payment gateways in use in many e-commerce sites to let customers pay for their orders.

This package extensively implements an e-commerce system in PHP that uses Stripe as a payment gateway.


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)

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)


  845 - 836   ...   775 - 766   765 - 756   755 - 746   745 - 736   735 - 726   725 - 716   715 - 706   705 - 696   695 - 686   685 - 676   675 - 666   665 - 656   ...   5 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs