Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed PHP Standards and Best Practices!
You have completed PHP Standards and Best Practices!
Preview
Understanding the idea of sharing your code with other developers using systems like Composer, and implementing other peoples code too.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
between multiple developers.
0:00
There are concepts such as auto loading,
name spaces, and
0:00
file structures that help make all of this
possible.
0:03
Then there are tools such as Composer
which handle dependency management.
0:06
Depending on code from other developers
means you need a way to
0:10
handle those dependencies.
0:12
Which is a bit more robust than
downloading zip files and
0:14
copying things around.
0:16
Composer lets you do this.
0:17
So why would you want to use somebody
else's code?
0:20
If you're doing something very common but
0:21
quite complex, like interacting with a
popular API, integrating with oAuth, or
0:23
doing image manipulation, then you might
benefit from using an existing package.
0:27
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up