revolution / atproto-lexicon-contracts
Auto generated pure PHP interface and enum
Package info
github.com/invokable/atproto-lexicon-contracts
pkg:composer/revolution/atproto-lexicon-contracts
Fund package maintenance!
1.0.93
2026-04-22 23:11 UTC
Requires
- php: ^8.2
Requires (Dev)
- guzzlehttp/guzzle: ^7.9
- laravel/pint: ^1.22
This package is auto-updated.
Last update: 2026-06-24 07:00:27 UTC
README
Auto generated pure PHP interface and enum that you can use to create your own client.
Requirements
- PHP >= 8.2
Installation
composer require revolution/atproto-lexicon-contracts
Uninstall
composer remove revolution/atproto-lexicon-contracts
Versioning
Versioning is also automatic, so even if a breaking change is included, only the patch version will change. If you want to avoid the impact of breaking changes, use a fixed version.
// composer.json
"revolution/atproto-lexicon-contracts": "1.0.85",
Example client
php ./example/example.php
Implementation
LICENSE
MIT