codeangel/security
Composer 安装命令:
composer require codeangel/security
包简介
CodeAngel Security Framework
README 文档
README
##Installation
With Composer: You can install with composer, Simply add to your composer.json
{ "require": { "codeangel/security": "1.*@alpha" } }
Manually: Just clone the repository, add the path to your include_path and then define a PSR-0 autolaoder
git clone https://github.com/cythrawll/CodeAngel-Security.git
set_include_path('/path/to/codeangel/library/src'.PATH_SEPARATOR.get_include_path()); function codeagelAutoLoader($classname) { $className = ltrim($className, '\\'); $filename = str_replace('\\', DIRECTORY_SEPARATOR, $classname).'.php'; require $filename; } spl_autoload_register('codeangelAutoLoader');
##Requirements
- PHP >= 5.3
opensslextension (required)mcryptextension (recommended)PDO(recommended)
##Documentation
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-2-Clause
- 更新时间: 2013-03-17