2017 © Pedro Peláez
 

library inpsyde

A composer package, which serves the functionality working with WordPress Nonce.

image

rhamoudi/inpsyde

A composer package, which serves the functionality working with WordPress Nonce.

  • Monday, June 18, 2018
  • by rhamoudi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

inpsyde


A composer package, which serves the functionality working with WordPress Nonce, (*1)


Installation with composer

This SDK uses composer., (*2)

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you., (*3)

For more information on how to use/install composer, please visit: https://github.com/composer/composer, (*4)

To install the package into your project, simply, (*5)

$ composer require rhamoudi/inpsyde

Requirements

Php versions 7.0 and newer., (*6)

Quick start and examples

$context = new WPNonceContext;
$nonce_value = $context->createNonce('test_nonce');

Available Methods

$context = new WPNonceContext;

$context->createNonce('test_nonce1')
    ->changeAction('test_nonce')
    ->changeErrors(true)
    ->errorMessage('Your WordPress Nonce is not valid');

Get Action

    ->action();

Get Errors

    ->errors();

Get ErrorMessage

    ->errorMessage();

The Versions

18/06 2018

dev-master

9999999-dev https://inpsyde.com

A composer package, which serves the functionality working with WordPress Nonce.

  Sources   Download

MIT

The Requires

 

The Development Requires