Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/biyuehu/ial-apis
- Owner: BIYUEHU
- License: mit
- Created: 2023-10-06T03:46:05.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-30T06:42:38.000Z (11 months ago)
- Last Synced: 2024-01-30T07:36:47.161Z (11 months ago)
- Topics: api, apis, hitokoto, hitokoto-api, php, php7, pixiv, pixiv-api
- Language: PHP
- Homepage: https://hotaru.icu/api/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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' => ''
]
];
```