triniti / boost
Php library that provides implementations for triniti:boost schemas.
Installs: 5 751
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 16
Forks: 0
Open Issues: 1
Requires
- php: >=7.1
- gdbots/ncr: ^1.0
- triniti/schemas: ^1.0
Requires (Dev)
- phpunit/phpunit: ^6.4
- triniti/acme-schemas: ^1.0
This package is auto-updated.
Last update: 2021-06-16 23:17:16 UTC
README
Php library that provides implementations for triniti:boost 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:boost: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/boost.yml:
services: _defaults: autowire: true autoconfigure: true public: false Triniti\Boost\: resource: '%kernel.project_dir%/vendor/triniti/boost/src/**/*'