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.
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.
2. How Can PHP Print Labels using HTML to Personalize the Label Contents
Updated on: 2021-09-01
Posted on: 2021-09-01
Blog: PHP Print Labels to PDF package blog
Package: PHP Print Labels to PDF
You can generate a label document in a word processing program and then send the label to a printer.
However, when you need to generate many labels with different text, for instance, to show the names of different people, it is a lot of work to create those label documents manually.
This package provides a more automated solution that can generate personalized labels in great quantity in less time.
It generates a PDF document with the spaces for each label. Then an application defines the content of each label using HTML.
1. How to Implement a List of Validations to Apply to HTTP Request Parameters using Filter Classes
Updated on: 2021-08-30
Posted on: 2021-08-30
Blog: Ionizer PHP Filter Input package blog
Package: Ionizer PHP Filter Input
There are many solutions to validate and filter values of common types.
This package provides a solution that developers can adapt to validate filter any value by using classes that can perform any verification of the input values.
