# hyperf-iot **Repository Path**: haozd/hyperf-iot ## Basic Information - **Project Name**: hyperf-iot - **Description**: hyperf-iot 是基于 Hyperf v2.1+VUE Primen 开发的物联网卡系统,saas云端智能架构,实现的高性能(PHP协程、PHP微服务)、高灵活性、前后端分离(后台),PHP 持久化框架,助力管理系统敏捷开发,长期持续更新中。 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/bufanyun - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 89 - **Created**: 2021-01-21 - **Last Updated**: 2021-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基本介绍 hyperf-iot基于Hyperf v2.1、VUE+Prime Pro开发的前后分离管理后台,内容管理系统 ## 主要特性 * 基于`Auth`验证的权限管理系统 * 支持无限级父子级权限继承,父级的管理员可任意增删改子级管理员及权限设置 * 支持单管理员多角色 * 支持管理子级数据或个人数据 * 完善的前端功能组件开发 * 基于`Prime Pro`二次开发 * 基于`vue`开发,自适应手机、平板、PC * 基于`Less`进行样式开发 * 通用的会员模块和API模块 * 共用同一账号体系的Web端会员中心权限验证和API接口会员权限验证 ## 页面展示 * 控制台 ![控制台](https://images.gitee.com/uploads/images/2021/0106/162041_4f4c0b7c_5102272.png "屏幕截图.png") * 列表 ![列表](https://images.gitee.com/uploads/images/2021/0106/162247_3a970594_5102272.png "屏幕截图.png") ## 注 本项目还在持续开发中,遇到问题请联系作者! ## 环境要求 - PHP >= 7.3 - Swoole PHP extension >= 4.5,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.