prayno / moveon-api-bundle
MoveOn API wrapper Symfony bundle
Installs: 86
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1.3
- prayno/moveon: ^1.0
- symfony/framework-bundle: ^4.0
This package is auto-updated.
Last update: 2025-04-25 16:53:57 UTC
README
Package no longer maintained
The v2 of the prayno/moveon package doesn't require the use of this library to be integrated in Symfony anymore
MoveOnApiBundle
This is a Symfony bundle for the MoveOn API wrapper (https://github.com/PRayno/moveon)
Installation
Install the library via Composer by running the following command:
composer require prayno/moveon-api-bundle
Configuration
Create a config/packages/prayno_moveon_api.yaml file in your Symfony application with the following settings :
prayno_moveon_api: service_url: "https://yourMoveOnApiInstance/restService/index.php" certificate_path: "/path/to/your/certificate/certificate.crt" key_file_path: "path/to/your/certificate/keyfile.pem" certificate_password: "passwordToReadYourCertificate"