triniti / people
This package is abandoned and no longer maintained.
The author suggests using the triniti/core package instead.
Php library that provides implementations for triniti:people schemas.
v2.0.0
2021-02-10 21:58 UTC
Requires
- php: >=7.4
- gdbots/ncr: ^2.1
- triniti/schemas: ^2.0
Requires (Dev)
- phpunit/phpunit: ^9.3
- triniti/acme-schemas: ^2.0
README
Php library that provides implementations for triniti:people 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:people: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/people.yml:
services: _defaults: autowire: true autoconfigure: true public: false Triniti\People\: resource: '%kernel.project_dir%/vendor/triniti/people/src/**/*'