PHP Classes

File: rank.php

Recommend this page to a friend!
  Classes of afshin akhgar   PHP Alexa Rank Checker   rank.php   Download  
File: rank.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Alexa Rank Checker
Get the Alexa ranking of a given site
Author: By
Last change:
Date: 7 years ago
Size: 197 bytes
 

Contents

Class file image Download
<?php
require __DIR__ . '/vendor/autoload.php';
use
AlexaRank\AlexaRank;

$alexaRank = new AlexaRank();
$alexaRank->getRank('aparat.com');

$alexaRank->getMultipleRanks(['aparat.com','cloob.com']);