crock/wordpress-parse-user

A truly mega quiz

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:wordpress-plugin

v1.2 2020-09-27 06:52 UTC

This package is auto-updated.

Last update: 2024-04-15 07:50:36 UTC


README

Introduction

The plugin is parse the JSON response and display an HTML table.

Requirements

PHP version 7.4 and higher

Installation using Git

The easiest way to upload the plugin is to use Git. If you don't have it already installed, then please install as per the documentation.

To upload your plugin into the folder wp-content/plugins:

$  git clone git@github.com:LeikoDmitry/wp-parse-users.git wp-parse-users

Or

$  git clone https://github.com/LeikoDmitry/wp-parse-users.git wp-parse-users

After that you should change directory:

$ cd wp-parse-users

Then you need update all dependencies via composer. If you don't have it already installed, then please install as per the documentation.

$ composer install --no-dev

QA Tools

The plugin does not come with any QA tooling by default, but does ship with a configuration for each of:

If you want to add these QA tools, execute the following:

$ composer install

We provide aliases for each of these tools in the Composer configuration:

# Run CS checks:
$ composer cs-check
# Fix CS errors:
$ composer cs-fix
# Run PHPUnit tests:
$ composer test