streply/streply-symfony

Streply Symfony SDK

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Package info

github.com/streply/streply-symfony

pkg:composer/streply/streply-symfony

Fund package maintenance!

streply.com/pricing

streply.com

Statistics

Installs: 103

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.27 2024-05-15 19:32 UTC

README

Install

Install the streply/streply-symfony package:

composer require streply/streply-symfony

Enable bundle

Add the bundle to the list of registered bundles in config/bundles.php

return [
    Streply\StreplyBundle\StreplyBundle::class => ['all' => true]
];

Config

Add default configuration in config/packages/streply.yaml

streply:
  dsn: '%env(STREPLY_DSN)%'

Environment variable

Add DSN info to .env file

###> streply/streply-bundle ###
STREPLY_DSN="https://clientPublicKey@api.streply.com/projectId"
###< streply/streply-bundle ###