siel / acumulus
Siel Acumulus Web API library, common to all web shop plugins
Installs: 5 229
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 1
Requires (Dev)
- phpunit/phpunit: ^9
- dev-master
- 8.5.1
- 8.5.0
- 8.4.3
- 8.4.2
- 8.4.1
- 8.4.0
- 8.3.6
- 8.3.5
- 8.3.4
- 8.3.3
- 8.3.2
- 8.3.1
- 8.3.0
- 8.2.1
- 8.2.0
- 8.1.5
- 8.1.4
- 8.1.3
- 8.1.2
- 8.1.1
- 8.1.0
- 8.0.2
- 8.0.1
- 8.0.0
- 7.6.8
- 7.6.7
- 7.6.6
- 7.6.5
- 7.6.4
- 7.6.3
- 7.6.2
- 7.6.1
- 7.6.0
- 7.5.0
- 7.4.3
- 7.4.2
- 7.4.1
- 7.4.0
- 7.3.3
- 7.3.2
- 7.3.1
- 7.3.0
- 7.2.3
- 7.2.2
- 7.2.1
- 7.2.0
- 7.1.1
- 7.1.0
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.x-dev
- 6.4.1
- 6.4.0
- 6.3.6
- 6.3.5
- 6.3.4
- 6.3.3
- 6.3.2
- 6.3.1
- 6.3.0
- 6.2.0
- 6.1.2
- 6.1.1
- 6.1.0
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.9.0
- 5.8.2
- 5.8.1
- 5.8.0
- 5.7.4
- 5.7.2
- 5.7.1
- 5.7.0
- 5.6.1
- 5.6.0
- 5.5.4
- 5.5.3
- 5.5.2
- 5.5.1
- 5.5.0
- 5.4.9
- 5.4.8
- 5.4.7
- 5.4.6
- 5.4.5
- 5.4.4
- 5.4.3
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.0
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 5.0.0-alpha2
- 5.0.0-alpha1
- dev-dev
- dev-PS-index
This package is auto-updated.
Last update: 2025-06-13 12:26:06 UTC
README
@author: Buro RaDer
@copyright: SIEL BV
@license: GPLv3
@support: Webkoppelingen - Acumulus Forum
@source: Acumulus web service API client library
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 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.
Note to extension/plugin/module reviewers
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.
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.
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.
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. Both texts are also delivered as part of this library.
Development
This library is still under development and will:
- where necessary, be adapted to changes in fiscal rules.
- where necessary, be adapted to work with even more webshop packages.
- be extended with new features.
- where possible and useful, be further abstracted.
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.