AWS Elastic Beanstalk using PHP with Private Composer Repositories
How do I utilize private composer repositories when deploying with Amazon AWS Elastic Beanstalk in a PHP environment? Specifically using GitHub (Q & A style, answer following) We needed to use a private library for one of our PHP projects we were deploying via AWS's Elastic Beanstalk (EB). This private library is hosted on GitHub, although similar git hosting (your own server, BitBucket, etc.) probably has similar authentication and could use this solution for deployment. We used SSH credentials to get at the private git repository. Since we are using GitHub, we used GitHub's Deploy Keys (