Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 955 Bytes

contributing.md

File metadata and controls

43 lines (26 loc) · 955 Bytes

Contributing

Contributions (issues ♥, pull requests ♥♥♥) are more than welcome! Feel free to clone, fork, modify, extend, etc, as long as you respect the license terms.

Dependencies

The following section will help you to install all the dependencies of this project.

Prerequisites:

  • PHP >= 5.3.2, check with php -v
  • curl , check with curl --version

All you need is to go to the project root folder and execute:

make install

Testing

All you need is to go to the project root folder and execute:

make test

Publish a release

Before publishing a new release, you need to ensure that:

✔ The version number is up-to-date in README.md
✔ The version number is up-to-date in docs/install.md

To re-generate library files from the original SDK, go to the project root folder and execute:

make split