wordproof / wordpress-sdk
WordPress SDK
Installs: 320 761
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 12
Requires
- php: ^5.6.20 || ^7.0 || ^8.0
- ext-json: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- phpunit/phpunit: ^9
- spatie/ray: ^1.21
- wpengine/wpengine-coding-standards: dev-master
- yoast/yoastcs: ^2.0
- dev-master
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.21
- 1.2.20
- 1.2.19
- 1.2.18
- 1.2.17
- 1.2.16
- 1.2.15
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.0
- 0.5.0
- 0.3.0
- 0.2.0
- 0.1.1
- 0.1.0
- 0.0.10
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-dev/certificate-button-block
- dev-feature/linkedin-identity
- dev-dev/MYV2-17
- dev-add-modal-possibility
- dev-add-noindex-to-api-pages
- dev-development
- dev-remove-uikit-unpkg
- dev-extract-translations
- dev-feature/template-engine
This package is auto-updated.
Last update: 2025-03-06 13:37:53 UTC
README
Requirements
- PHP 7.1.3+
Installation
composer require wordproof/wordpress-sdk
Usage
use WordProof\SDK\WordPressSDK; add_action('init', 'init_sdk'); function init_sdk() { WordPressSDK('your-partner-slug', 'staging')->getInstance()->certificate()->initialize(); } //Use in different parts of your application. do_action('wordproof_authenticate'); do_action('wordproof_timestamp', $post);