1. How to Implement a PHP Content Management System Search Feature Using ElasticSearch
Updated on: 2021-11-05
Posted on: 2021-11-05
Blog: Custom PHP CMS package blog
Package: Custom PHP CMS
Simple content management systems allow editing and publish the content of pages or blog articles.
This package implements a content management system with a built-in function that uses ElasticSearch to index and search published content.



1. How to Install PHP Framework Components using a Better User Interface based on Web Pages
Updated on: 2021-11-04
Posted on: 2021-11-04
Blog: Zest PHP Framework Component Installer package blog
Package: Zest PHP Framework Component Installer
Often component packages need to be installed to be used in applications that use those frameworks.
This package can take care of installed components to use with the applications based on the Zest framework. It provides a Web-based user interface to install those packages.
This Web interface is accessible to specific users that need to have an account. These features make the installation process more secure because it restricts access to the process only to authorized users.



1. How You Can Use a PHP DotEnv Package to Create or Modify the Configuration of an Application Dynamically
Updated on: 2021-11-02
Posted on: 2021-11-02
Blog: PHP DotEnv File Writer package blog
Package: PHP DotEnv File Writer
This class can create and modify .env files to allow developers to configure their applications using their code that can call this class.



1. How to Implement a PHP Secure API using RSA based Cryptography to Exchange Web Service Data
Updated on: 2021-11-01
Posted on: 2021-11-01
Blog: Simple PHP Secure REST API package blog
Package: Simple PHP Secure REST API
Web services exchange information over the Internet. Security is fundamental to avoid that other people may have access to the service's private information.
This package provides a solution that increases the security level of the information exchanged with Web service REST APIs by using RSA public and private keys.
This way, only the legitimate Web service users with private keys can encrypt and decrypt the information exchanged with the API server.



2. How to Implement a PHP DOCX Viewer that Extracts the Images contained in Documents Generated by Microsoft Word
Updated on: 2021-10-29
Posted on: 2021-10-29
Blog: PHP DOCX to Image package blog
Package: PHP DOCX to Image
Often Microsoft Word users share their documents as files in DOCX format.
This class provides a simple solution to parse Microsoft Word files in DOCX format and extract the images that contain them into files that any PHP application can quickly process.



1. Introduction to PHP DOCX to Image Extraction
Updated on: 2021-10-28
Posted on: 2021-10-28
Blog: PHP DOCX to Image package blog
Package: PHP DOCX to Image
Read this article to get a brief introduction to a PHP solution to get images from DOCX files.



1. How to Implement a PHP UML Diagram From Database Tables of an Applications that Uses Doctrine ORM
Updated on: 2021-10-27
Posted on: 2021-10-27
Blog: PHP Doctrine UML Diagram Bundle package blog
Package: PHP Doctrine UML Diagram Bundle
Doctrine is an object-relational mapping library that can map application objects into records of database tables.
This package can inspect the configuration of an application that uses Doctrine and check the database that the application access to generate a UML diagram that represents that database schema.



1. How to Create a PHP Project Structure Very Quickly For Applications Using the YII Framework
Updated on: 2021-10-24
Posted on: 2021-10-24
Blog: YII2 Framework PHP Init package blog
Package: YII2 Framework PHP Init
You can create applications following a pattern to start quickly.
You can use this package to create projects based on the YII2 framework that uses a template to follow the application pattern.
This way, you can start a YII2 application project very quickly.



1. How to Use a Laravel Translation Package that Retrieves Application Texts From JSON Files for Different Languages
Updated on: 2021-10-22
Posted on: 2021-10-22
Blog: Laravel Translator API package blog
Package: Laravel Translator API
It can work as an API to return strings that translate the application texts for a given language.
The package retrieves the translation strings from JSON files stored inside a configurable directory.



2. How Can PHP Synchronize MySQL Databases From Your Local Environment to the Production Quickly
Updated on: 2021-10-21
Posted on: 2021-10-21
Blog: PHP MySQL Scheman package blog
Package: PHP MySQL Scheman
The PHP MySQL Scheman package can help you to perform this task quickly.
Read this tutorial article on how to use this package to perform database schema synchronization in practice.


