1. Friday June 5, 2020
Updated on: 2020-06-08
Posted on: 2020-06-08
Blog: OPDS PHP Ebook Publisher Class package blog
Package: OPDS PHP Ebook Publisher Class
1. How to Use a PHP Push Notifications Class on Your Web Site in 2023 with this Send Web Push Notifications Tutorial
Updated on: 2023-05-18
Posted on: 2020-05-05
Blog: PHP Web Push Notifications Server package blog
Package: PHP Web Push Notifications Server
Web push notifications can solve this problem by showing notification windows with short messages telling the user there is something new on the site that they authorized to be notified when new content is publishe.
Read this tutorial article to learn about how you can implement Web push notifications in your sites using PHP.



1. How to Create Laravel Charts Tutorial using APEXCharts Library
Updated on: 2020-01-21
Posted on: 2020-01-21
Blog: APEXCharts Laravel Charts Library package blog
Package: APEXCharts Laravel Charts Library
Read this article so you can learn how to create charts from PHP applications using the Laravel framework using the APEXCharts library.



1. How to Create a Multilingual Website Tutorial in PHP in 2020
Updated on: 2020-01-15
Posted on: 2020-01-15
Blog: PHPolyglot package blog
Package: PHPolyglot
Read this short tutorial to learn how you can use the PHPolyglot package to help implementing modern multilingual Web sites in PHP.



1. Updated version of jsonrpcServer
Updated on: 2020-01-15
Posted on: 2020-01-15
Blog: PHP JSON RPC 2.0 Server package blog
Package: PHP JSON RPC 2.0 Server
Provides an modular interface for adding shared services
Error trapping and handling is more consistent.
Fixes a few bugs.



1. Introduction to The PureMVC PHP Framework
Updated on: 2019-11-21
Posted on: 2019-11-20
Blog: Pure MVC PHP Standard Framework package blog
Package: Pure MVC PHP Standard Framework
Read this is a brief article to learn about some of the most important benefits for developers that will use the framework.



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


