Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kawax/atproto-lexicon-contracts
https://github.com/kawax/atproto-lexicon-contracts
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kawax/atproto-lexicon-contracts
- Owner: kawax
- License: mit
- Created: 2024-11-05T01:52:20.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T04:04:58.000Z (about 2 months ago)
- Last Synced: 2024-11-12T05:17:28.979Z (about 2 months ago)
- Language: PHP
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AtProto Lexicon Contracts
Auto generated pure PHP interface and enum that you can use to create your own client.
## Requirements
- PHP >= 8.2## Installation
```shell
composer require revolution/atproto-lexicon-contracts
```### Uninstall
```shell
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
[PublicClient.php](./example/PublicClient.php)
```bash
php ./example/example.php
```## Implementation
- Laravel https://github.com/kawax/laravel-bluesky## LICENCE
MIT