2017 © Pedro Peláez
 

library laravel-pinger

Ping search engines about website updates

image

garf/laravel-pinger

Ping search engines about website updates

  • Friday, February 10, 2017
  • by garf
  • Repository
  • 0 Watchers
  • 20 Stars
  • 2,587 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 16 Versions
  • 24 % Grown

The README.md

Laravel Weblogs Pinger

Software License Laravel Version, (*1)

Weblog system blogs pinger for Laravel 5., (*2)

Easy way to notify search engines about your new or updated posts in blog., (*3)

Install

Add, (*4)

``` JSON "garf/laravel-pinger": "2.*", (*5)


to your `composer.json` file into `require` section. Then type in console ``` BASH $ composer update

When update completed, add to your config/app.conf file to providers section, (*6)

``` PHP 'providers' => [ // ... Garf\LaravelPinger\LaravelPingerServiceProvider::class, ], (*7)


If you want to use `Pinger` facade, add to same file at the `aliases` section ``` PHP 'aliases' => [ // ... 'Pinger' => Garf\LaravelPinger\PingerFacade::class, ]

Publish with artsian

``` PHP php artisan vendor:publish, (*8)

Publishes a pinger.php file to config directory. Add and remove all your ping sites in this file. 
Be sure to review the ping responses from the ping sites you add because there are many ping sites 
and do not all provide a uniform response. Some may require additional parameters. Some may stop working.

## Usage

### Send ping to services

#### Sending to all services at once

``` php
Pinger::pingAll('Title of post', 'http://url.of/your-post', 'http://url.of/your-rss(optional)');

Send pings to separate services

Google, (*9)

``` php Pinger::pingGoogle('Title of post', 'http://url.of/your-post', 'http://url.of/your-rss(optional)');, (*10)


**Yandex** ``` php Pinger::pingYandex('Title of post', 'http://url.of/your-post', 'http://url.of/your-rss(optional)');

Yahoo, (*11)

``` php Pinger::pingYahoo('Title of post', 'http://url.of/your-post', 'http://url.of/your-rss(optional)');, (*12)


**Feedburner** ``` php Pinger::pingFeedburner('Title of post', 'http://url.of/your-post', 'http://url.of/your-rss(optional)');

Weblogs, (*13)

``` php Pinger::pingWeblogs('Title of post', 'http://url.of/your-post', 'http://url.of/your-rss(optional)');, (*14)


**PingOMatic** ``` php Pinger::pingPingOMatic( 'Title of post', 'http://url.of/your-post', 'http://url.of/your-rss(optional)', [ 'additional' => 'params', 'to' => 'send', ]);

Ping any other service

php Pinger::ping('http://url.of/service', 'Title of post', 'http://url.of/your-post', 'http://url.of/your-rss(optional)');, (*15)

Further plans

  • clean the code
  • create driver system for different services

Contributions

Contributions are highly appreciated., (*16)

Send your pull requests to master branch., (*17)

License

The MIT License (MIT). Please see License File for more information., (*18)

The Versions

10/02 2017

dev-master

9999999-dev

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping pingomatic search engines ping-o-matic

07/01 2017

v2.0.2

2.0.2.0

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping pingomatic search engines ping-o-matic

27/09 2016

v2.0.1

2.0.1.0

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping pingomatic search engines ping-o-matic

17/07 2016

v2.0.0

2.0.0.0

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping pingomatic search engines ping-o-matic

23/06 2016

v1.2.4

1.2.4.0

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping pingomatic search engines ping-o-matic

29/01 2016

v1.2.3

1.2.3.0

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping pingomatic search engines ping-o-matic

28/01 2016

v1.2.2

1.2.2.0

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping pingomatic search engines ping-o-matic

27/01 2016

v1.2.1

1.2.1.0

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping search engines

27/01 2016

v1.2.0

1.2.0.0

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping search engines

27/01 2016

dev-analysis-z9mxD5

dev-analysis-z9mxD5

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping search engines

25/12 2015

v1.1.0

1.1.0.0

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping search engines

21/09 2015

dev-analysis-86BY48

dev-analysis-86BY48

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping search engines

20/09 2015

v1.0.3

1.0.3.0

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping search engines

20/09 2015

v1.0.2

1.0.2.0

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping search engines

20/09 2015

v1.0.1

1.0.1.0

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping search engines

27/08 2015

1.0.0

1.0.0.0

Ping search engines about website updates

  Sources   Download

MIT

The Requires

 

by Dinar Garipov

laravel google yahoo yandex bing ping search engines