We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Create YAML config file:
database1: collection1: alias: col1 lock: OPTIMISTIC documentClass: \Vendor\Entity\Document1 collection2: documentClass: \Vendor\Entity\Document2
Now you can configure client:
$client = new Client(); $client->map(yaml_parse_file('/path/to/config.yaml'));