Getting Started (Developers)
Installation
How to install FoPost SDK packages via Composer.
Installation
Requirements
| Requirement | Version |
|---|---|
| PHP | 8.1 or higher |
| ext-curl | * |
| ext-json | * |
PHP (standalone)
composer require owlstack/cloudThis installs owlstack/cloud (the API client) and owlstack/core (interfaces, value objects) automatically.
Laravel
composer require owlstack/laravelThis installs owlstack/laravel, owlstack/cloud, and owlstack/core automatically.
Then publish the config file:
php artisan vendor:publish --tag=owlstack-configAdd your API key to .env:
OWLSTACK_API_KEY=your-api-key-hereSee the Laravel quick start for setup details.
WordPress
Download the OwlStack plugin from the OwlStack dashboard or install via Composer:
cd wp-content/plugins/owlstack-wordpress
composer installActivate the plugin from WP Admin > Plugins, then enter your API key in WP Admin > OwlStack > Settings.
See the WordPress quick start for setup details.
Get your API key
- Sign up at app.owlstack.app
- Create a project
- Copy your API key from the project dashboard
- Connect your social media platforms via OAuth
Free trial available
All plans start with a free trial. The Starter plan is $19/mo. No credit card required to get started.