2017 © Pedro PelĂĄez
 

library seo-lib

SEO PHP Library to fetch search requests from Google and Co.

image

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

The README.md

SEO Build Status

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

  • Google

The Versions

01/05 2018

dev-master

9999999-dev

SEO PHP Library to fetch search requests from Google and Co.

  Sources   Download

The Requires

  • php ^7.1

 

The Development Requires

by Arkadius Jonczek

01/05 2018

1.0.4

1.0.4.0

SEO PHP Library to fetch search requests from Google and Co.

  Sources   Download

The Requires

  • php ^7.1

 

The Development Requires

by Arkadius Jonczek

01/05 2018

1.0.3

1.0.3.0

SEO PHP Library to fetch search requests from Google and Co.

  Sources   Download

The Requires

  • php ^7.1

 

The Development Requires

by Arkadius Jonczek

01/05 2018

1.0.2

1.0.2.0

SEO PHP Library to fetch search requests from Google and Co.

  Sources   Download

The Requires

  • php ^7.1

 

The Development Requires

by Arkadius Jonczek

01/05 2018

1.0.1

1.0.1.0

SEO PHP Library to fetch search requests from Google and Co.

  Sources   Download

The Requires

  • php ^7.1

 

The Development Requires

by Arkadius Jonczek

01/05 2018

1.0

1.0.0.0

SEO PHP Library to fetch search requests from Google and Co.

  Sources   Download

The Requires

  • php ^7.1

 

The Development Requires

by Arkadius Jonczek