https://github.com/flipboxfactory/craft-integration
An integration scaffolding to manage connections and sync Craft Elements with external services (such as CRMs)
https://github.com/flipboxfactory/craft-integration
Last synced: 8 months ago
JSON representation
An integration scaffolding to manage connections and sync Craft Elements with external services (such as CRMs)
- Host: GitHub
- URL: https://github.com/flipboxfactory/craft-integration
- Owner: flipboxfactory
- License: mit
- Created: 2018-07-18T18:57:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T20:53:40.000Z (over 3 years ago)
- Last Synced: 2025-02-22T19:24:14.652Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# A Craft CMS integration plugin scaffolding
[](https://gitter.im/flipboxfactory/craft-integration?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://github.com/flipboxfactory/craft-integration/releases)
[](LICENSE.md)
[](https://travis-ci.org/flipboxfactory/craft-integration)
[](https://scrutinizer-ci.com/g/flipboxfactory/craft-integration/code-structure)
[](https://scrutinizer-ci.com/g/flipboxfactory/craft-integration)
[](https://packagist.org/packages/flipboxfactory/craft-integration)
## Installation
To install, use composer:
```
composer require flipboxfactory/craft-integration
```
## Testing
``` bash
$ ./vendor/bin/phpunit
```
## Contributing
Please see [CONTRIBUTING](https://github.com/flipboxfactory/craft-integration/blob/master/CONTRIBUTING.md) for details.
## Credits
- [Flipbox Digital](https://github.com/flipboxfactory)
## License
The MIT License (MIT). Please see [License File](https://github.com/flipboxfactory/craft-integration/blob/master/LICENSE) for more information.