1067. How to Turn an Open Source PHP Project into Your Own Business - 14 Minutes of the Lately in PHP Podcast Episode 89 part 2
Updated on: 2021-09-23
Posted on: 2021-09-23
Turning an Open Source project into a successful business is one of the main topics commented on by Manuel Lemos and Mike Stowe of the NomadPHP fame in the second part of episode 89 of the Lately in PHP podcast.
They also have commented on why they have not yet upgraded all their projects to use PHP 8.
Listen to the podcast, watch the video with manually edited subtitles in English, read the transcript to learn more about these exciting PHP community topics.



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.



1066. How to Manage a PHP Project that Will Have a Long Life - 10 Minutes of the Lately in PHP Podcast Episode 89 part 1
Updated on: 2021-09-16
Posted on: 2021-09-16
The secret of the long life of these projects is related to the attitude of the PHP developers that started them and many others that collaborated to its success.
The attitude of the developers that participated in these PHP projects is one of the main topics commented on by Manuel Lemos and Mike Stowe of the NomadPHP fame in the first part of episode 89 of the Lately in PHP podcast.
Listen to the podcast, watch the video with manually edited subtitles in English, read the transcript to learn more about these exciting PHP community topics.



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.


