eyecatchup / SEOstats

SEOstats is a powerful open source PHP library to request a bunch of SEO relevant metrics.
MIT License
1.46k stars 383 forks source link

Remove dotenv, add setter to ApiKey #150

Open barryvdh opened 7 years ago

barryvdh commented 7 years ago

env() is not a function. And you're not using dotenv at all.

This adds a static getter/setter for those keys, so you can enable them without modifying the class.