automattic/jetpack-connection
Everything needed to connect to the Jetpack infrastructure
Maintainers
Package info
github.com/Automattic/jetpack-connection
Type:jetpack-library
pkg:composer/automattic/jetpack-connection
Requires
- php: >=7.2
- automattic/jetpack-a8c-mc-stats: ^3.0.10
- automattic/jetpack-admin-ui: ^0.9.3
- automattic/jetpack-assets: ^4.3.44
- automattic/jetpack-constants: ^3.0.12
- automattic/jetpack-redirect: ^3.0.15
- automattic/jetpack-roles: ^3.0.12
- automattic/jetpack-status: ^6.1.8
Requires (Dev)
- automattic/jetpack-test-environment: @dev
- automattic/jetpack-wp-abilities: ^0.1.5
- automattic/phpunit-select-config: ^1.0.9
- brain/monkey: ^2.6.2
- yoast/phpunit-polyfills: ^4.0.0
Suggests
- automattic/jetpack-autoloader: Allow for better interoperability with other plugins that use this package.
Provides
None
Conflicts
None
Replaces
None
GPL-2.0-or-later 6afaddf3c491590fe40393beb74597b629cf399d
This package is auto-updated.
Last update: 2026-06-17 16:05:43 UTC
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-trunk",
"automattic/jetpack-config": "dev-trunk",
"automattic/jetpack-connection": "dev-trunk"
}
Guides
- Connection package guide
- Authorizing a user
- Connection health tests
- Connectors screen card
- Connection Abilities (Abilities API)
Tools
Using this package in your WordPress plugin
If you plan on using this package in your WordPress plugin, we would recommend that you use Jetpack Autoloader as your autoloader. This will allow for maximum interoperability with other plugins that use this package as well.
Security
Need to report a security vulnerability? Go to https://automattic.com/security/ or directly to our security bug bounty site https://hackerone.com/automattic.
License
jetpack-connection is licensed under GNU General Public License v2 (or later)
