triniti / ovp
Php library that provides implementations for triniti:ovp schemas.
Installs: 7 408
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 15
Forks: 0
Open Issues: 0
Requires
- php: >=7.4
- aws/aws-sdk-php: ^3.116
- gdbots/ncr: ^1.0
- guzzlehttp/guzzle: ^6.2
- triniti/dam: ^1.0
- triniti/schemas: ^1.0
- triniti/sys: ^1.0
- twig/twig: ^2.7
Requires (Dev)
- phpunit/phpunit: ^9.1
- symfony/framework-bundle: ^4.1
- triniti/acme-schemas: ^1.0
This package is auto-updated.
Last update: 2021-06-16 23:17:52 UTC
README
Php library that provides implementations for triniti:ovp schemas. Using this library assumes that you've already created and compiled your own pbj classes using the Pbjc and are making use of the "triniti:ovp:mixin:*" mixins from triniti/schemas.
Symfony Integration
Enabling these services in a Symfony app is done by importing classes and letting Symfony autoconfigure and autowire them.
config/packages/ovp.yml:
services: _defaults: autowire: true autoconfigure: true public: false Triniti\Ovp\: resource: '%kernel.project_dir%/vendor/triniti/ovp/src/**/*'