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.
1065. How to Create Better PHP Admin Pages For Your Web Site
Updated on: 2021-09-08
Posted on: 2021-09-07
The admin pages tend to follow the same pattern when it comes to functions and design. Therefore you can create these admin pages faster if automated tools can generate them.
Read this article on how the AutoBackOffice tool can help you create admin pages faster with all the features you need.
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.
