41 Star 107 Fork 35

ideaa / crossphp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
boot.php 250 Bytes
一键复制 编辑 原始数据 按行查看 历史
ideaa 提交于 2020-01-27 21:14 . 更新注释
<?php
/**
* Cross - a micro PHP framework
*
* @link http://www.crossphp.com
* @license MIT License
*/
require __DIR__ . '/src/Core/Loader.php';
require __DIR__ . '/src/Core/Delegate.php';
class_alias('Cross\Core\Delegate', 'Cross');
PHP
1
https://gitee.com/ideaa/crossphp.git
git@gitee.com:ideaa/crossphp.git
ideaa
crossphp
crossphp
master

搜索帮助