jeffarrubla/wp-nonce

There is no license information available for the latest version (dev-master) of this package.

Class to use wp_nonce_*() functions in an object oriented way.

dev-master 2018-02-23 18:41 UTC

This package is not auto-updated.

Last update: 2024-04-21 13:00:48 UTC


README

Class to use wp_nonce_*() functions in an object oriented way.

These functions are:

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Installing

Clone the project

git clone https://github.com/jeffarrubla/wp_nonce.git

download the zip or using composer

{
    "require": {
        "jeffarrubla/wp-nonce": "dev-master",
        "php": ">=5.4"
    }
} 

Running the tests

To test that the wp_nonce_*() functions can be called from the class. To test install using composer, it requires:

To run the test do:

phpunit --bootstrap tests/bootstrap.php  tests/WPNonceTest

or

phpunit --bootstrap tests/bootstrap.php  tests/WPNonceTest  --testdox

Deployment

Prerequisites

License

GPL2