Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/biyuehu/ial-apis

apis system base on php
https://github.com/biyuehu/ial-apis

api apis hitokoto hitokoto-api php php7 pixiv pixiv-api

Last synced: 7 days ago
JSON representation

apis system base on php

Awesome Lists containing this project

README

        

# IAL-APIS

## List

- [agent](./src/agent/) 代理
- [background](./src/background/) 随机二刺猿背景图片(自定义)
- [core](./src/core/) 核心
- [hitokoto](./src/hitokoto/) HOTARU 随机一言(需数据库)
- [huimg](./src/huimg/) HOTARU 随机图片(需数据库)
- [qqavatar](./src/qqavatar/) QQ 头像图片代理
- [seimg](./src/seimg/) Pixiv 随机色图(需数据库)

## Core Config

```php
[
'cycle' => 2,
'cycleNum' => 1,
'refuseMsg' => 'Bad request'
],
'database' => [
'host' => 'localhost',
'port' => 3306,
'dbName' => '',
'userName' => '',
'passWord' => ''
]
];
```