An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Chanbooru Interface

[![Build status](https://api.travis-ci.org/desu-project/chanbooru-interface.svg)](https://travis-ci.org/desu-project/chanbooru-interface)
[![Latest Stable Version](https://poser.pugx.org/desu-project/chanbooru-interface/version)](https://packagist.org/packages/desu-project/chanbooru-interface)
[![Monthly Downloads](https://poser.pugx.org/desu-project/chanbooru-interface/d/monthly)](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.