deity / falcon-magento
Deity Magento API
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 8 089
Dependents: 1
Suggesters: 0
Security: 0
Stars: 24
Watchers: 13
Forks: 5
Type:magento2-module
Requires
- magento/product-community-edition: ^2.2.10 || ^2.3.0
README
Api adaptor for Deity Falcon
Disclaimer
This repository contains only stable releases of Deity Magento module suitable for composer installation.
If you are interested in beta or develop versions of the module, or want to submit an issue or pull request
visit https://github.com/deity-io/falcon-magento2-development
.
Please do not open issues or PR's in this repository.
Getting Started
Install and configure magento shop to proceed with Deity Adaptor installation
Prerequisites
Deity Magento module is compatible with magento version 2.3+ CE and EE versions. Full scale support of versions before 2.3 is not our priority due to However you can still use the module with Magento 2.2.10 (that one has support for php 7.2) However if you encounter an issue running with magento version lower than 2.2 feel free to open an issue or reach out to our support channel.
magento >= 2.3
Installing
Installing deity magento module is similar to installing any module for Magento 2 platform
composer require deity/falcon-magento ^5.3.3
bin/magento setup:upgrade
When the module is setup, create one extra magento admin user for Deity Falcon to connect
bin/magento admin:user:create --admin-user='your-admin-username' --admin-password='your-admin-password' --admin-email='admin@deity.test' --admin-firstname='node' --admin-lastname='Deity'
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
License
This project is licensed under Open Software License ("OSL") v. 3.0 - see the LICENSE.md file for details