doudundian9558 2016-05-26 08:22
浏览 140
已采纳

适用于Laravel的Amazon API

Just taking a first look at PHP frameworks? I see Zend has a great Amazon API service available http://framework.zend.com/manual/current/en/modules/zendservice.amazon.html#zendservice-amazon-itemlookup-example-asin. However, finding Zend tricky to work with and install modules/build.

Does Laravel have a similar built in Amazon API services package available?

  • 写回答

4条回答 默认 最新

  • doupaxia2478 2016-05-26 12:31
    关注

    You could try this package (AWS Service Provider for Laravel 5), made for Laravel and directly related to AWS services. It's more like a wrapper or something similar.

    It is totally compatible with ~5.1, but you should be able to use without issues also on the 5.2.

    Let me know if it helps :)

    EDIT: Sorry, didn't understand well the question. With a search I just found this interesting package (apai-io). The documentation, that you can see here, has many examples, from basic usage to advanced topics. It is totally framework-agnostic, so you should not stumble upon errors related to specific frameworks and/or implementations.

    It seems to do what you should need.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?