# iflow_api_project **Repository Path**: mkccl/iflow_api_project ## Basic Information - **Project Name**: iflow_api_project - **Description**: No description available - **Primary Language**: PHP - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-11 - **Last Updated**: 2024-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: Graphql, PHP ## README [![Php Version](https://img.shields.io/badge/php-%3E=8.0.1-brightgreen.svg)](https://secure.php.net/) [![Swoole Version](https://img.shields.io/badge/swoole-%3E=4.5.0-brightgreen.svg)](https://github.com/swoole/swoole-src) [![iflow Framework Version](https://img.shields.io/badge/iflow_framework-%3E=0.0.1-brightgreen.svg)](https://github.com/luotianyil/iflow_framework) [![think-orm Version](https://img.shields.io/badge/think/orm-%3E=2.0.x-brightgreen.svg)](https://www.kancloud.cn/manual/think-orm/1257998) [![iflowFramework Doc](https://img.shields.io/badge/docs-passing-green.svg?maxAge=2592000)](https://www.yuque.com/youzhiyuandemao/ftorkm) # 本项目基于iflowFramework * 本项目API 均为 graphQLAPI > 请求方法为 ``` requestUri: http://127.0.0.1:8080/api/v1/exec/ip requestUri: domain/path/schema request Body { "query": "query ip {\n ipv4:ipv4(ip: \"127.0.0.1\") {\ncity_name\nregion_name\ncountry_name\n}\n}" } ```