PHP Classes

All package blogs

Recommend this page to a friend!

Latest posts of all package blogs

  PHP Classes blog PHP Classes blog   Blog All package blogs  
  932 - 923   ...   412 - 403   402 - 393   392 - 383   382 - 373   372 - 363   362 - 353   352 - 343   342 - 333   332 - 323   322 - 313   312 - 303   302 - 293   ...   2 - 1  

1. How to Implement a WordPress Security Headers Plugin to Protect You WordPress Instalation

Updated on: 2021-04-08

Posted on:

Blog: Wordpress Secure Headers Helper package blog
Package: Wordpress Secure Headers Helper

The current Web standards define several means to help preventing security vulnerabilities that cause harm to Web site users.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

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:

Blog: WordPress API EndPoint Create package blog
Package: WordPress API EndPoint Create

WordPress is a popular content management system used by many sites to publish blog posts and other types of content.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. NoSQL Database

Updated on: 2021-03-30

Posted on:

Blog: OnTime Core Backend package blog
Package: OnTime Core Backend

Using File System to storage like and alternative to use MYSQL or any other database that need server to administrate the content

Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. A Single Class PHP Password Hashing and Encryption package

Updated on: 2021-03-30

Posted on:

Blog: Oire Colloportus package blog
Package: Oire Colloportus

Password hashing is an useful approach to make more secure systems that need to verify the password that users enter in a way that may be very hard to discover the original password of users, in case there is a breach of user accounts.

Read this article to learn how the Colloportus implements its PHP password hashing solution to simplify the implementation of solutions for storing passwords.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Make a Composite Primary Key in PHP using Eloquent in a Laravel based Application

Updated on: 2021-03-29

Posted on:

Blog: Eloquent Composite Primary Key package blog
Package: Eloquent Composite Primary Key

Usually applications that database tables to store information, define one field that has unique values in all records to be the key to access the record data faster.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

13. How Can the PHP OAuth Client Class Support New OAuth Servers

Updated on: 2022-02-17

Posted on:

Blog: PHP OAuth Library package blog
Package: PHP OAuth Library

OAuth is a flexible protocol that allows accessing APIs on behalf of users of a given service.

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.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Debug PHP Code with Better Highlighting to Locate Important Issues Easier in Debug Logs

Updated on: 2021-03-25

Posted on:

Blog: urp package blog
Package: urp

Debugging applications is a common activity that many developers perform in order to find and fix issues in their code.

As part of the debugging activity, displaying values of variables in certain parts of the code that has issues, is an essential part of the developer work.

This class provides a solution to display variable values that can format the values in a colored way to highlight different parts of the values.

The class can also display the name of the section of the code that is being inspected by showing that name near the values of the variable being displayed, as if it was the name of a function that is calling some code passing the variable value as parameter.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Use a PHP License System to Sell Licenses of PHP Applications to Your Customers

Updated on: 2021-03-24

Posted on:

Blog: PHPLicengine API package blog
Package: PHPLicengine API

When you to live from your software work, one way to make money in a fair way, is to sell licenses to different customers.

Read this short tutorial article to learn how to use the PHP Licengine API to create and distribute your PHP software products with a license for each customer.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Scale MySQL using Docker Containers Setup by PHP to Implement MySQL Replication with Apache Kafka

Updated on: 2021-03-22

Posted on:

Blog: PHP MySQL Replication to Kafka Docker package blog
Package: PHP MySQL Replication to Kafka Docker

Docker is an useful tool that is use to assemble containers that can run with specific software on a server.

When you need to scale an application that uses MySQL, replication is one of the possible solutions that can be used to distribute the database server load among different servers.

Using docker you can assemble a solution for creating multiple MySQL server instances.

This PHP package can be used to manage MySQL replication events in docker contains using Apache kafka.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1. How to Implement a PHP Long Running Process that Uses Linux Systemd to Monitor the Process State

Updated on: 2021-03-22

Posted on:

Blog: PHP Systemd Daemon Notify package blog
Package: PHP Systemd Daemon Notify

Systemd is a set of software blocks that makes part of current Linux distributions to help building tools that perform tasks that can take a long time to finish, like for instance sending newsletters to many subscribers.

Read this article to learn how you can take advantage of the systemd software to simplify the implementation of your own long running PHP processes.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)


  932 - 923   ...   412 - 403   402 - 393   392 - 383   382 - 373   372 - 363   362 - 353   352 - 343   342 - 333   332 - 323   322 - 313   312 - 303   302 - 293   ...   2 - 1  
  PHP Classes blog PHP Classes blog   Blog All package blogs