# phalcon-sharp web service **Repository Path**: ycoder-pro/phalcon-sharp-web-service ## Basic Information - **Project Name**: phalcon-sharp web service - **Description**: phalcon Web Service 骨架 - **Primary Language**: PHP - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-11-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # phalcon-sharp web service ## 基于Phalcon的Web Api 开发框架 ### 目录结构 #### app ##### -- acl `acl 实现` ##### -- adapters `适配器` ##### -- cache `缓存` ##### -- channels `渠道,比如:短信渠道,推送渠道` ##### -- config `配置文件` ##### -- enums `枚举类` ##### -- exceptions `自定义异常类` ##### -- helpers `帮助类` ##### -- http `继承\Phalcon\Http 下的相关类` ##### -- interfaces `接口定义` ##### -- language `接口返回消息定义` ##### -- libraries `自定义类库、第三方类库` ##### -- listeners `监听事件类` ##### -- modules `多模块` ###### -- v1 `版本号相关` ###### --- controllers `控制器` ###### --- language `版本相关的接口返回消息定义` ###### --- models `数据库Model` ###### --- repositories `逻辑资源库` ###### --- Module.php `模块类` ##### -- mvc `继承\Phalcon\Mvc 下的相关类` ##### -- plugins `插件类` ##### -- queue `队列` ##### -- services `服务` ##### -- strategies `策略类` #### public ##### -- index.php `项目开始文件`