PHPackages                             mov/php-bluesky - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mov/php-bluesky

ActiveLibrary[API Development](/categories/api)

mov/php-bluesky
===============

A simple php api client for bluesky

0.2.0(2y ago)032MITPHP

Since Nov 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/movsky/bluesky-api-php)[ Packagist](https://packagist.org/packages/mov/php-bluesky)[ RSS](/packages/mov-php-bluesky/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

bluesky-api-php
===============

[](#bluesky-api-php)

Installation
------------

[](#installation)

`composer require mov/php-bluesky:dev-main`

Basic Usage
-----------

[](#basic-usage)

```
// Simple text post
$blueskyClient = new BlueskyClient();
$blueskyClient->authenticate('', '');
$blueskyClient->post('Post something.');

// Upload image and post it
$blueskyClient = new BlueskyClient();
$blueskyClient->authenticate('', '');
$image = file_get_contents('');
$contentType = mime_content_type('');
$responseJson = $blueskyClient->uploadBlob($image, $contentType);
$response = json_decode($responseJson, true);
$embed = [
    '$type' => 'app.bsky.embed.images',
    'images' => [
        [
            'alt' => 'A test image',
            'image' => $response['blob'],
        ],
    ]
];
$blueskyClient->post('Additional text', $embed);
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 89.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~40 days

Total

3

Last Release

838d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd901f65e91366a29269e194a3c26095424b0404512a5f98c0764f5d94ba4538?d=identicon)[movsky](/maintainers/movsky)

---

Top Contributors

[![movsky](https://avatars.githubusercontent.com/u/3482728?v=4)](https://github.com/movsky "movsky (17 commits)")[![stefan-quentic](https://avatars.githubusercontent.com/u/159779256?v=4)](https://github.com/stefan-quentic "stefan-quentic (2 commits)")

### Embed Badge

![Health badge](/badges/mov-php-bluesky/health.svg)

```
[![Health](https://phpackages.com/badges/mov-php-bluesky/health.svg)](https://phpackages.com/packages/mov-php-bluesky)
```

###  Alternatives

[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[storyblok/php-content-api-client

PHP Client for Storyblok Content API

11136.8k4](/packages/storyblok-php-content-api-client)[storyblok/php-management-api-client

Storyblok PHP Client for Management API

1224.4k1](/packages/storyblok-php-management-api-client)[smnandre/pagespeed-api

PageSpeed Insight PHP Api Client 🚀 Analyse web pages for performances metrics, core web vitals...

1511.5k](/packages/smnandre-pagespeed-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
