PHP class to work with the webmaster’s API released for public access
PHP class that implements all Yandex.Webmaster API interfaces, was released for public access. PHP class was created by the head of Yandex.Webmaster service Dmitry Popov and serves to help boost the transition to the new API for all those who used to work with the old cabinet.
PHP class is located at https://github.com/yandex/webmaster.api. Inside the class is the webmaster_api.class.php file, which is available for use. It should be noted that at present in order for the class to operate correctly, it requires curl and json formats.
As you know, Yandex.Webmaster service API 3.0 was released in early September this year. Although the new version supports all the old software interface functions, it is not compatible with previous versions. Hence, all API Webmasters users are strongly encouraged to move to the new version. To ease the transition, two API response formats are enabled: XML, used in the old version, and more productive JSON.