Download the PHP package potibm/phluesky without Composer
On this page you can find all versions of the php package potibm/phluesky. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download potibm/phluesky
More information about potibm/phluesky
Files in potibm/phluesky
Package phluesky
Short Description An small PHP library for posting messages to the bluesky social network using the AT Protocol.
License MIT
Informations about the package phluesky
phluesky
An small PHP library for Bluesky social using the AT Protocol.
Usage
Install
Installing using composer is suggested
You will need a PSR-7, PSR-17 and PSR-18 client or adapter from this list. For development symfony/http-client and nyholm/psr7 are used.
The HTTP service discovery will do the magic. In most cases no additional steps are required.
Setup and posting a simple message
Adding mentions and links from post text
Adding mentions and links and tags from post text
Adding images
https://atproto.com/blog/create-post#images-embeds
Adding website card embeds
https://atproto.com/blog/create-post#website-card-embeds
Reply to a post
https://atproto.com/blog/create-post#replies
Quote a post
https://atproto.com/blog/create-post#quote-posts
Handling errors
While performing requests using the API, exceptions may be thrown.
The exceptions are of the base type potibm\Bluesky\Exception\Exception
.
The exception message will contain details from the API.
License
The MIT License (MIT). Please see License File for more information.
All versions of phluesky with dependencies
ext-fileinfo Version *
psr/http-client Version ^1.0
psr/http-client-implementation Version *
psr/http-factory Version ^1.0
psr/http-factory-implementation Version *
psr/http-message Version ^2.0
psr/http-message-implementation Version *
php-http/discovery Version ^1.19