triniti/ovp

This package is abandoned and no longer maintained. The author suggests using the triniti/core package instead.

Php library that provides implementations for triniti:ovp schemas.

v1.3.3 2020-07-30 23:52 UTC

README

Build Status

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/**/*'