anhredweb / redshop-base
Base business logic for redSHOP
1.0.2
2019-12-26 06:21 UTC
Requires
- php: ^7.2
Requires (Dev)
- joomla/coding-standards: ~2.0@alpha
- phpunit/phpunit: ^4.8.35
- squizlabs/php_codesniffer: ^2.8
- dev-master
- 1.0.2
- 1.0.1
- 1.0
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/copy-props-2.0.5
- dev-dependabot/composer/guzzlehttp/guzzle-6.5.8
- dev-dependabot/composer/guzzlehttp/psr7-1.8.5
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/node-sass-7.0.0
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-develop
- dev-anhredweb-patch-1
This package is auto-updated.
Last update: 2025-03-11 10:56:10 UTC
README
@TODO: add up later
Basically that we want to define independing things to manage business logic that can work itself and not belong to only Joomla but also any another CMS, framework. Thanks for power of Composer and API interface that help tranfer data between modules. On our purpose, redshop-base as its name, please where use to config and using API for interact data to Joomla (in this scenario) that Joomla (component: ex redshop-joomla) take them and show on the front-end as the e-commerce.
To be continue ...