triniti / core
The core Triniti php application and utilities.
Installs: 6 639
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 12
Forks: 0
Open Issues: 0
Requires
- php: >=8.3
- ext-apcu: *
- ext-json: *
- ext-openssl: *
- ext-redis: *
- ext-zlib: *
- aws/aws-sdk-php-symfony: ^2.6
- gdbots/app-bundle: ^2.5
- gdbots/crypto-bundle: ^3.2
- gdbots/enrichments: ^3.0
- gdbots/iam-bundle: ^3.1
- google/apiclient: ^2.15
- guzzlehttp/oauth-subscriber: ~0.6
- ruflin/elastica: ^7.3
- symfony/asset: ^6.4 || ^7.0
- symfony/expression-language: ^6.4 || ^7.0
- symfony/monolog-bundle: ^3.10
- symfony/twig-bundle: ^6.4 || ^7.0
- symfony/web-link: ^6.4 || ^7.0
- symfony/yaml: ^6.4 || ^7.0
- triniti/schemas: ^3.0
Requires (Dev)
- phpunit/phpunit: ^10.5
- triniti/acme-schemas: ^3.0
This package is auto-updated.
Last update: 2024-10-19 01:12:58 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/**/*'