Skip to content

THIS PROJECT IS NOT FINISHED AND IS NO LONGER MAINTAINED by Evercode Lab. Yandex Webmaster API client

License

Notifications You must be signed in to change notification settings

bubblehub/php-yandex-webmaster-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Yandex Webmaster API (in progress)

Build Status

A PHP5 wrapper for Yandex Webmaster API.

Installation

The easiest way to install php-yandex-webmaster-api is to use Composer.

To install composer run:

$ curl -s http://getcomposer.org/installer | php

Add the following to your composer.json:

{
    "require": {
        "evercodelab/yandex-webmaster-api": "dev-master"
    },
}

php-yandex-webmaster-api follows the PSR-0 convention names for its classes.

ToDo

Wrapper is currently under development and by no means could not be claimed stable and reliable. Use at your own risk.

  • Finish implementation of all API methods
  • Add more tests
  • Add documentation and usage examples
  • Abstract HttpClient
  • add caching?
  • symfony bundle will follow

License

php-yandex-webmaster-api is licensed under the MIT License - see the LICENSE file for details

Credits

Sponsored by

Evercode Lab

About

THIS PROJECT IS NOT FINISHED AND IS NO LONGER MAINTAINED by Evercode Lab. Yandex Webmaster API client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%