Loading External PHP Classes 5.7

Permalink
Hi,

I need to use a 3rd party php class in my site and am wondering where to put it and how to access it. I saw this discussion:

https://www.concrete5.org/documentation/how-tos/developers/third-par...

but I'm in 5.7.3 and there's no longer a 'libraries' directory, and I'm not making a package, just need to use it in my /application folder.

Any ideas of best practice where to keep it and how to include it in the page I need it?

Thanks!

 
Mnkras replied on at Permalink Reply
Mnkras
Take a look at this, its a sample addon that has an example on how to import/autoload 3rd party code:
https://github.com/Buttress/addon_composer_sample/...