文件名称:cliphp:Cliphp 代表 *Command Line Interface for PHP*,是一个用 PHP 构建脚本的框架
文件大小:99KB
文件格式:ZIP
更新时间:2024-07-01 09:36:32
PHP
剪辑 Cliphp 仍在开发中。 根据项目的需要可能会发生剧烈的变化。 如果您要更新代码,请小心。 Cliphp 代表PHP 的命令行界面,是一个使用 PHP 5.3+ 构建脚本的框架 当前版本: 0.1-beta () 快速示例 在scripts目录中创建一个文件script.php 。 <?php // The class name must be CamelCase and have the same name as the file. class Script extends Clip { // Script version. Although not mandatory it useful to keep // track of versions. const SCRIPT_VERSION = '0.0.1' ; // Configuration fun
【文件预览】:
cliphp-master
----.travis.yml(86B)
----changelog.md(51B)
----phpunit.xml(791B)
----docs()
--------Readme.md(20KB)
----builder.php(757B)
----tests()
--------bootstrap.php(122B)
--------tests()
--------resources()
--------_testScript.php(652B)
----Readme.md(2KB)
----LICENSE(1KB)
----src()
--------index.php(218B)
--------core()
--------config.php(521B)
--------examples()
--------libraries()
--------scripts()
----.gitignore(66B)