The v2 of the prayno/moveon package doesn't require the use of this library to be integrated in Symfony anymore
This is a Symfony bundle for the MoveOn API wrapper (https://github.com/PRayno/moveon)
Install the library via Composer by running the following command:
composer require prayno/moveon-api-bundle
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"