https://github.com/netgen/remote-media-ibexa
Netgen Remote Media & Ibexa DXP integration
https://github.com/netgen/remote-media-ibexa
Last synced: 3 months ago
JSON representation
Netgen Remote Media & Ibexa DXP integration
- Host: GitHub
- URL: https://github.com/netgen/remote-media-ibexa
- Owner: netgen
- License: gpl-2.0
- Created: 2023-03-31T10:06:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-28T09:42:22.000Z (about 1 year ago)
- Last Synced: 2025-10-20T17:01:53.187Z (8 months ago)
- Language: PHP
- Size: 69.3 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netgen Remote Media & Ibexa CMS integration
This bundle provides an integration of [Netgen Remote Media](https://github.com/netgen/NetgenRemoteMediaBundle/tree/3.0) for Ibexa CMS.
## Installation instructions
[INSTALL.md](INSTALL.md)
## Running tests
Running tests requires that you have complete vendors installed, so run
`composer install` before running the tests.
You can run unit tests by calling `composer test` from the repo root:
```
$ composer test
```