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

namespace issue #156

Open Farshadi73 opened 6 years ago

Farshadi73 commented 6 years ago

I try to use SEOstats but get ClassNotFoundException

Attempted to load class "SEOstats" from namespace "SEOstats". Did you forget a "use" statement for another namespace?

$seostats = new SEOstats(); or $seostats = new \SEOstats\SEOstats();

I use PHP7.1 in Linux Ubuntu 17.4