# sayhello **Repository Path**: yiyonstore/sayhellosayhello ## Basic Information - **Project Name**: sayhello - **Description**: sayhello - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-25 - **Last Updated**: 2021-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **BaseFx Common:** ## 安装指南 composer 安装 ```json { "require": { "wanghao1/base-fx": "dev-master" }, "repositories": [ { "type": "git", "url": "git@gitweb.base-fx.com:wanghao1/BaseFx.git" } ] } ``` ## Api调用示例 ```php // Shotgun Api 调用示例 use BaseFx\Api\Shotgun; $params = [ 'param1' => 'value1', 'param2' => 'value2', ... ]; Shotgun::getShows($params); ```