1. How to Find the Distance Between Two Points with Given Latitude and Longitude in PHP?
Updated on: 2019-08-26
Posted on: 2019-08-26
Blog: Geodesy PHP package blog
Package: Geodesy PHP
This is a common problem that only requires knowing the geographic coordinates of those points to be solved.
Read this short article to learn how to solve this problem with a small effort using the Geodesy PHP package.
Geodesy-PHP is a PHP port of some known geodesic functions for getting distance from a known point A to a known point B, given their latitude and longitude (good for working out distances between latitude/longitude data provided by Google Maps or any Restful APIs).



1. PHP: Why we need a template library?
Updated on: 2019-08-10
Posted on: 2019-08-10
Blog: BladeOne package blog
Package: BladeOne



1. How to Use PHP to Create a Link Preview like Facebook
Updated on: 2019-08-08
Posted on: 2019-08-08
Blog: PHP Page Preview package blog
Package: PHP Page Preview
Read this article to learn how you can implement this feature in a PHP Web site, so you can show previews of posts in your pages that also show how associated external pages look like.



1. Faster PHP Lazy Loading of Classes with the Newer Version of LGCF Package
Updated on: 2019-05-29
Posted on: 2019-05-29
Blog: PHP LGCF Loader package blog
Package: PHP LGCF Loader
The LGCF package is an attempt to implement this concept real for the PHP classes auto-loading, as well for the global functions loading.
Despite the fact that the first version was functional and has even been nominated to the PHP Innovation Awards organized by PHP Classes, its performance was not really up to its potential.
Read this article to know more about how the latest version of this package has drastically been improved to reach 1000% of performance compared to the first one.



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
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.



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
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.



1. Zest PHP Framework Benefits in 2019
Updated on: 2019-01-23
Posted on: 2019-01-23
Blog: Zest package blog
Package: Zest
Zest is a PHP framework that can help improving the process of building Web applications in PHP.
Read this article to learn why using the Zest Framework is a good idea for all PHP developers, what are the benefits of using it, and what the most useful features that it provides for PHP Web developers.



1. IP API Geolocating, the brief
Updated on: 2019-04-25
Posted on: 2018-11-09
Blog: PHP Geo Location by Internet Protocol API package blog
Package: PHP Geo Location by Internet Protocol API



1. How to Integrate a Print-to-Mail PHP API into Your Software to Send PDF Statements via the Post Office
Updated on: 2021-04-13
Posted on: 2018-09-13
Blog: Docusend PHP package blog
Package: Docusend PHP
Software developers are conscious of the importance of giving more options to users. Many individuals and companies need to deliver printed documents via postal mail to make bills, invoices, etc. available to their customers on paper. Others prefer to send these documents electronically.
DocuSend provides a cloud-based services API that addresses this need by allowing senders to generate documents to be delivered via United States Postal Service. DocuSend takes care of printing and delivering the documents to the post office. And now with the new email feature, you can send a secure PDF link by email, track unopened links, and opt to resend the document via USPS.
Read this article to learn how you can integrate sending emails and printed documents in a PHP application that implements both methods in an all-in-one document-delivery solution.



3. Why You Should Contribute to Open Source Projects in 2018 and Beyond
Updated on: 2018-09-02
Posted on: 2018-08-13
Blog: Corcel (Laravel + WordPress) package blog
Package: Corcel (Laravel + WordPress)
Read this article to learn more the story of the project and how it became a passion for Open Source projects that is probably like yours.


