automattic / jetpack-blaze
Attract high-quality traffic to your site using Blaze.
Installs: 8 012
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Type:jetpack-library
Requires
- php: >=7.0
- automattic/jetpack-assets: ^2.3.13
- automattic/jetpack-connection: ^5.1.6
- automattic/jetpack-constants: ^2.0.5
- automattic/jetpack-plans: ^0.4.13
- automattic/jetpack-redirect: ^2.0.5
- automattic/jetpack-status: ^4.0.3
- automattic/jetpack-sync: ^3.14.4
Requires (Dev)
- automattic/jetpack-changelogger: ^4.2.8
- 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 / 0.24.x-dev
- v0.23.3
- v0.23.2
- v0.23.1
- v0.23.0
- v0.22.12
- v0.22.11
- v0.22.10
- v0.22.9
- v0.22.8
- v0.22.7
- v0.22.6
- v0.22.5
- v0.22.4
- v0.22.3
- v0.22.2
- v0.22.1
- v0.22.0
- v0.21.10
- v0.21.9
- v0.21.8
- v0.21.7
- v0.21.6
- v0.21.5
- v0.21.4
- v0.21.3
- v0.21.2
- v0.21.1
- v0.21.0
- v0.20.3
- v0.20.2
- v0.20.1
- v0.20.0
- v0.19.3
- v0.19.2
- v0.19.1
- v0.19.0
- v0.18.1
- v0.18.0
- v0.17.0
- v0.16.0
- v0.15.3
- v0.15.2
- v0.15.1
- v0.15.0
- v0.14.3
- v0.14.2
- v0.14.1
- v0.14.0
- v0.13.0
- v0.12.3
- v0.12.2
- v0.12.1
- v0.12.0
- v0.11.0
- v0.10.4
- v0.10.3
- v0.10.2
- v0.10.1
- v0.10.0
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.1
- v0.8.0
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.0
- v0.5.14
- v0.5.13
- v0.5.12
- v0.5.11
- v0.5.10
- v0.5.9
- v0.5.8
- v0.5.7
- v0.5.6
- v0.5.5
- v0.5.4
- v0.5.3
- v0.5.2
- v0.5.1.2
- v0.5.1.1
- v0.5.1
- v0.5.0
- v0.4.0
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.0
- dev-prerelease
- dev-release-v0.5.7
- dev-release-v0.5.1.2
- dev-release-v0.5.1.1
- dev-release-v0.5.1
- dev-release-v0.3.3
This package is auto-updated.
Last update: 2024-11-05 01:54:11 UTC
README
Attract high-quality traffic to your site using Blaze. Using this service, you can advertise a post or page on some of the millions of pages across WordPress.com and Tumblr.
How to install blaze
Package is published in Packagist.
Use composer to add the package to your project:
composer add automattic/jetpack-blaze
Initializing the feature
Direct invocation
You can directly invoke the feature with a method call:
use Automattic\Jetpack\Blaze; Blaze::init();
Development
Production
jetpack build -p packages/blaze
Development
jetpack build packages/blaze
Development Watching Mode 👀
jetpack watch packages/blaze
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
blaze is licensed under GNU General Public License v2 (or later)