libriciel / iparapheur-v5-api-php
iparapheur v5 客户端
0.2.0
2023-12-26 14:25 UTC
Requires
- php: ^8.1
- php-http/client-common: ^2.5
- php-http/discovery: ^1.14
- php-http/httplug: ^2.3
- phpdocumentor/reflection-docblock: ^5.3
- psr/http-client: ^1.0
- psr/http-client-implementation: ^1.0
- psr/http-factory: ^1.0
- psr/http-factory-implementation: ^1.0
- psr/http-message: ^1.0
- symfony/property-access: ^6.2
- symfony/serializer: ^6.2
Requires (Dev)
- cebe/php-openapi: ^1.7
- guzzlehttp/guzzle: ^7.4
- nikic/php-parser: ^4.15
- phpstan/phpstan: ^1.8
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.1
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.7
- symfony/dotenv: ^6.2
- symfony/http-client: ^6.2
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)