1. How to Make More Money from Exchanging Currencies using a PHP Currency Converter Commission Calculator Class
Updated on: 2022-05-25
Posted on: 2022-05-25
Blog: PHP Commission Calculator package blog
Package: PHP Commission Calculator
Each exchange transaction has associated commissions paid to the dealers that perform the transaction.
This package can automate the calculations of the commission amounts involved in a set of currency exchange transactions.



1. How to Implement a PHP CDN File Syncronization Solution to Serve Static Files Faster in CakePHP Applications
Updated on: 2022-05-24
Posted on: 2022-05-24
Blog: PHP CDN Upload Functions package blog
Package: PHP CDN Upload Functions
Those servers can be geographically closer to the users of a site, thus making the service of those site pages faster for those users.
This package can perform several operations to store and retrieve files stored in CDN servers directly. It makes it easier for developers to manage content stored in CDN servers from the Web sites they developed.



1. How to Use a PHP API Generator to Quickly Create a Web Services that Responds with Database Query Results
Updated on: 2022-05-23
Posted on: 2022-05-23
Blog: PHP Database Web Service Layer package blog
Package: PHP Database Web Service Layer
Web service clients pass parameters that the Web service providers need to process to perform the operations controlled by the parameter values sent by the Web service clients.
This package simplifies using the parameter values passed by Web service clients and executing prepared queries by automatically assigning query values to the parameter values passed to Web service.



1. How to Create Sites that Manage PHP Job Openings Using an API
Updated on: 2022-05-16
Posted on: 2022-05-16
Blog: PHP Job Board package blog
Package: PHP Job Board
This package implements a job system that provides a Web interface to manage job offers and an API that may allow the integration with other systems or the implementation of a mobile version of the job system.



1. How to Quickly Create a Laravel API Application Using Routes Generated from an OpenAPI Specification
Updated on: 2022-05-13
Posted on: 2022-05-13
Blog: Laravel OpenAPI API Application Bridge package blog
Package: Laravel OpenAPI API Application Bridge
Developers that want to use OpenAPI to implement an API need to parse the API specification in JSON format and write code that implements the functions of each API endpoint.
This package makes it easier for Laravel developers to implement APIs based on the OpenAPI specification. It can process an OpenAPI specification to add routes for the API endpoints.
This way, the developers only need to develop the code for the action controllers of each API endpoint.



1. How to Implement a Laravel Elasticsearch Solution to Scale PHP Applications with Search Features
Updated on: 2022-05-11
Posted on: 2022-05-11
Blog: Laravel ElasticSearch Application with Docker package blog
Package: Laravel ElasticSearch Application with Docker
It provides a server that PHP applications can connect to perform searches from separate machines. This possibility allows for the development of more scalable applications.
This package provides an example of setting up a Docker container of a Laravel application that developers can use to learn how to create applications that can run on multiple servers.



1. How to Create Fast and Intuitive User Interfaces using a Laravel Command Palette to Let Users Execute Application Functions Very Quickly
Updated on: 2022-05-10
Posted on: 2022-05-10
Blog: Laravel Command Palette package blog
Package: Laravel Command Palette
Users may click on command buttons or type the command's name they wish to execute.
This package implements command palettes to send the command execution requests to the server-side application using AJAX requests to avoid page reloading.
This package implements an API based on the Laravel framework to process the command execution requests that it receives from the browser via AJAX.



1. How to Create a PHP Facebook Bot That Can Interact with Facebook Messenger Users and Serve Useful Information Obtained from Other Web Services
Updated on: 2022-05-05
Posted on: 2022-05-05
Blog: ajalaBot PHP Facebook Messenger Bot package blog
Package: ajalaBot PHP Facebook Messenger Bot
This package implements a Facebook Messenger chat application that allows users to book traveling trips that they plan to do to their favorite places in the world.



1. How to Develop a Scalable Application using the Laravel Repository Design Pattern
Updated on: 2022-05-04
Posted on: 2022-05-04
Blog: Laravel Repository Package package blog
Package: Laravel Repository Package
It allows developers to use an abstraction of how to store the object in the data container.
An application may start using a SQL database to store data objects.
Suppose the application grows, and it is necessary to use a data storage container that is more scalable than using a SQL database. In that case, repository abstraction allows changing the means to access the container without changing the application code.
This package implements the repository design pattern in PHP that developers can easily integrate into Laravel applications.



1. How to Implement a WordPress Todo List that Can Simplify the Insertion of Task List in the Blog Posts
Updated on: 2022-05-03
Posted on: 2022-05-03
Blog: Decagon WordPress Custom Todo List Plugin package blog
Package: Decagon WordPress Custom Todo List Plugin
This package implements a new post type that publishers can add to WordPress. This new post type allows site posts to show to-do lists by inserting a shortcode.


