# L框架 **Repository Path**: l-eru/l-framework ## Basic Information - **Project Name**: L框架 - **Description**: 基于swoole和phalcon的PHP框架 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-24 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # L框架 #### Description 基于swoole和phalcon的PHP框架 ## 安装 ``` $ composer create-project l-eru/framework ``` # 启动服务 ```shell $ php server.php ``` # 从浏览器访问 http://127.0.0.1:9501