bcedric/docapost

此包的最新版本(dev-master)没有提供许可信息。

dev-master 2024-06-20 13:01 UTC

This package is auto-updated.

Last update: 2024-09-20 13:32:46 UTC


README

将 Symfony 应用程序连接到 Docapost Fast 档案柜的 Bundle

安装

  • 运行以下命令 composer require bcedric/docapost
  • 将 Bundle 添加到 config/bundle.php
    <?php

    return [
        // ...
        BCedric\DocapostBundle\BCedricDocapostBundle::class => ['all' => true],
    ];

  • 创建文件 config/packages/b_cedric_docapost.yaml 并添加以下内容
    b_cedric_docapost:
        pem_file: "path/to/certif.pem"
        pem_password: "password"
        url: "https://parapheur.url.fr/parapheur-ws/rest/v1/documents/"
        siren: "siren"
        circuitId: "circuit"