cinchapi/concourse-driver-php 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

cinchapi/concourse-driver-php

Composer 安装命令:

composer require cinchapi/concourse-driver-php

包简介

Official PHP driver for Concourse

README 文档

README

The offical PHP driver for Concourse.

Requirements

  • PHP 5.4+

Quickstart

Installation

Install via composer

composer require cinchapi/concourse-driver-php

Usage

<?php
$concourse = Concourse::connect(); // connects to localhost:1717 by default

Developer Setup

All commands are run from the root of the concourse-driver-php project.

  1. Use Composer to get local copies of all necessary dependencies.
$ php composer.phar install

The Build System

We use phake as the build system for the PHP Driver. The phake executable is located in the root of the project.

Running tests

You can run all the test cases using the test task.

$ ./phake test

If you want to run a single test case/class, you can pass the containing file as an argument to the test task

$ ./phake test class=tests/<filename>

Generating Documentation

$ ./phake docs

Publishing

The PHP driver is made available via Packagist. You can upload by doing the following:

$ ./phake upload-packagist

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2015-10-24