PHPackages                             skumar/wpnonce\_oops - 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. skumar/wpnonce\_oops

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

skumar/wpnonce\_oops
====================

Wordpress nonce functions implemented in object oriented way

00PHPCI failing

Since Jan 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/techbin/wpnonce_oops)[ Packagist](https://packagist.org/packages/skumar/wpnonce_oops)[ RSS](/packages/skumar-wpnonce-oops/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

WPNonce OOPS
============

[](#wpnonce-oops)

Simple WordPress Nonce package that serves the purpose of working with Wordpress Nonces in an object oriented way. Package also comes with Unit Tests to test the nonces. The tests use Brain\\Monkey to run and pass in isolation.

Table Of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)

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

[](#installation)

The best way to use this package is through Composer: Extract the files and copy in vendor folder

```
$ composer install or update
```

Run the tests:

```
$ vendor/bin/phpunit
```

### Requirements

[](#requirements)

This package requires PHP 7.0 or higher.

Usage
-----

[](#usage)

```
