brbrr / jetpack-connection
Everything needed to connect to the Jetpack infrastructure
v1.9.2
2020-03-13 13:59 UTC
Requires
Requires (Dev)
- php-mock/php-mock: ^2.1
- phpunit/phpunit: ^5.7 || ^6.5 || ^7.5
README
Let's talk to wordpress.com!
Get Started
Package is published in Packagist. We recommend using the latest version there, or you can also test with the latest development versions like below:
"require": {
"automattic/jetpack-autoloader": "dev-master",
"automattic/jetpack-config": "dev-master",
"automattic/jetpack-connection": "dev-master"
}
Examples
- Register the site
- Authorize the user
- In-place user auth @todo
- Disconnecting @todo