Acumulus web service API library ================================ @author: Buro RaDer (http://www.burorader.com/). @copyright: Buro RaDer @license: GPLv3 @support: https://forum.acumulus.nl/index.php?board=17.0 Introduction ------------ This Acumulus web service API library was written to simplify development of client side code that communicates with the Acumulus web service. It therefore specifically aims at a Dutch based public. It is currently used by the extensions for the webshop software of HikaShop, Magento, PrestaShop, OpenCart, VirtueMart and WooCommerce, but was built to be easily usable with other webshop/CMS software systems as well. Note to extension/plugin/module reviewers ----------------------------------------- This is thus a cross webshop/CMS library and can therefore not comply with specific coding standards and guidelines that are often required to get listed on specific CMS or webshop extension directories. We ask for your understanding in these. This library uses: - The PSR-2 coding standards. - Phpdoc to fully document each and every part of the code. - Its own PSR-4 autoloader to circumvent the fact that many webshop/CMS systems still live in the pre PSR4 autoloading era, meaning that if an autoloader already exists it often won't work with the PSR4 standard. - Its own translation system to present this module in English and Dutch. License ------- This library is licensed under the GNU GPLv3 Open Source license. The english and only official text can be found on: http://www.gnu.org/licenses/gpl.html. A non-binding dutch version can be found on: http://bartbeuving.files.wordpress.com/2008/07/gpl-v3-nl-101.pdf.