ptlis/vcs
Composer 安装命令:
composer require ptlis/vcs
包简介
Tools for working with version control systems.
README 文档
README
A simple VCS wrapper for PHP attempting to offer a consistent API across VCS tools.
Cautions
- None of this is utf-8 safe - there's a bunch of manual string manipulation done in a really unsafe way - investigate feasbility of requiring mbstring (or similar).
TODO
- XML all the (svn) things!
- Add wrapper to safely parse - see http://stackoverflow.com/a/4583190 for example
- Split tests - integration & unit tests
- Integration svn tests require access to svnserve & co.
- Check for presence of git & svn binaries (try to autodetect?)
- Validate repository paths.
Known limitations
- Information about adding or removing an empty file is not handled (Unified Diff doesn't seem have a representation for this, SVN disallows this).
统计信息
- 总下载量: 118
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-16