scheb / yahoo-finance-api

PHP client for Yahoo Finance API 📈
MIT License
279 stars 55 forks source link

Expand the readme file #22

Closed luisdev closed 4 years ago

luisdev commented 4 years ago

The readme file is extremely technical. Please expand the usage instructions so that people who are not familiar with Composer can still use this tool.

Can you use this code outside of Composer?

scheb commented 4 years ago

Yes, you can. Download the library and add it to your project, but then you have to take care yourself of the autoloading.

If you're not using Composer or PSR-style autoloading, please do so. It's the de-facto industry standard how PHP libraries are managed. To learn about Composer, go to https://getcomposer.org/

It's not the libarary's job to teach how to use it.