aws / aws-sdk-php-zf2

ZF2 module for using the AWS SDK for PHP to interact with AWS services like S3, DynamoDB, SQS, EC2, etc.
http://aws.amazon.com/sdkforphp/
Apache License 2.0
103 stars 63 forks source link

ZF2 Skeleton Integration #3

Closed fabianotessarolo closed 11 years ago

fabianotessarolo commented 11 years ago

Hi Jeremy! How are you?

Please, I am a Zend Framework newbie, how can I integrate this module with Zend Skeleton for example? The directory Structure of this module is a little bit different from ZF2 Skeleton.

Thanks in advice!

jeremeamia commented 11 years ago

Hello!

This module (and the AWS SDK for PHP) is meant to be installed via Composer. This will put all of the module's contents and dependencies into your application's vendor directory.

I added some additional content on the README about installation.

fabianotessarolo commented 11 years ago

Hello!

Thanks, I'll try to install via composer. Before I had installed differently, I cloned the repo aws-sdk-php-ZF2 and I ran composer.

Congratulations, you're doing a great job!

jeremeamia commented 11 years ago

Thanks! :smile: Let me know if you run into any other problems.