oro / crm-magento-embedded-contact-us
This package is abandoned and no longer maintained.
No replacement package was suggested.
OroCRM Magento Embedded Contact Us package
4.2.0-alpha.3
2020-06-26 05:19 UTC
Requires
- oro/crm: 4.2.*
- dev-master / 4.2.x-dev
- 4.2.0-alpha.3
- 4.2.0-alpha.2
- 4.2.0-alpha.1
- 4.2.0-alpha
- 4.1.x-dev
- 4.1.2
- 4.1.1
- 4.1.1-rc
- 4.1.0
- 4.1.0-rc4
- 4.1.0-rc
- 4.1.0-beta
- 4.0.x-dev
- 4.0.0
- 4.0.0-rc
- 4.0.0-beta
- dev-releaseTests / 3.2.x-dev
- 3.1.x-dev
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.1.0-rc
- 3.1.0-beta
- 3.0.x-dev
- 3.0.0
- 3.0.0-rc
- 3.0.0-beta
- 2.6.x-dev
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.x-dev
- 2.5.0
- 2.4.x-dev
- 2.4.1
- 2.4.0
- 2.3.x-dev
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.x-dev
- 2.2.0
- 2.1.x-dev
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-rc.1
- 1.10.x-dev
- 1.10.1
- 1.10.0
- 1.9.x-dev
- 1.9.0
- 1.8.x-dev
- 1.8.1
- 1.8.0
- 1.7.x-dev
- 1.7.0
- 1.6.x-dev
- 1.6.0
- 1.5.x-dev
- 1.5.0
- 1.4.x-dev
- 1.4.0
- 1.3.x-dev
- 1.3.1
- 1.3.0
- 1.2.x-dev
- 1.2.0
- 1.1.x-dev
- 1.1.0
- 1.0.x-dev
- 1.0.1
- 1.0.0
- 1.0.0-rc1
- dev-4.2-alpha.3
- dev-4.2-alpha.2
- dev-4.2-alpha
- dev-4.1-rc
- dev-4.1-beta
- dev-4.0-rc
- dev-4.0-beta
- dev-2.0-rc
This package is auto-updated.
Last update: 2023-03-15 18:40:29 UTC
README
OroMagentoContactUsBundle extends OroContactUsBundle to add the Magento Contact Us embedded form into Oro applications, which helps collect additional information about customer organization, preferred contact method, phone, etc. from Magento websites.
Table of content
Requirements
OroMagentoContactUsBundle requires OroPlatform(BAP), OroCRM and PHP 7.1 or above.
Installation
Package is available through Oro Package Manager. For development purposes it might be cloned from github repository directly.
git clone https://github.com/orocrm/OroCRMMagentoContactUsBundle.git
Run unit tests
To run unit tests for this package:
phpunit -c PACKAGE_ROOT/phpunit.xml.dist
Use as dependency in composer
"require": { "oro/crm-magento-embedded-contact-us": "dev-master", }