Welcome Guest, Not a member yet? Register   Sign In
ThirdParty Libraries usage
#2

Being Symfony, I imagine it's all available through Composer, so just do it all through Composer. Don't worry about using the third party directory at all.

So:

1. add it as a requirement to your composer.json
2. composer update to install it
3. load the class like any other autoloaded class:

Code:
$yaml = new Parser();

That should do it.
Reply


Messages In This Thread
ThirdParty Libraries usage - by iamolo - 07-10-2017, 02:56 PM
RE: ThirdParty Libraries usage - by kilishan - 07-10-2017, 09:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB