Skip to content

Please add composer support #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tblanchard opened this issue Dec 7, 2012 · 2 comments
Closed

Please add composer support #13

tblanchard opened this issue Dec 7, 2012 · 2 comments
Assignees

Comments

@tblanchard
Copy link

The AWS PHP team is now using composer http://getcomposer.org. We have begun using it to manage our dependencies on AWS Elastic Beanstalk. It would be great if we could use the same mechanism with the zencoder library. All that is required is to checking a composer.json at the top of the library.

See https://github.com/aws/aws-sdk-php/blob/master/composer.json for example.

Docs: https://packagist.org

@brandonarbini
Copy link
Contributor

I don't believe there any dependencies, so this should be pretty straight-forward. How about this:

{
    "name": "zencoder/zencoder-php",
    "homepage": "http://github.com/zencoder/zencoder-php",
    "description":"Zencoder integration library for PHP",
    "keywords":["zencoder"],
    "type":"library",
    "license":"MIT",
    "authors":[
        {
            "name":"Zencoder",
            "homepage":"http://zencoder.com/"
        }
    ]
}

@ghost ghost assigned mchristopher Dec 11, 2012
@inoryy
Copy link

inoryy commented Dec 14, 2012

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants