1. How to Turn a WordPress Site into a Community Site with Several Plugins That Help Attracting More People to The Site
Updated on: 2023-01-03
Posted on: 2023-01-03
Blog: My WordPress Plugin List package blog
Package: My WordPress Plugin List
This package provides several useful plugins that allow WordPress users to insert several types of content in the posts with just a few new tags.
It provides plugins for managing newsletter subscriptions, showing Facebook posts and GitHub projects, showing to-do lists, weather reports, and YouTube videos.



1. How to Implement PHP Data Mapper To Convert The Structure of Arrays To a More Convenient Structure to Use in Your Applications
Updated on: 2022-12-29
Posted on: 2022-12-29
Blog: PHP Data Mapper package blog
Package: PHP Data Mapper
Sometimes the arrays do not come in the best format for those applications to process. Therefore they need to process the collections to transform their values.
This package provides a way to transform the input arrays into other arrays that may have changed the key names of associative arrays or eliminated the array values with specific keys.



1. How to Quickly Create PHP Tools Online using a Module of the Melis CMS
Updated on: 2022-12-22
Posted on: 2022-12-22
Blog: Melis Tool Creator package blog
Package: Melis Tool Creator
Content management systems are software tools that help users publish content faster than if they had to create the HTML, CSS, and graphics manually.
This package provides a module for the Melis content management system that can create new tools to allow users of the system to do specific tasks faster.



1. How to Implement a PHP Search Engine that Can Show Results in Different Tabs Depending on the Content That It Finds
Updated on: 2022-12-20
Posted on: 2022-12-20
Blog: Scopr package blog
Package: Scopr
Having a search engine on a site is very useful for site users.
This package implements a search engine that can crawl pages and extract content to be searched and links for images.
This way, it can provide a search feature for a site on its pages, showing different sections in the results pages depending on the type of content found.



1. How to Implement a PHP Math Expression Parser that Can Display the Expression in a HTML Web Page
Updated on: 2022-12-19
Posted on: 2022-12-19
Blog: Math Expression to HTML package blog
Package: Math Expression to HTML
A mathematical expression can be displayed on a Web page in several ways.
This package can render a mathematical expression using regular HTML.



1. How to Implement PHP UML Diagram Generator Online that Can Render UML Diagrams as Images Using a Web Service
Updated on: 2022-12-16
Posted on: 2022-12-16
Blog: PlantUML client package blog
Package: PlantUML client
Developers can generate diagrams from project entities defined using UML to see better the project data structures and other aspects of the project's architecture.
PlantUML is a tool that can render UML diagrams as images that developers can use to visualize their project diagrams.
This package can call a PlantUML Web services server to render UML diagrams without installing PlantUML in the developer machine.



1. How to Implement a More Secure PHP Application Using PASETO to Exchage Cryptographic Data with the PASERK Extension
Updated on: 2022-12-15
Posted on: 2022-12-15
Blog: PASERK PHP package blog
Package: PASERK PHP
PASERK extends the PHP PASETO to add more functionality for serializing and wrapping keys used by PASETO. This possibility helps developers to use keys on different platforms.



1. How to Increase the Number of PHP Development Customers Using the Melis CMS Sales Prospects Tracking
Updated on: 2022-12-14
Posted on: 2022-12-14
Blog: Melis CMS Prospects package blog
Package: Melis CMS Prospects
A prospect is a person or a company that can be a customer in the future. Turning an opportunity into a customer is a process that can take time because that process needs to go through several phases.
The Melis CMS is a PHP content management system that can be extended with additional modules.
This package implements a module for the Melis CMS that allows users of a site that uses this content management system to keep track of business sales prospects until they become paying customers.



1. How to Discover Which is the PHP Fastest Framework That Uses the Fastest Router
Updated on: 2022-12-12
Posted on: 2022-12-12
Blog: Mezon Router Benchmark package blog
Package: Mezon Router Benchmark
When they use MVC frameworks to serve their applications, the router part is always used to handle HTTP requests and forward them to controller classes or callback functions that process the requests and generate the respective responses.
Therefore if they use a faster router, the applications may gain significant performance improvements.
This package provides a benchmark that allows PHP developers to compare the speed of different framework routers, so they can choose the fastest router they can use in their applications.



1. How to Implement PHP Date Validation that Supports Many Possible Date and Time Formats
Updated on: 2022-12-09
Posted on: 2022-12-09
Blog: Date Validator package blog
Package: Date Validator
When the applications allow multiple formats for the date and time values they accept as parameters, they must check them against all the acceptable date and time formats.
This package can perform date and time validation that accepts many possible formats and can even support more custom date and time formats.


