1. How to Implement Your Own CMS Modules Using This PHP CMS Module Builder on Top of XOOPS CMS
Blog: XOOPS Modules Builder package blog
Package: XOOPS Modules Builder
This package can be used to develop new modules, thus allowing to extend XOOPS in less time than if you had to manually write all code of a new XOOPS module.



1. How to Use a PHP Debug Class to Find and Fix Code Issues Related with Global Variables
Blog: PHP Dump All Variables and Functions package blog
Package: PHP Dump All Variables and Functions
This package makes it easier to inspect and display all types of global variables that are set when a PHP script is executed.
This way, this package may help debugging a case in less time than it would take using more traditional debug methods.



1. How to Automate the Calls to a PHP CRUD API
Blog: Mezon PHP CRUD API Service Client package blog
Package: Mezon PHP CRUD API Service Client
These CRUD interfaces may be used by Web page based applications or mobile applications calling an API.
This package simplifies the implementation of CRUD interfaces to be accessible via Web APIs, by providing basic functionality that most CRUD implementations need to provide.
This way you can implement Web page based or mobile applications in less time than if you had to implement a CRUD interface in more traditional ways.



1. How to Implement PHP Money Calculations in Laravel Model Objects
Blog: Laravel Money Package package blog
Package: Laravel Money Package
This package implements operations with money amounts that go behind money value formatting as text, like for instance deposit and withdraw funds or calculating sums of amounts stored in objects of model classes implemented with the Laravel framework.
This package can greatly simplify complex operations that you may need to perform with money amounts of applications related finances.



1. Welcome to dFramework - A simple PHP framework for beginners
Blog: dframework package blog
Package: dframework



1. How to Create a PHP URL Shortner using a MongoDB Database to Store the URLs
Blog: Encurtador URL MongoDB package blog
Package: Encurtador URL MongoDB
That may help to encourage users to share URLs just by typing them, as they need to type less characters to share the same URL that often may be very long.
This package provides a URL shortner solution that uses MongoDB, thus making it more feasible to scale a solution that can be used to share many more URLs using less resources from servers running PHP, than it would by using more traditional databases.



1. How to Embed a WordPress Audio Player So Your Site Can Play Audio Samples and Playlists
Blog: Dynamic WordPress Audio Player Plugin package blog
Package: Dynamic WordPress Audio Player Plugin
This package can embed an audio player in Web pages generated by WordPress with the possibility to present individual songs or complete play lists of multiple songs or audio samples.
Since it just requires that the publisher that edits the pages insert only a single tag in the WordPress post editor, this solution to embed a audio player is very simple.



1. How to Workaround the PHP Time Limit Setting to Execute Long Tasks without Having to Change that PHP Setting
Blog: PHP Time Limit Manager package blog
Package: PHP Time Limit Manager
This is useful for instance to prevent that bugs may cause excessive load on the server due to scripts that execute tasks that take too long to finish.
Sometimes it is better to split the tasks in multiple executions of the same PHP script to avoid that each execution exceeds the PHP execution time limit, which by default is 30 seconds.
This class can help determining when a script that runs a long task is close to exceed the PHP execution time limit.
This way, PHP applications can pause the execution of each task and redirect the Web page access that runs that long task, so the next request handled by the same PHP script can resume the execution of that long task where it was paused.



1. How to Implement a PHP Docker Container Monitoring Solution Using the Docker API
Blog: PHP Docker API package blog
Package: PHP Docker API
This package provides a PHP solution that allows querying Docker to obtain details of the state of the instances that may be running on a given machine.
It makes it easy to monitor applications running as Docker instances, so developers can check the status of their applications.



1. How to Create a PHP Web Chat System to Interact with Telegram Users
Blog: PHP Telegram Web Chat package blog
Package: PHP Telegram Web Chat
This package can use the Telegram API to add a chat solution in Web page generated by your PHP application.
This way you can easily interact with your site users via a Web page, thus without using the native Telegram applications.


