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

How to use SEOstats In Laravel 5 #120

Open parthagorai opened 8 years ago

parthagorai commented 8 years ago

How to use SEOstats In Laravel 5, Please help me to setup SEOstats in Laravel 5.2

dadopl commented 8 years ago
  1. Add to composer.json in require section :

"seostats/seostats": "dev-master"

  1. Run command "composer update"
  2. In your model add this code use SEOstats\Services\Google;
  3. Have fun ;) dd(Google::getSerps('Hack Google', 10));
MimonCopitman commented 7 years ago

Still not working its giving this error "Class 'SEOstats\Services\Google' not found"

mohammad-69 commented 6 years ago

Anyone can help us how to use this package inside laravel ? I'm getting this error as well : "Class 'SEOstats\Services\Google' not found"

mwargan commented 4 years ago

@MimonCopitman have you found a solution?

benjdiasaad commented 1 year ago

anyone found a solution ?