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.



1. How Can PHP Rewrite URLs So Pages Can Have Readable Addresses That Are Easy to Understand
Updated on: 2022-12-08
Posted on: 2022-12-08
Blog: PHP URL Rewrite package blog
Package: PHP URL Rewrite
With easy-to-understand URLs, the users can decide if the pages may be interesting even before they click the links that point to the pages' URLs.
A good part of the PHP sites uses the Apache Web server with the mod_rewrite module to handle the access to the pages with those URLs to the actual PHP scripts that generate the response to the entrance to those pages.
The configuration of the Apache mod_rewrite module may not be easy to create because it requires a good understanding of mod_rewrite directives.
This package provides a simplification of the way the mod_rewrite configuration can be created.
It takes a Web site page URL and suggests several configuration formats that you can use to configure the Apache mod_write module for your site. You can use the configuration format that better suits your PHP application Web site URL structure.



1. How to Improve the Quality of Your Web Projects with a PHP Selenium Test Framework to Automate User Interface Testing
Updated on: 2022-12-07
Posted on: 2022-12-07
Blog: PHP Selenium Low Level Tools package blog
Package: PHP Selenium Low Level Tools
Selenium implements provide drivers that can control browsers to perform automated actions.
Selenium WebDriver driver allows the implementation of automation of actions using HTTP requests sent by applications that work externally to Web browsers.
A PHP implementation of Selenium WebDriver allows PHP developers to implement applications that can control a Web browser using PHP code.
This package extends Facebook Selenium WebDriver to implement tool classes that are useful for everyday browser automation tasks like testing different aspects of the way Web page works, like simulating user interactions with the browser.



1. How to Use a WordPress Post Object to Create Posts with Images using Object Oriented Programming
Updated on: 2022-12-06
Posted on: 2022-12-06
Blog: WP Post package blog
Package: WP Post
WordPress code is, in significant part, made of code written using global functions.
This package provides an object-oriented wrapper to access the functionality of WordPress that manipulates posts and images.
This way, it can please developers that prefer to write code to access WordPress content using classes of objects.


