READMEの修正

This commit is contained in:
ry.yamafuji 2025-04-03 09:05:58 +09:00
parent a4c386699d
commit 09c26b0a4d

View File

@ -1,29 +1,10 @@
# php_testcase_create # PHP
PHPによりテストケース作成を支援するライブラリ
Author : ry.yamafuji
Crateddate : 2023/08/11
lisence : MIT
---
## Function
* OpenAPIを読み込みMD形式のテストケースに変換する
* YAMLファイルを読み込む機能
PHPの学習及び検証を目的とする
## init ## init
``` ```
docker-compose up -d --build docker-compose up -d --build
docker exec -it php-xdebug bash
``` ```
## exec
```
php index.php
```