1. How to Implement a Laravel Backup Manager that Can Store Laravel Application Backup Data in Different Cloud Systems
Updated on: 2022-04-06
Posted on: 2022-04-06
Blog: Laravel Backup Manager package blog
Package: Laravel Backup Manager
Having a backup of the data used by an application is essential to have an alternative plan when something goes wrong in the application's environment.
This package provides a backup solution for Laravel applications that is very flexible.
It allows developers to control several valuable options, like the remote service that it will use to store the backup data and the possibility to list the backup copies that it has taken previously.



1. How to Create a PHP Telegram Bot to Send Photo and Other Types of Files as Response to Chat Messages
Updated on: 2022-04-05
Posted on: 2022-04-05
Blog: PHP Telegram Bot Send Image or Random File package blog
Package: PHP Telegram Bot Send Image or Random File
Telegram allows the creation of robots that can respond automatically to messages sent to bot users.
This package implements a Telegram chatbot that can send messages to respond to chat messages.



1. How to Implement PHP About Us Page in a Site Managed using the XOOPS CMS
Updated on: 2022-04-01
Posted on: 2022-04-01
Blog: XOOPS PHP About Page package blog
Package: XOOPS PHP About Page
XOOPS is a popular PHP content management system that developers can extend using additional modules.
The package provides a module that developers can install on a site managed using XOOPS to let the publisher easily create about pages.



1. How to Use a Simplified PHP Cache Library Reduce the Code Necessary to Cache Data in Files
Updated on: 2022-03-31
Posted on: 2022-03-31
Blog: PHP File Cache Library package blog
Package: PHP File Cache Library
The next time the same process needs to execute, applications can use the data stored in a cache container to avoid the same slow process, thus gaining more performance.
This package provides a simplified approach to caching long process results data in files. It allows developers to pass a callback function that will generate the results if the cached data does not exist or is expired.



1. How to Implement PHP Application Configuration Best Practices that Work Well in Different Environments
Updated on: 2022-03-30
Posted on: 2022-03-30
Blog: PHP Configurable Interface package blog
Package: PHP Configurable Interface
Experienced developers usually work on the application in a development environment with specific configuration values adequate for that environment.
In the production environment, applications may use different configuration values in the same application code more suited to the production environment.
This package provides a practical configuration class that allows setting configuration values only once.
This feature is helpful in situations where configuration values will have fixed values that applications should not change.
Such situations are precisely the case when application-wide configuration values are set only once during application initialization.
The possibility of setting multiple boolean configuration values is also helpful to reduce the necessary code to set different configuration settings assigned to the same boolean value.



1. How to Implement a PHP Lawyer System to Help Legal Business Professionals
Updated on: 2022-03-25
Posted on: 2022-03-25
Blog: Diadoc PHP Legal Services API package blog
Package: Diadoc PHP Legal Services API
This package provides an API that simplifies operations to legal documents necessary to operate businesses using the Diadoc platform.



1. How to Learn About Object Relational Mapping from a Practical PHP Doctrine Tutorial with an Example
Updated on: 2022-03-22
Posted on: 2022-03-22
Blog: Doctrine PHP ORM Example package blog
Package: Doctrine PHP ORM Example
These actions include storing and retrieving database table records using values set in PHP entity class objects.
This package shows how to use PHP Doctrine in practice in an example PHP application.



1. How to Process a PHP AJAX Response to a Request Passed as PSR-7 Compliant Messages
Updated on: 2022-03-21
Posted on: 2022-03-21
Blog: PHP AJAX Response Router package blog
Package: PHP AJAX Response Router
This package implements the PSR-7 recommendation to simplify the processing of HTTP requests of AJAX and other types of PHP Web applications.
Application developers only need to specify callback functions or class methods ready to process PSR-7 compliant requests and response objects to implement their PHP applications.



1. How to Learn Using a Laravel Livewire from a Laravel CRUD Example
Updated on: 2022-03-18
Posted on: 2022-03-18
Blog: Laravel Livewire CRUD package blog
Package: Laravel Livewire CRUD
Applications based on Livewire require that developers write less code than traditional Web applications or applications based just on Laravel.
This package demonstrates how to implement a simple CRUD application using Laravel Livewire. This way, other developers can learn faster from this practical example.



1. How to Learn the Test Driven Development Approach from a Real PHP TDD Example
Updated on: 2022-03-16
Posted on: 2022-03-16
Blog: PHP TDD Tutorial Bug Report Application package blog
Package: PHP TDD Tutorial Bug Report Application
This approach makes it easier to create applications that developers can verify if they comply with a given specification.
This package implements a sample application that demonstrates how to create a PHP application using the TDD approach.


