revolution / atproto-lexicon-contracts
Auto generated pure PHP interface and enum
1.0.27
2024-11-13 08:25 UTC
Requires
- php: ^8.2
Requires (Dev)
- guzzlehttp/guzzle: ^7.9
This package is auto-updated.
Last update: 2024-11-13 08:25:38 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.15",
Example client
php ./example/example.php
Implementation
LICENCE
MIT