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.



1086. How You Can Be the Winner of the PHP Innovation Award of the Year in 2022 - Lately in PHP Podcast Episode 91
Updated on: 2022-03-29
Posted on: 2022-03-29
Please read this article, watch the podcast video, or listen to episode 91 of the Lately in PHP podcast to learn about the winners' packages of 2021 and the prizes they earned from the sponsors.
This way, you can also understand why the packages were considered innovative and which package the site's users liked the most. This year, you can also participate in the Innovation Award and be recognized publicly as a winning PHP developer even earn prizes.



1085. 10 Pieces of PHP Developer Advice in 2022: Advice #9: How Can You Be More Productive as PHP Developers by Using Good Time Management Method and Tools - 6 minutes - Lately in PHP Podcast Episode 90 Part 9
Updated on: 2022-03-28
Posted on: 2022-03-28
To do those activities you love, you need to plan well how you spend your time, splitting your time well between activities you do for yourself, your spouse, family, friends, and PHP developer work.
The best way to plan well how you use your time is to use good time management tools and methods.
Read this article, or watch a 6-minute podcast video or listen to the audio of part 9 of episode 90 of the Lately in PHP podcast to learn how to do good time management with suggested methods and tools.



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.



1084. 10 Pieces of PHP Developer Advice in 2022: Advice #8: How Can You Find Compatible Partners to Collaborate on Your Business of PHP Products or Services - 6 minutes - Lately in PHP Podcast Episode 90 Part 8
Updated on: 2022-03-24
Posted on: 2022-03-24
Sometimes they fight with the partner and split. This situation happens because they are not compatible with their chosen partners.
There is a means to determine if you are compatible with other people before you even start talking with other people to become a partner.
Read this article, watch a 6-minute podcast video, or listen to part 8 of episode 90 of the Lately in PHP podcast to learn how to determine if another person is compatible with you to collaborate in a successful business.



1083. Call for Questions About When It Is the Right Time to Upgrade to a New PHP Version
Updated on: 2022-03-23
Posted on: 2022-03-23
We want to go in-depth about this topic. So we are calling for developers who want to put additional questions that you may have related to upgrading PHP or any other software tool that you use.
Read this short article to learn how to submit additional questions, add your comments, participate in the recording of the podcast episode, or suggest new topics for future episodes of the podcast.



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.


