定制 dulo-tech/aws-tools 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

dulo-tech/aws-tools

最新稳定版本:0.2

Composer 安装命令:

composer require dulo-tech/aws-tools

包简介

Common AWS classes.

关键字:

README 文档

README

Build Status Latest Stable Version Total Downloads License

Because I keep needing the same handful of utility classes when I'm working with AWS, I decided to put them in a separate repo so they can be reused in different projects.

Installing via Composer

The recommended way to install dulo-tech/aws-tools is through Composer.

# Install Composer
curl -sS https://getcomposer.org/installer | php

Add dulo-tech/aws-tools to your composer.json:

"require": {
	"dulo-tech/aws-tools": "dev-master"
}

Or run the Composer command to install the latest stable version of dulo-tech/aws-tools:

composer require dulo-tech/aws-tools

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-26