libriciel/iparapheur-v5-api-php

0.2.0 2023-12-26 14:25 UTC

This package is not auto-updated.

Last update: 2024-09-24 13:11:19 UTC


README

composer require libriciel/iparapheur-v5-client-api

请查看 exemples 目录中的示例。在此目录下需要创建一个包含 iparapheur 连接数据的 .env 文件。请参考 .env.dist 文件以配置 .env 文件。

开发

查看 Makefile

简介

  • iparapheur v5 的 Swagger:[https://iparapheur-5-0.partenaire.libriciel.fr/api/swagger-ui/index.html#/](https://iparapheur-5-0.partenaire.libriciel.fr/api/swagger-ui/index.html#/)
  • 使用 PSR-7, 17 和 18:[https://github.com/KnpLabs/php-github-api/tree/master/lib/Github/Api](https://github.com/KnpLabs/php-github-api/tree/master/lib/Github/Api)