承接 codeangel/security 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

codeangel/security

Composer 安装命令:

composer require codeangel/security

包简介

CodeAngel Security Framework

README 文档

README

Build Status

##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
  • openssl extension (required)
  • mcrypt extension (recommended)
  • PDO (recommended)

##Documentation

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 7
  • Watchers: 1
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-2-Clause
  • 更新时间: 2013-03-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固