Download the PHP package rf/amazon-kinesis-client-library-php without Composer

On this page you can find all versions of the php package rf/amazon-kinesis-client-library-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package amazon-kinesis-client-library-php

amazon-kinesis-client-library-php

Build Status

Overview

Wrapper library of Amazon Kinesis Client Module.(http://docs.aws.amazon.com/aws-sdk-php/latest/class-Aws.Kinesis.KinesisClient.html)

I want to simplify the management of Shard Id and Sequence Number taken out from the Stream. In addition, storage to manage is also an option.

Requirements

Installation

Using Composer

composer.json

`

Copy Directory

`

Usage

CASE: Data push

`

CASE: Memcache the Data Store

`

CASE: File the Data Store

`

The following is required if you do not use the Composer

`

Specify ShardId, the acquisition number

Against all shards, Get DataRecord matter up to 5,000(1000 record 5 loop) by default. The following is an example to get the DataRecord of 10,000 (1000 record 10 loop) matter at most from Shard of "shardId-000000000000" `

Todos

Copyright

Copyright:: Copyright (c) 2014- Fukui ReTu License:: MIT


All versions of amazon-kinesis-client-library-php with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
aws/aws-sdk-php Version 2.5.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package rf/amazon-kinesis-client-library-php contains the following files

Loading the files please wait ....