1. How to Implement a PHP Large Arrays Manipulation Solution that Efficient to Develop Machine Learning Applications
Updated on: 2021-12-01
Posted on: 2021-12-01
Blog: Extension Operations for ML package blog
Package: Extension Operations for ML
In PHP, arrays are data types that developers can use to manipulate large sets of data.
This package can perform several types of array manipulation operations practical to implement artificial intelligence applications in PHP.



1. How to Implement a PHP DOCX to XML Extractor to Allow Applications Implement Specific Processing of MicroSoft Word Documents
Updated on: 2021-11-30
Posted on: 2021-11-30
Blog: PHP DOCX to XML package blog
Package: PHP DOCX to XML
A file in a DOCX format is a compressed archive in the ZIP format that contains mainly XML files for the document's different parts.
This class extracts the XML files contained in a DOCX file so that applications can perform additional processing of the word processing document.



1. How to Create Simple PHP Microservices using Mezon Framework
Updated on: 2021-11-25
Posted on: 2021-11-25
Blog: Mezon Service package blog
Package: Mezon Service
The Mezon framework also allows developers to create applications based on microservices. Microservices can be the base to quickly create complex applications based on service components that implement specific functions necessary to make those applications.
Read this article to learn how to create simple microservices using Mezon Framework.



1. How to Create a PHP URL Shortener Site that Stores URLs in Any Database Supported by PDO
Updated on: 2021-11-23
Posted on: 2021-11-23
Blog: Custom PHP URL Shortener using PDO package blog
Package: Custom PHP URL Shortener using PDO
Usually, URL shorter components use a database to store the long and faster versions of a URL.
This class uses the PHP PDO extension to access a database that stores the short URL information. This possibility allows developers to use many types of SQL-based databases to benefit from this component.



1. How to Implement a PHP SVG Generator to Display an Art Character
Updated on: 2021-11-22
Posted on: 2021-11-22
Blog: monocreate package blog
Package: monocreate
This characteristic allows rendering the same drawing in many different sizes without losing the quality of the image of the picture when it is displayed.
This package can generate a drawing file in SVG format for a character composed of head, body, and legs.
This package can be helpful to generate artistic drawings of characters that you can display with excellent image quality.



1. How to Start Implementing a PHP Natural Language Processing Solution by Interpreting Sentences
Updated on: 2021-11-19
Posted on: 2021-11-19
Blog: PHP Sentence Tokenizer package blog
Package: PHP Sentence Tokenizer
It is necessary to process a phrase to interpret its meaning. The interpretation of the phrase can start by breaking it into several parts that make it easier to interpret the meaning of each part of the phrase.
This package can parse phrases to make it easier to process them and interpret the meaning of the phrase as a whole.



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.


