1. Reincarnation of popular PHP Slack API Client Package
Updated on: 2019-11-13
Posted on: 2019-11-13
Blog: PHP Slack Message package blog
Package: PHP Slack Message
If you use Slack in your team for monitoring, sending notifications, commands or for other purposes you may be interested in a PHP package that can automate the processes that involve your work with Slack.
There are some PHP packages that were popular but they seem to no longer be developed or supported.
Read this article to learn how you can use this PHP Slack Message package to take advantage of the Slack resources, as well how you can collaborate to benefit the community of PHP developers that use Slack.



1. Laravel Talk Tutorial on How to Implement a Real Time Chat System
Updated on: 2019-10-28
Posted on: 2019-10-28
Blog: Laravel Talk package blog
Package: Laravel Talk
Read this article to learn how to implement a real time chat system with this Laravel Chat package in just a few minutes.



1. How Would You Create Enums in PHP
Updated on: 2019-09-24
Posted on: 2019-09-24
Blog: Div PHP Enum Class package blog
Package: Div PHP Enum Class
Until today PHP does not have a native enum type. It offers a very basic implementation using SPL extension, but I prefer to believe that implementation is not ideal.
Alternatively, the Div PHP Enum package provides is a solution for this using classes. Thanks to some interesting features of PHP, you can make a taxonomy (hierarchy of terms) and give behavior to each term similar to what we can achieve using the Java language.
Read read article to learn how you can implement PHP enums using pure PHP code, thus without additional extensions.



1. Auto-Detect Character Encoding in PHP
Updated on: 2019-09-08
Posted on: 2019-09-08
Blog: Portable UTF-8 package blog
Package: Portable UTF-8



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.


