acommerce / cb-cpms
Channel Bridge CMPS Package used by channel bridge micro service
Installs: 114
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
pkg:composer/acommerce/cb-cpms
Requires
- php: ~5.6 | ^7.0
- guzzlehttp/guzzle: ~6.1
- indieweb/link-rel-parser: ~0.1
Requires (Dev)
- phpunit/phpunit: ~5.1
This package is not auto-updated.
Last update: 2025-09-28 02:10:29 UTC
README
CPMS
Channel Bridge CPMS Package used by channel bridge micro service.
Version
0.6.0
Status
Will still be maintenance and develop.
Installation
- Set Up SSH so you don't need to be able pull from repo with username and password
- If you have multiple account at bitbucket and you want to register it on the same computer Read This
After done add this syntax below to your composer.json file
{ "repositories": [ { "type": "vcs", "url": "git@bitbucket.org:acommerceplatform/cm-channel-bridge-cpms-package.git" } ], "require": { "channelbridge/cmps": "dev-master" } }