triniti / core
The core Triniti php application and utilities.
v3.3.0
2026-06-20 23:29 UTC
Requires
- php: >=8.5
- ext-apcu: *
- ext-json: *
- ext-openssl: *
- ext-redis: *
- ext-zlib: *
- aws/aws-sdk-php-symfony: ^2.9
- gdbots/app-bundle: ^4.0
- gdbots/crypto-bundle: ^5.0
- gdbots/enrichments: ^4.0
- gdbots/iam-bundle: ^5.0
- google/apiclient: ^2.15
- guzzlehttp/oauth-subscriber: ~0.8
- ruflin/elastica: ^7.3
- symfony/asset: ^8.0
- symfony/expression-language: ^8.0
- symfony/monolog-bundle: ^4.0
- symfony/twig-bundle: ^8.0
- symfony/web-link: ^8.0
- symfony/yaml: ^8.0
- triniti/schemas: ^3.0
Requires (Dev)
- phpunit/phpunit: ^12.5
- triniti/acme-schemas: ^3.0
This package is auto-updated.
Last update: 2026-06-25 23:11:06 UTC
README
The core Triniti php application that provides implementations for all triniti schemas.
Symfony Integration
Enable a service in a Symfony app by importing classes and letting Symfony autoconfigure them.
config/packages/apollo.yml:
services: _defaults: autowire: true autoconfigure: true public: false Triniti\Apollo\: resource: '%kernel.project_dir%/vendor/triniti/core/src/Apollo/**/*'