# hyperf-iot **Repository Path**: gusuling/hyperf-iot ## Basic Information - **Project Name**: hyperf-iot - **Description**: 基于hyperf开发的物联网卡系统,saas云端智能架构,多营运商同行运维,支持市场几乎所有物联系统互通,资源无缝接入 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 88 - **Created**: 2020-12-23 - **Last Updated**: 2020-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基本介绍 基于hyperf开发的物联网卡系统,saas云端智能架构,多营运商同行运维,支持市场几乎所有物联系统互通,资源无缝接入 # 主要实现 无限三级客户群体,返佣管理,库存划卡,流量池通道,套餐自定义,卡板管理,订单管理,定时任务,卡板充值等核心功能 # 注 本项目非完全开源,只公开部分核心实现代码供于参考,如需完整版请联系作者! # 环境要求 - PHP >= 7.2 - Swoole PHP extension >= 4.4,and Disabled `Short Name` - OpenSSL PHP extension - JSON PHP extension - PDO PHP extension (If you need to use MySQL Client) - Redis PHP extension (If you need to use Redis Client) - Protobuf PHP extension (If you need to use gRPC Server of Client) # Installation using Composer The easiest way to create a new Hyperf project is to use Composer. If you don't have it already installed, then please install as per the documentation. To create your new Hyperf project: $ composer create-project hyperf/hyperf-skeleton path/to/install Once installed, you can run the server immediately using the command below. $ cd path/to/install $ php bin/hyperf.php start This will start the cli-server on port `9501`, and bind it to all network interfaces. You can then visit the site at `http://localhost:9501/` which will bring up Hyperf default home page.