1. How to Verify Packages Installed with PHP Composer to Perform Security Checks On Them
Updated on: 2021-04-08
Posted on: 2021-04-08
Blog: PHP Security Checker package blog
Package: PHP Security Checker
This package takes advantage of that possibility to determine if a project is using packages that have security vulnerabilities by checking the Security Checker API.



1. How You Can Develop GUI Based Applications using a PHP MVP Design Pattern Implementation
Updated on: 2021-04-07
Posted on: 2021-04-07
Blog: Mezon PHP MVP Presenter package blog
Package: Mezon PHP MVP Presenter
This package provides an implementation of the Model-View-Presenter design pattern that can be used by PHP applications.



2. How to Improve WordPress Security by Issuing HTTP Headers that Can Be Used to Prevent Common Exploits
Updated on: 2021-04-06
Posted on: 2021-04-06
Blog: Wordpress Secure Headers Helper package blog
Package: Wordpress Secure Headers Helper
This class can be used to send those HTTP headers in a WordPress applications. It makes it easier to develop more secure WordPress based sites and plugins.



1. How to Implement a Marriage Matching Algorithm in PHP to Check If a Couple Will Have a Happy Marriage
Updated on: 2021-04-02
Posted on: 2021-04-02
Blog: Kundli Matching Marriage package blog
Package: Kundli Matching Marriage
This class provides a possible solution to determine if two people can match for marriage by performing some calculations with their birthday dates.
It compute a matching level score that can be used to give an idea of how a couple can match.



1. How to Implement a WordPress Security Headers Plugin to Protect You WordPress Instalation
Updated on: 2021-04-08
Posted on: 2021-04-01
Blog: Wordpress Secure Headers Helper package blog
Package: Wordpress Secure Headers Helper
Some of those means include using specific HTTP headers as part of the response of Web servers to browsers that access the Web sites.
Read this article to learn how you can improve the security of Web sites that use WordPress by creating your own plugins that send those HTTP headers meant to protect your Web site users against security exploits.



1. How Can a Plugin Improve the WordPress API Integration Adding New API Endpoints with an API Class Generator
Updated on: 2021-03-31
Posted on: 2021-03-31
Blog: WordPress API EndPoint Create package blog
Package: WordPress API EndPoint Create
Its capabilities can be expanded by the means of plugins that enhance the list of features that WordPress can provide to its users.
WordPress also provides an API that can be called by external applications to integrate with WordPress.
This package can be used by plugin developers to improve the WordPress API with new function endpoints that can be called by external applications to integrate with new plugins that use the package.



1. NoSQL Database
Updated on: 2021-03-30
Posted on: 2021-03-30
Blog: OnTime Core Backend package blog
Package: OnTime Core Backend



1. A Single Class PHP Password Hashing and Encryption package
Updated on: 2021-03-30
Posted on: 2021-03-30
Blog: Oire Colloportus package blog
Package: Oire Colloportus
Read this article to learn how the Colloportus implements its PHP password hashing solution to simplify the implementation of solutions for storing passwords.



1. How to Make a Composite Primary Key in PHP using Eloquent in a Laravel based Application
Updated on: 2021-03-29
Posted on: 2021-03-29
Blog: Eloquent Composite Primary Key package blog
Package: Eloquent Composite Primary Key
However, in certain applications there is the need to use more than one table field as unique value key to access the table records faster.
This package provides a trait that can be used with Laravel model objects to define which fields will be used as primary keys composed with values of more than one field.



13. How Can the PHP OAuth Client Class Support New OAuth Servers
Updated on: 2022-02-17
Posted on: 2021-03-26
Blog: PHP OAuth Library package blog
Package: PHP OAuth Library
Despite OAuth is a standard, accessing a new OAuth server requires to create custom code to access the respective API or configure a generic OAuth client like this PHP OAuth client class to adapt its behaviour to access OAuth server using specific configuration values.
Read this article to learn how to support a new OAuth server just by adding a few lines to the JSON configuration file that this PHP OAuth client users.


