1 Star 0 Fork 26

郑州梦星物联网科技有限公司/php-console

forked from inhere/php-console 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sami.doc.inc 704 Bytes
一键复制 编辑 原始数据 按行查看 历史
inhere 提交于 2018-05-07 10:07 . update some class
<?php
use Sami\Sami;
use Sami\Version\GitVersionCollection;
use Symfony\Component\Finder\Finder;
$iterator = Finder::create()
->files()
->name('*.php')
->notName('routes.php')
->exclude(['test', 'example'])
->in([
__DIR__ . '/src/'
]);
$versions = GitVersionCollection::create(__DIR__);
return new Sami($iterator, [
// 'theme' => 'enhanced',
// 'versions' => $versions,
'title' => 'Inhere Console Classes Documentation',
'build_dir' => __DIR__ . '/classes/%version%',
'cache_dir' => __DIR__ . '/caches/%version%',
'default_opened_level' => 1,
// 'store' => new MyArrayStore,
]);
/**
* usage: php sami.phar update --force sami.doc.inc
*/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/mengxingiot/php-console.git
git@gitee.com:mengxingiot/php-console.git
mengxingiot
php-console
php-console
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385