Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prestashopcorp/ps_eventbus
PS EventBus is the CloudSync companion which paves the way for cloud synchronization
https://github.com/prestashopcorp/ps_eventbus
cloudsync opensource php prestashop prestashop-module synchronization
Last synced: 2 months ago
JSON representation
PS EventBus is the CloudSync companion which paves the way for cloud synchronization
- Host: GitHub
- URL: https://github.com/prestashopcorp/ps_eventbus
- Owner: PrestaShopCorp
- License: osl-3.0
- Created: 2020-12-04T10:31:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:06:35.000Z (3 months ago)
- Last Synced: 2024-10-29T12:11:47.486Z (3 months ago)
- Topics: cloudsync, opensource, php, prestashop, prestashop-module, synchronization
- Language: PHP
- Homepage: https://prestashop.fr/built-for-prestashop/
- Size: 3.21 MB
- Stars: 6
- Watchers: 8
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: .github/README_CI.md
- License: LICENSE
Awesome Lists containing this project
README
# Github CI/CD
## Dependencies
### Github
- [actions/checkout@v4](https://github.com/actions/checkout)
- [actions/cache@v4](https://github.com/actions/cache)
- [actions/setup-node@v4](https://github.com/actions/setup-node)### pnpm
- [pnpm/action-setup@v4](https://github.com/pnpm/action-setup)
### Others
- [shivammathur/setup-php@v2](https://github.com/shivammathur/setup-php)
- [softprops/action-gh-release@v2](https://github.com/softprops/action-gh-release)
- [dsaltares/fetch-gh-release-asset@master](https://github.com/dsaltares/fetch-gh-release-asset)
- [mheap/github-action-required-labels@v5](https://github.com/mheap/github-action-required-labels)
- [rtCamp/action-slack-notify@v2](https://github.com/rtCamp/action-slack-notify)