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.
1069. How the PHP Classes Marketplace Will Bring More Freedom and Pleasure to Many PHP Developers - 18 Minutes of the Lately in PHP Podcast Episode 89 part 4
Updated on: 2021-10-20
Posted on: 2021-10-20
This way, developers may work for themselves and the customers of their products and services. They will have more freedom and pleasure to be PHP developers.
The plan for the PHP Classes marketplace is one of the main topics commented on by Manuel Lemos and Mike Stowe of the NomadPHP fame in the fourth part of episode 89 of the Lately in PHP podcast.
Listen to the podcast, watch the video with manually edited subtitles in English, read the transcript to learn more about this exciting plan for the PHP Classes marketplace.
1. How to Implement a PHP Console Chart Solution to Render Bar Charts from the CLI Shell
Updated on: 2021-10-19
Posted on: 2021-10-19
Blog: PHP Console Chart package blog
Package: PHP Console Chart
Console terminals display information in the form of text. The fact limits the possibilities to display nice graphics.
This package overcomes this limitation by rendering bar charts in console terminals so that the charts are reasonably pleasant to see.
