Siel Acumulus Web API library, common to all web shop plugins
@author: Buro RaDer
@copyright: SIEL BV
@license: GPLv3
@support: Webkoppelingen - Acumulus Forum
@source: Acumulus web service API client library, (*1)
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., (*2)
It is currently used by the extensions for the web shop software of HikaShop, Magento, PrestaShop, OpenCart, VirtueMart and WooCommerce, but was built to be easily usable with other web shop/CMS software systems as well., (*3)
This is a cross-web shop/CMS library and can therefore not comply with often conflicting coding standards and guidelines for a specific web shop or CMS package. We ask for your understanding in these., (*4)
This library uses: - Composer to be included by the webshop-specific plugin/module. This will generate an autoloader for the classes in this library. - The PSR-12 coding standards. - Phpdoc to fully document each and every part of the code. - Its own translation system to present this library in English and Dutch. - Its own form renderer/builder., (*5)
This library may deviate from specific coding standards in a.o. these ways: - Classes are placed in a Composer-based folder structure and therefore use a Composer-generated autoloader, bypassing the web shop/CMS specific one. - Class constants are in StudlyCaps. - Class properties are in camelCase. - Form definitions are placed in the library and are also rendered/built in the library, but do follow form guidelines specific to the web shop/CMS package. - Translation is done using an own included translation system and is only done in Dutch and English. As the online SIEL Acumulus service only targets people running a small business in the Netherlands this is not seen as a limiting factor., (*6)
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. Both texts are also delivered as part of this library., (*7)
This library is still under development and will:, (*8)
In doing so, backwards-compatibility is a consideration but not a must. Because the web shop plugins are delivered with this library, this is no problem for the users. However, developers that are developing their own software on top of this library should carefully check new releases for backwards incompatibilities., (*9)