triniti / core
The core Triniti php application and utilities.
Installs: 8 535
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 9
Forks: 1
Open Issues: 1
pkg:composer/triniti/core
Requires
- php: >=8.4
- ext-apcu: *
- ext-json: *
- ext-openssl: *
- ext-redis: *
- ext-zlib: *
- aws/aws-sdk-php-symfony: ^2.6
- gdbots/app-bundle: ^3.0
- gdbots/crypto-bundle: ^4.0
- gdbots/enrichments: ^3.0
- gdbots/iam-bundle: ^4.0
- google/apiclient: ^2.15
- guzzlehttp/oauth-subscriber: ~0.8
- ruflin/elastica: ^7.3
- symfony/asset: ^7.2 || ^8.0
- symfony/expression-language: ^7.2 || ^8.0
- symfony/monolog-bundle: ^3.10
- symfony/twig-bundle: ^7.2 || ^8.0
- symfony/web-link: ^7.2 || ^8.0
- symfony/yaml: ^7.2 || ^8.0
- triniti/schemas: ^3.0
Requires (Dev)
- phpunit/phpunit: ^12.0
- triniti/acme-schemas: ^3.0
- dev-main
- v2.8.1
- v2.8.0
- v2.7.1
- v2.7.0
- v2.6.3
- v2.6.2
- v2.6.1
- v2.6.0
- v2.5.3
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.0
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.1
- v2.0.0
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-apple-news-conditional-text-style
This package is auto-updated.
Last update: 2025-11-07 01:03:21 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/**/*'