PHP Classes

File: composer.json

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

Contents

Class file image Download
{ "name": "afshinpersian/alexarank", "description": "simple php class for managing and detecting alexa rank of sites", "type": "library", "keywords": ["alexa","alexa ranking","alexa seo","google seo rank","page rank","get alexa rank"], "license": "MIT", "version": "0.1", "authors": [ { "name": "Afshin Akhgar", "email": "afshin.akhgar@gmail.com" } ], "autoload": { "psr-4": {"AlexaRank\\": "src/"} }, "support": { "email": "afshin@akhgar.net", "issues": "https://github.com/afshinpersian/alaxa-rank-detector/issues" }, "minimum-stability": "beta", "require": {} }