https://github.com/violinist-dev/chanbooru-interface
A PHP interfaces used to create PHP SDKs for imageboards like Danbooru, Konachan and others.
https://github.com/violinist-dev/chanbooru-interface
Last synced: about 1 year ago
JSON representation
A PHP interfaces used to create PHP SDKs for imageboards like Danbooru, Konachan and others.
- Host: GitHub
- URL: https://github.com/violinist-dev/chanbooru-interface
- Owner: violinist-dev
- License: mit
- Created: 2018-08-25T01:48:57.000Z (almost 8 years ago)
- Default Branch: dev
- Last Pushed: 2019-02-17T18:29:33.000Z (over 7 years ago)
- Last Synced: 2025-02-15T02:15:30.176Z (over 1 year ago)
- Language: PHP
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chanbooru Interface
[](https://travis-ci.org/desu-project/chanbooru-interface)
[](https://packagist.org/packages/desu-project/chanbooru-interface)
[](https://packagist.org/packages/desu-project/chanbooru-interface)
It's collection of PHP interfaces useful for creating PHP SDKs for structured imageboards like Danbooru, Konachan and others.
## Installation
````
composer require desu-project/chanbooru-interface
````
## Implementations
### Desu Project's implementations
* [desu-project/danbooru-sdk](https://github.com/desu-project/danbooru-sdk) for [Danbooru](https://danbooru.donmai.us)
* [desu-project/konachan-sdk](https://github.com/desu-project/konachan-sdk) for [Konachan](https://konachan.com)
* [desu-project/yandere-sdk](https://github.com/desu-project/yandere-sdk) for [Yandere](https://yande.re)
### Community's implementations
There are no yet. Suggest yours via [issue](https://github.com/desu-project/chanbooru-interface/issues) or [pull request](https://github.com/desu-project/chanbooru-interface/pulls).
## License
Chanbooru Interface is licensed under MIT license. For further details see [LICENSE](LICENSE) file.