2017 © Pedro Peláez
 

library online

Coercive Online Utility

image

coercive/online

Coercive Online Utility

  • Wednesday, February 7, 2018
  • by Coercive
  • Repository
  • 1 Watchers
  • 1 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Coercive Online Utility

Get websine online information by url., (*1)

Get

composer require coercive/online

Usage

use Coercive\Utility\Online;

# Website list to test
$aWebSites = [
    'my.web.site-1.com',
    'my.web.site-2.com',
    'my.web.site-3.com',
    'my.web.site-4.com'
];

# Add your urls to Online list
foreach($aWebSites as $iKey = $sUrl) {
    # Url can be processed ('/' and space trim)
    $aWebSites[$iKey] = Online::create($sUrl);
}

# Run all curl requests
Online::run();

# Get datas
foreach($aWebSites as $sUrl) {
    $oOnline = Online::get($sUrl);
    if($oOnline) {
        echo "ip : " . $oOnline->ip() . "<br />";
        echo "isRedirect : " .$oOnline->isRedirect() . "<br />";
        echo "redirectUrl : " .$oOnline->redirectUrl() . "<br />";
        echo "time : " .$oOnline->time() . "<br />";
        echo "url : " .$oOnline->url() . "<br />";
    }
}


The Versions

07/02 2018

dev-master

9999999-dev http://coercive.fr

Coercive Online Utility

  Sources   Download

MIT GNU

The Requires

  • php >=7.1

 

07/02 2018

2.0.1

2.0.1.0 http://coercive.fr

Coercive Online Utility

  Sources   Download

MIT

The Requires

  • php >=7.1

 

08/07 2017

2.0.0

2.0.0.0 http://coercive.fr

Coercive Online Utility

  Sources   Download

GNU

The Requires

  • php >=5.0

 

03/09 2016

1.0.3

1.0.3.0 http://coercive.fr

Coercive Online Utility

  Sources   Download

GNU

The Requires

  • php >=5.0

 

20/08 2016

1.0.2

1.0.2.0 http://coercive.fr

Coercive Online Utility

  Sources   Download

GNU

The Requires

  • php >=5.0

 

20/08 2016

1.0.1

1.0.1.0 http://coercive.fr

Coercive Online Utility

  Sources   Download

GNU

The Requires

  • php >=5.0

 

20/08 2016

1.0.0

1.0.0.0 http://coercive.fr

Coercive Online Utility

  Sources   Download

GNU

The Requires

  • php >=7.0