Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Using the GitHub API with PHP Communicating with a RESTful API Communication with cURL

Solution to missing vendor files issue (please read description)

Hello everyone, you might have noticed trying to follow along with this tutorial is difficult since the index file references a 'vendor' folder that doesn't exist.

That's because its added in the next video but isn't accounted for here. To save yourself a lot of stress and confusion, you can simply open your workspace terminal and type:

"composer require milo/github-api"

Be aware that you may have to attempt this a couple of times because the terminal killed this action without warning for me the first time.

Regards,

Harry