1. How to Customize a PHP Composer Install Using Hook Functions To Execute Actions After a Package Installation or an Update
Updated on: 2023-09-14
Posted on: 2023-09-14
Blog: PHP Composer Install Mushroom Hook Manager package blog
Package: PHP Composer Install Mushroom Hook Manager
When a package is installed or updated, Composer can call the registered hook functions to perform any actions specific to the installed package or project.
This package can register hook functions that can be called after the installation or the package update.
Projects that use this package can configure the installation of those projects by defining in the composer.json configuration file which classes of their project will perform custom actions after the projects are installed or updated.
More ... Post a comment See comments (0) Trackbacks (0)
1168. PHP Conference 2023 Calendar of October of User Group Meetings and Conferences
Updated on: 2023-09-13
Posted on: 2023-09-13
Read this short article to learn where and when those presential and online conferences and user group meetings of interest for PHP developers will be held in October 2023.
If you want to participate, sign up as soon as possible because many of these events have limited capacity to gather all the developers that may want to participate.
More ... Post a comment See comments (0) Trackbacks (0)
1167. Future of PDO, PHP Classes Ideas, Scan Documents into PDF, Tools for Code Quality - 3 minutes - Lately in PHP 95
Updated on: 2023-09-12
Posted on: 2023-09-12
Read this article, watch a 3-minute video, or listen to episode 95 of the Lately in PHP podcast to learn about the best articles published on the PHP Classes site in the week of September 3 through September 9.
More ... Post a comment See comments (0) Trackbacks (0)
1166. How to Use PHP Tools to Learn How to Use the PHP Best Code Practices
Updated on: 2023-09-08
Posted on: 2023-09-08
Those benefits include testing importing code, using code styles that make the code readable to others, avoiding needless code repetitions, and organizing the code to make it easy to find the parts used for different purposes.
Read this article to learn more about these good practices and use PHP tools to help you audit your PHP code so you know what you need to do to improve your PHP code quality.
More ... Post a comment See comments (0) Trackbacks (0)
2. How to Use a PHP Document Scanner That Can Convert Printed Documents to PDF and Works in Windows, Mac OS, and Linux
Updated on: 2023-09-07
Posted on: 2023-09-07
Blog: PHP Scan Document package blog
Package: PHP Scan Document
There are scanner devices that can be used to convert printed documents to PDF files.
The conversion process is complex because there are many types of scanner devices.
One way to simplify this process is to use specialized programs that communicate with almost any device.
NAPS2 is one of those programs. It can work in different operating systems.
This package can communicate with NAPS2 to utilize its capabilities to scan printed documents and convert them into PDF files.
More ... Post a comment See comments (0) Trackbacks (0)
1165. How to Have Better Ideas to Developer New PHP Classes in 5 Steps
Updated on: 2023-09-06
Posted on: 2023-09-06
Well, read this article in which I will share some points to evaluate your PHP class ideas and explain each point.
More ... Post a comment See comments (0) Trackbacks (0)
1164. How PHP PDO Driver Classes Will Improve in Future PHP Versions
Updated on: 2023-09-05
Posted on: 2023-09-05
Please read this short article to learn about what is planned to improve the features of the PDO driver classes so you can prepare to change your PHP code to benefit from planned improvements when they are made available in a PHP version that will be released with these improvements.
More ... Post a comment See comments (2) Trackbacks (0)
1. How to Create Nice PHP Article Editor Pages using ASCOOS Content Management System
Updated on: 2023-09-01
Posted on: 2023-09-01
Blog: PHP Article Editor Block package blog
Package: PHP Article Editor Block
Most of the best content management systems allow the generation of pages with content so that the pages can be composed using blocks dedicated to showing specific types of information.
This package provides a module for the ASCOOS CMS that can display information about the author of an article.
This makes it easier to insert the information of an author page automatically.
More ... Post a comment See comments (0) Trackbacks (0)
1. How to Quickly Implement PHP Multi Language Support in a Website using Template Scripts
Updated on: 2023-08-31
Posted on: 2023-08-31
Blog: PHP Multilanguage Site package blog
Package: PHP Multilanguage Site
This way, sites can be helpful to more users of many world countries.
This package provides three types of ready-to-use template scripts that can render texts from translation files differently.
More ... Post a comment See comments (0) Trackbacks (0)
2. How to Use the PHP Google Contacts API Package to Retrieve, Change and Delete Contacts
Updated on: 2023-08-30
Posted on: 2023-08-30
Blog: PHP Google Contacts API package blog
Package: PHP Google Contacts API
Read this short tutorial to learn how to use this package to retrieve, change, or delete contacts of a given user with a Google account.
This package can be installed traditionally by downloading the package files from the package download tab or using the modern form, using the PHP Composer tool by following the instructions in the package page download tab.
More ... Post a comment See comments (0) Trackbacks (0)