1. How to Implement a PHP Marketplace to Help Suppliers and Customers to Negotiate the Prices of Products for Sale
Updated on: 2021-09-22
Posted on: 2021-09-22
Blog: Farm Price package blog
Package: Farm Price
This package implements an API that can back a marketplace for agriculture products.
Applications can use this API to implement different user interfaces to allow the users to negotiate agriculture products using computers or mobile phones from anywhere in the world, wherever they are.



1. How to Implement a More Efficient PHP Browser Detection using Laravel Class Models and a Web Service
Updated on: 2021-09-20
Posted on: 2021-09-20
Blog: Laravel Agents Detector package blog
Package: Laravel Agents Detector
Detecting those details on every HTTP request sent to the application Web server is time-consuming.
This package can cache the detected user browser details using a Laravel model class. This way, it avoids performing the same steps to detect the user browser details on every HTTP request.



1. How to Use a PHP Sitemap Parser to Extract the List of All Pages of Web Site
Updated on: 2021-09-17
Posted on: 2021-09-17
Blog: PHP Sitemap XML Parser package blog
Package: PHP Sitemap XML Parser
Sitemaps may be helpful to share the list of site pages with search engines like Google.
Search engines can use a sitemap to get the list of all the site's pages. This possibility may help a site to notify Google faster about newly published pages.
Sitemaps may also be useful for tools that can crawl the site pages to verify any errors.
This package can crawl a sitemap to retrieve the list of all the pages of a site. The package can be helpful to develop tools that need to crawl the site pages.



1. How to Implement a PHP Social Network Project to Let Users Share Videos
Updated on: 2021-09-14
Posted on: 2021-09-14
Blog: mtube package blog
Package: mtube
This package allows to easily create independent sites to let users share videos, so it can work like a social network for video.



2. How to Use a PHP Raspberry PI GPIO Library To Communicate with the Hardware Ports Directly Without Using shell_exec()
Updated on: 2021-10-13
Posted on: 2021-09-14
Blog: PHP Led Raspberry PI package blog
Package: PHP Led Raspberry PI
It is also possible to use pure PHP code to control the device to perform the same operations.
Read this tutorial article to learn how to control LED lights connected to a Raspberry PI device using PHP code using simple example code.



1. How to Implement a PHP Color Background Matching Solution to Find Optimal Colors to Contrast Text
Updated on: 2021-09-13
Posted on: 2021-09-13
Blog: PHP Color Class package blog
Package: PHP Color Class
Using the right colors may help users to make the best use of applications, not only for aesthetic purposes but also to draw attention to important messages that appear.
The right colors can make important text contrast well when displayed in the background with the right color.
This package provides means to manipulate color values in a useful way. It provides a trait, so its functionality is available from inside any other class.



1. How to Use a PHP SEO Library to Find the Best Keywords to Use on a Page and Make it Rank Better on Google
Updated on: 2021-09-10
Posted on: 2021-09-10
Blog: PHP Search Analytics Utilities package blog
Package: PHP Search Analytics Utilities
This package can find the keywords equivalent to other given keywords and are used by more Google users.



1. How to Implement a PHP Raspberry PI Solution to Control a LED Light System
Updated on: 2021-09-08
Posted on: 2021-09-08
Blog: PHP Led Raspberry PI package blog
Package: PHP Led Raspberry PI
This package demonstrates how to control a Raspberry PI-based LED light system using PHP.



1. How Make PHP Site Compliant with Privacy Laws like LGPD and GDPR
Updated on: 2021-09-07
Posted on: 2021-09-07
Blog: Laravel LGPD package blog
Package: Laravel LGPD
The law is complex. Businesses and other institutions need to comply with a lot of requirements of the law.
People need to be presented with many terms to understand what happens with their personal data when they sign up for a service that needs to comply with the LGPD law.
Users need to state that they understand and agree with all services' terms to comply with the LGPD law.
This package provides a solution to manage all the terms of the LGPD law that the service implements, and each user agrees.



1. How to Implement a PHP Image Detection Solution that Can Find If a Picture Contains Forbidden Content
Updated on: 2021-09-03
Posted on: 2021-09-03
Blog: PHP PicPurify API package blog
Package: PHP PicPurify API
However, there is always the risk that some users may submit inadequate pictures.
This package helps developers detect if a picture may be of a type that is not acceptable for publication, so a human may review it later to confirm if the picture is inadequate and avoid being published.


