PHPackages                             okuley/wordpress-nonce - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. okuley/wordpress-nonce

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

okuley/wordpress-nonce
======================

Implementation of the whole featured WordPress Nonces in an object oriented way. Included in the root directory is a unit test case.

1264PHP

Since Sep 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/niiokuley/WpNonceOOP)[ Packagist](https://packagist.org/packages/okuley/wordpress-nonce)[ RSS](/packages/okuley-wordpress-nonce/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

WpNonceOOP
==========

[](#wpnonceoop)

A compose package which serves the functionality of working with WordPress Nonces in object oriented environment

Table of contents:

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.3.0
- WordPress &gt;= 4.6

Installation
------------

[](#installation)

You can install this class both on command-line or by pasting it into the root of your plugin directory.

### via Command-line

[](#via-command-line)

Using [Composer](https://getcomposer.org/), add Custom Nonce Class to your plugin's dependencies.

```
composer require okuley/wordpress-nonce:dev-master
```

### Another way

[](#another-way)

1. Download the [latest zip](https://github.com/niiokuley/WpNonceOOP/archive/master.zip) of this repo.
2. Unzip the master.zip file.
3. Copy and paste it into the root of your plugin directory.
4. Continue with your project.

Usage
-----

[](#usage)

Setup the minimum required thigs:

```
