Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 723 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 723 Bytes

About

QIWI Rest PHP - simple library for websites to interact with QIWI.ru.

Release: master-dev.

Requirements

PHP version 5.2+ with curl and OpenSSL support.

Installation

  1. Upload qiwi.class.php from this repository to your web server.
  2. Include this file in your script file using construction like require_once( "qiwi.class.php" );
  3. Create object QIWI with three parameters - your Shop ID, Rest API ID and Rest API Password

License

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.