Rated 4 out of 5 on Trustpilot

The PHP SDK for social media posting

Schedule and publish to all 11 platforms from PHP 8.1+. No Composer dependencies, Stripe-style array params, and first-class fit in Laravel and Symfony apps.

Schedule your first post

1use Illuminate\Support\Facades\Route;
2use OmniSocials\Client;
3
4Route::post('/launch', function () {
5 $client = new Client(); // reads OMNISOCIALS_API_KEY
6
7 $post = $client->posts->create([
8 'content' => request('content'),
9 'channels' => ['instagram', 'linkedin', 'x'],
10 'scheduled_at' => '2026-07-21T09:00:00Z',
11 ]);
12
13 return response()->json($post['data']);
14});
Read the docs

Built the way PHP developers expect

No Composer dependencies

Built on ext-curl and ext-json only, with PSR-4 autoloading and PSR-12 style. Nothing to reconcile with your existing lock file.

Feels like Stripe

Resource objects with array params: $client->posts->create([...]). If you have integrated Stripe, you already know this SDK.

Automatic retries

Exponential backoff with jitter on rate limits, server errors and network failures. Honors Retry-After, never retries non-idempotent requests.

Webhook verification built in

Stripe-style signature verification with constant-time comparison, so publish and engagement events reach your app safely.

The full API surface

Posts, media uploads, folders, accounts, analytics, best times, the social inbox and webhooks. Every v1 endpoint, one client.

The whole API, not a subset

The PHP SDK covers every v1 endpoint, the same surface as the REST API.

Posts

Create, schedule, update and publish posts, stories and reels across all 11 platforms, including X threads and platform-specific options.

Media

Upload images, video and PDFs from files, URLs or base64, up to 1GB via presigned uploads, with automatic compatibility checks per platform.

Analytics

Pull per-post and per-account metrics, workspace overviews and best times to post, ready for your own dashboards.

Inbox

Manage the social inbox from code: list DM, comment and mention conversations, pull full message threads, mark them read and send replies.

Webhooks

Subscribe to publish, failure and engagement events with signed payloads and a rotate-secret endpoint.

Accounts & folders

List connected accounts and organize content into folders, so your integration mirrors how the team works.

Locations

Search and validate taggable locations for platforms that support them.

Simple Pricing

Start building with PHP today

One plan, every endpoint, all 11 platforms.

Start building for
$10/month

Try for 14 days

Everything you need to start:

  • Unlimited scheduled posts
  • Unified social inbox
  • Basic analytics
  • Schedule posts, stories & reels
  • Invite colleagues and or clients to collaborate
  • Public API & MCP server access
  • 24/5 Support

Need more accounts or team features? View all plans →

Setup in 2 minutes
Cancel anytime

Frequently asked questions

Can't find your question answered?

Reach out to support