library seo-lib
SEO PHP Library to fetch search requests from Google and Co.
arkadiusjonczek/seo-lib
SEO PHP Library to fetch search requests from Google and Co.
- Tuesday, May 1, 2018
- by arkadiusjonczek
- Repository
- 1 Watchers
- 0 Stars
- 17 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 6 Versions
- 0 % Grown
SEO
SEO Command and PHP Library to check your position for a specified keyword and more..., (*1)
Installation
composer require arkadiusjonczek/seo
Basic Usage
<?php
use SEO\Google;
use SEO\Google\SearchCriteria;
$country = 'de';
$language = 'de';
$searchCriteria = new SearchCriteria('hello world');
$google = new Google($country, $language);
$search = $google->search($searchCriteria);
$searchResult = $search->getResult();
print_r($searchResult);
CLI Usage
./seo position dortmund www.dortmund.de
Array
(
[2] => Array
(
[title] => dortmund.de - Startseite
[desc] => Offizielles Stadtportal mit Informationen zu Politik, Wirtschaft, Kultur, Tourismus und BĂŒrgerservice.
[url] => http://www.dortmund.de/
)
)
Supported Search Engines
dev-master
9999999-dev
SEO PHP Library to fetch search requests from Google and Co.
Sources
Download
The Requires
The Development Requires
by
Arkadius Jonczek
1.0.4
1.0.4.0
SEO PHP Library to fetch search requests from Google and Co.
Sources
Download
The Requires
The Development Requires
by
Arkadius Jonczek
1.0.3
1.0.3.0
SEO PHP Library to fetch search requests from Google and Co.
Sources
Download
The Requires
The Development Requires
by
Arkadius Jonczek
1.0.2
1.0.2.0
SEO PHP Library to fetch search requests from Google and Co.
Sources
Download
The Requires
The Development Requires
by
Arkadius Jonczek
1.0.1
1.0.1.0
SEO PHP Library to fetch search requests from Google and Co.
Sources
Download
The Requires
The Development Requires
by
Arkadius Jonczek
1.0
1.0.0.0
SEO PHP Library to fetch search requests from Google and Co.
Sources
Download
The Requires
The Development Requires
by
Arkadius Jonczek