triniti / apollo
Php library that provides implementations for triniti:apollo schemas.
Installs: 6 689
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 17
Forks: 0
Open Issues: 0
Requires
- php: >=7.4
- gdbots/ncr: ^2.1
- triniti/schemas: ^2.0
Requires (Dev)
- phpunit/phpunit: ^9.2
- triniti/acme-schemas: ^2.0
README
Php library that provides implementations for triniti:apollo 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:apollo:mixin:*" mixins from triniti/schemas.
Symfony Integration
Enabling these services in a Symfony app by importing classes and letting Symfony autoconfigure and autowire them.
config/packages/apollo.yml:
services: _defaults: autowire: true autoconfigure: true public: false Triniti\Apollo\: resource: '%kernel.project_dir%/vendor/triniti/apollo/src/**/*'