FoPost LogoFoPost Docs
Getting Started (Developers)

Installation

How to install FoPost SDK packages via Composer.

Installation

Requirements

RequirementVersion
PHP8.1 or higher
ext-curl*
ext-json*

PHP (standalone)

composer require owlstack/cloud

This installs owlstack/cloud (the API client) and owlstack/core (interfaces, value objects) automatically.

Laravel

composer require owlstack/laravel

This installs owlstack/laravel, owlstack/cloud, and owlstack/core automatically.

Then publish the config file:

php artisan vendor:publish --tag=owlstack-config

Add your API key to .env:

OWLSTACK_API_KEY=your-api-key-here

See 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 install

Activate 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

  1. Sign up at app.owlstack.app
  2. Create a project
  3. Copy your API key from the project dashboard
  4. 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.

On this page