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.



1. How to Provide a Better PHP Astrology Solution By Generating Kundli Chart Analyze A Person's Behavior
Updated on: 2021-10-18
Posted on: 2021-10-18
Blog: North Indian PHP Kundli Chart package blog
Package: North Indian PHP Kundli Chart
This class can generate a simple Kundli chart from values related to planets that may be influencing aspects of a particular person's behavior.



1. How to Use the Blade Template Engine in Applications that Use the CodeIgniter Framework
Updated on: 2021-10-15
Posted on: 2021-10-15
Blog: CodeIgniter Blade Template Engine package blog
Package: CodeIgniter Blade Template Engine
This package provides an alternative implementation of a template engine for the CodeIgniter framework that can render templates in Blade format.



2. How Can PHP Create Trusted SSL Certificates for Development on a Local Network
Updated on: 2023-05-18
Posted on: 2021-10-14
Blog: PHP Web Push Notifications Server package blog
Package: PHP Web Push Notifications Server
However, today's standard for live systems can become a problem during development in a closed or local network.
Read this tutorial to learn how the local development site can be available via the HTTPS protocol using the mkcert tool.



1. How Can PHP Calculate the Number of Business To Give More Accurate Estimates of Delivery Dates
Updated on: 2021-10-13
Posted on: 2021-10-13
Blog: PHP Business Days package blog
Package: PHP Business Days
For instance, when a site takes e-commerce orders, it is ideal for estimating the number of business days that the order will take to be delivered.
This class provides an API for returning details of business days that give realistic estimates of final delivery dates for a task to be completed considering the days that are not business days.



1. How to Use a PHP Template Engine that Loads Parameter Values from a File in JSON Format
Updated on: 2021-10-11
Posted on: 2021-10-11
Blog: Populate template with JSON data package blog
Package: Populate template with JSON data
Inside each template file, you have marks that you will replace with template parameter values.
Usually, you can set the template parameters using code that calls a template engine component.
This package provides an alternative for processing templates. It can read the template parameters from files that define the parameter values in the JSON format.


