automattic / jetpack-licensing
管理 Jetpack 许可证的客户端所需的一切。
v2.0.9
2024-09-05 19:34 UTC
Requires
- php: >=7.0
- automattic/jetpack-connection: ^4.0.0
Requires (Dev)
- automattic/jetpack-changelogger: ^4.2.6
- automattic/wordbless: @dev
- yoast/phpunit-polyfills: ^1.1.1
Suggests
- automattic/jetpack-autoloader: Allow for better interoperability with other plugins that use this package.
- dev-trunk / 2.0.x-dev
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.8.4
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.14
- v1.7.13
- v1.7.12
- v1.7.11
- v1.7.10
- v1.7.9
- v1.7.8
- v1.7.7
- v1.7.6
- v1.7.5
- v1.7.4
- v1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.4
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.9
- v1.4.8
- v1.4.7
- v1.4.6
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- 1.4.0
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- dev-prerelease
- dev-fix/slack-workflow-branch-detection
- dev-fix/release-branch-typo
- dev-update/generate-branch-plugin
- dev-release-v1.3.4
- dev-release-v1.3.3
- dev-release-v1.3.2
- dev-release-v1.3.1
- dev-feature/reorg
- dev-release-v1.3.0
- dev-release-v1.2.4
- dev-release-v1.2.3
- dev-release-v1.2.2
- dev-release-v1.2.1
- dev-release-v1.2.0
- dev-release-v1.1.4
- dev-release-v1.1.3
- dev-release-v1.1.2
- dev-release-v1.1.1
- dev-release-v1.1.0
- dev-release-v1.0.0
This package is auto-updated.
Last update: 2024-09-18 03:31:49 UTC
README
一个附加 Jetpack 许可证的许可包。
使用方法
初始化以在以下情况自动附加许可证:
- 当更新
jetpack_licenses
选项时。 - Jetpack 连接。
use Automattic\Jetpack\Licensing; Licensing::instance()->initialize();
附加许可证密钥数组。
use Automattic\Jetpack\Licensing; $licenses = array( 'license_key_1', 'license_key_2' ); $results = Licensing::instance()->attach_licenses( $licenses );
在您的 WordPress 插件中使用此包
如果您计划在您的 WordPress 插件中使用此包,我们建议您使用 Jetpack Autoloader 作为您的自动加载器。这将允许与其他使用此包的插件实现最大兼容性。
安全性
需要报告安全漏洞?请访问 https://automattic.com/security/ 或直接访问我们的安全漏洞赏金网站 https://hackerone.com/automattic。
许可
jetpack-licensing 采用 GNU 通用公共许可证 v2(或更高版本) 许可。