定制 moarty/cassandra-php-stubs 二次开发

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

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

moarty/cassandra-php-stubs

最新稳定版本:v1.3.1.1

Composer 安装命令:

composer require moarty/cassandra-php-stubs

包简介

The Cassandra php driver library IDE stubs which enables autocompletion in modern IDEs.

README 文档

README

This repository provide the cassandra php driver stubs which enables autocompletion in modern IDEs. The library comes from https://github.com/datastax/php-driver. We try to fix some issues, as wrong namespace

We hope Datastax will maintain their own stubs in a near future.

For now, you can use this one... Enjoy \o/

Installing via Composer

  1. Install Composer in a common location or in your project:

    curl -s http://getcomposer.org/installer | php
  2. Create the composer.json file as follows:

    {
        "require-dev": {
            "moarty/cassandra-php-stubs": "*"
        }
    }
  3. Run the composer installer:

    php composer.phar install
  4. Setup your IDE.

Installing via Git

  1. Clone the Cassandra IDE Stubs repository in a common location.

  2. Setup your IDE.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-01-13