Skip to content

佛祖保佑,永无bug!:)

License

Notifications You must be signed in to change notification settings

jyiL/bugFreePhp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BugFree

Latest Stable Version Total Downloads License

佛祖保佑,永无bug!:) just for fun ! 自动在PHP代码头部加上神注释,默认支持utf8和GBK编码的php文件。

安装

composer create-project jyl/bug-free-php path 

test

./vendor/bin/phpunit

example shell

chmod +x bugFree.sh
./bugFree.sh

example php-cli

php bugFree path/filePath    // 单文件、目录
php bugFree path/filePath path/filePath    // 多文件、目录
php bugFree path -del    // 删除佛祖保佑

example

use BugFree\Utils as Utils;

Utils\AddNote::setDel(false);    // 设置属性 true-佛祖保佑 false-删除佛祖保佑
Utils\AddNote::setTargetCharset('utf-8');    // 设置文本编码格式属性
Utils\AddNote::bugfree([$file]);    // $file 文件路径或目录  

ps

更多用法查看tests示例

TODO

  • 单文件
  • 多文件
  • 目录

感谢

本扩展包根据 https://github.com/leon0204/bugFreePhp 修改 。

About

佛祖保佑,永无bug!:)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%