QIWI Rest PHP - simple library for websites to interact with QIWI.ru.
Release: master-dev.
PHP version 5.2+ with curl and OpenSSL support.
- Upload
qiwi.class.php
from this repository to your web server. - Include this file in your script file using construction like
require_once( "qiwi.class.php" );
- Create object QIWI with three parameters - your Shop ID, Rest API ID and Rest API Password
Main code licensed under the terms of GNU General Public License version 3. You can find it here: https://www.gnu.org/licenses/gpl.html. External libraries can use another licenses, compatible with GNU GPLv3.