chill-project / brusafe
A bundle to send health document to brusafe network
dev-master
2018-03-16 09:58 UTC
Requires
- chill-project/health: dev-master@dev
- chill-project/person: dev-master@dev
- guzzlehttp/guzzle: ~6.0
- php-health/cda: dev-master@dev
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is not auto-updated.
Last update: 2024-11-03 11:36:26 UTC
README
The whole chill documentation can be found at http://docs.chill.social
This bundle works with other bundles. We will prepare a docker container to have a ready-to-work instance.
For people working with Brusafe
The most insteresting part should be in the directory Connector
:
ProvideDocumentBody
(must be renamed) prepare the XDS metadata ;APIConnector
connect to the api to retrieve and create assertion. This can be seen in action in the controllerController/ConnectController
andController/PublicationController::postDocumentAction
ITI41ProvideAndRegisterDocument
make the soap call to provide and register document (ITI-41)