1. How to Implement a PHP DOCX to Text Converter to Access Microsoft Word Documents from PHP Applications
Updated on: 2021-11-18
Posted on: 2021-11-18
Blog: PHP DOCX to Text package blog
Package: PHP DOCX to Text
DOCX documents can be complex because they can contain many types of documents, like text, images, and other styles.
If you need to extract text from a DOCX document, it may be a complex task.
Read this article to learn how to extract text from DOCX documents so that you can process that text in any PHP application.



1. How to Create Your Own PHP Shortener URL API to Create Short URLs Using Your Own Domain
Updated on: 2021-11-17
Posted on: 2021-11-17
Blog: PHP URL Shortener API package blog
Package: PHP URL Shortener API
This package provides a URL shortening and expanding service that is made available as an API.
This way, any developer can use the URL shortener services without managing the service that implements the actions that the service provides.



1. How to Implement a PHP Cron Job Manager Script that Can Prevent that the Same Script Runs More Than Once
Updated on: 2021-11-16
Posted on: 2021-11-16
Blog: PHP Cron Job Lock package blog
Package: PHP Cron Job Lock
This capability of the cron program is helpful to execute tasks that need to be done regularly, like, for instance, creating a backup copy of a database.
Some tasks cannot be executed more than once at the same time. One way to assure that a job runs only once at a time is to use file locks.
This package uses file locks to prevent that the same task executes more than once.



1. How to Implement a PHP School Management System based on Open Source Code
Updated on: 2021-11-12
Posted on: 2021-11-12
Blog: PPDB Prediksi package blog
Package: PPDB Prediksi
This package implements a complete school system that can perform many practical actions, including managing students, teachers, and schedules.



1. How to Get the Capital City Location Coordinates in PHP without Using an API
Updated on: 2021-11-11
Posted on: 2021-11-11
Blog: PHP GeoLocation Country package blog
Package: PHP GeoLocation Country
This package can provide information about the capital cities of all countries of the world.
That information comes from a data file provided by this package, so it does not require an external Web service to provide that information.



1070. How to Become a PHP Hero Fulfilling the Dreams of Other Developers - 29 Minutes of the Lately in PHP Podcast Episode 89 part 5
Updated on: 2021-11-11
Posted on: 2021-11-10
Becoming a hero for other developers is one of the main topics commented on by Manuel Lemos and Mike Stowe of the NomadPHP fame in the fifth 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 how you can become a hero to other developers.



1. How to Implement PHP htaccess Redirect Solution to Make a Site Always Be Served Using HTTPS
Updated on: 2021-11-09
Posted on: 2021-11-09
Blog: PHP Htaccess File Configuration package blog
Package: PHP Htaccess File Configuration
Many PHP applications developers need to configure the .htaccess file to handle requests to access many types of pages using a single PHP script.
This package can generate a .htaccess file to set up that Apache Web server configuration and redirect requests to the Web server using HTTP to use HTTPS.



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.


