1. How to Create a Chat Party with a PHP Telegram Bot
Updated on: 2022-08-05
Posted on: 2022-08-05
Blog: PHP Telegram Bot LoL Party package blog
Package: PHP Telegram Bot LoL Party
One popular type of Telegram-based external application is well-known for using Telegram support to implement chatbots that can interact with many users.
This package implements a chatbot that can create a party at which each user can invite other users to participate in a chat party.



1. How to Implement Laravel Privacy Measures to Only Set Cookies After the User Authorizes the Use of Cookies
Updated on: 2022-08-04
Posted on: 2022-08-04
Blog: Laravel Privacy User Cookie package blog
Package: Laravel Privacy User Cookie
This request implementation usually works by showing a message on a page with a button that the users can click to tell the site they can use cookies.
This package implements a solution for this approach that will work in Laravel applications.



1. Laravel 9 Tutorial to Implement a CRUD Application Taking Advantage of PHP 8 Features
Updated on: 2022-08-03
Posted on: 2022-08-03
Blog: Laravel 9 CRUD Example package blog
Package: Laravel 9 CRUD Example
This package implements an example of a CRUD application based on Laravel 9.



1. How to use PHP to Detect File Type From Path
Updated on: 2022-08-01
Posted on: 2022-08-01
Blog: Metyl PHP MIME Type Check package blog
Package: Metyl PHP MIME Type Check
The Metyl PHP MIME Type Check package can simplify that task by detecting the MIME type and encoding of the data, as well if the usual file name extension is one of the extensions allowed by your PHP application.
Read this short PHP tutorial to quickly learn how to use the Metyl PHP MIME Type Check package to detect the correct file type.



1. How to Implement Your Own PHP Analytics Dashboard in a Site Using the Melis Content Management System
Updated on: 2022-07-29
Posted on: 2022-07-29
Blog: Melis PHP CMS Analytics by Page package blog
Package: Melis PHP CMS Analytics by Page
Many sites use external analytics tools like, for instance, Google Analytics.
If, for some reason, the site owners prefer to avoid using external analytics tools, the package can provide a good alternative.
This package provides a page analytics module for sites that use the Melis PHP content management system.
Using the Melis CMS with this module, sites do not need to use any other external site access statistics to track how the sites are doing in terms of users that visit the sites.



1. How to Implement a PHP Chess Game as Part of a Symfony Application
Updated on: 2022-07-27
Posted on: 2022-07-27
Blog: PHP Chess Game Bundle package blog
Package: PHP Chess Game Bundle
Symfony is a popular framework that may PHP developers use to develop their application.
This package combines the features of chess game manager in a way that it is easy to implement chess game in Web site developed using the PHP Symfony framework.



1. How to Implement a PHP Template Engine to Generate HTML Pages that Can Adjust the Path of JavaScript, Images and CSS Relatively to the Current HTTP Request URL
Updated on: 2022-07-25
Posted on: 2022-07-25
Blog: PHP Router Template package blog
Package: PHP Router Template
In some cases, HTML templates may contain the paths of the URLs of JavaScript, images, and CSS files.
When these files use relative paths for these files, the correct path depends on the path of the current PHP script page URL.
The correct relative path may vary if the page URLs are inside each server directory.
This package implements an approach to simplify this situation. It can take a parameter that applications may use to specify the relative depth of external files that the current page uses.



1. How to Implement a PHP JWT Token Generator that Can Be Used in Security Protocols like OAuth
Updated on: 2022-07-22
Posted on: 2022-07-22
Blog: PHP JWT Decode and Generate package blog
Package: PHP JWT Decode and Generate
This class provides a simple means to encode and decode data using the JWT standard.
Developers can use this class with other components that implement more complex protocols and security measures, like OAuth.



1. How to Implement a PHP Payroll System To Management Payments for People that Work with Schools
Updated on: 2022-07-21
Posted on: 2022-07-21
Blog: PHP School Management System with Student Payroll package blog
Package: PHP School Management System with Student Payroll
One type of business that usually can make good use of a payroll system is a school.
This package implements a payroll system dedicated to school business.



1. How to Implement a PHP Version Check that Tolerates the Variations of the Version String Formats
Updated on: 2022-07-20
Posted on: 2022-07-20
Blog: PHP Version Check package blog
Package: PHP Version Check
This conversion splits the version numbers into three parts: major version, minor version, and patch number.
This possibility helps developers determine if their current version is more recent or older than some other version.
This package parses version string numbers in a way that tolerates variations like putting a v in the front of the version, using needless zero characters before the version number parts, or even missing minor or patch numbers.
It can also normalize the version number strings to comply more with the semver convention.


