spiderpan/doc-gpt

PHP library that for document GPT

v0.4.0 2024-04-08 20:48 UTC

This package is auto-updated.

Last update: 2024-05-08 20:56:20 UTC


README

TBD

Usage

See example.php for a working example.

Development

  1. Clone the repo
  2. Run ./dev start to start the docker containers

Common CLI commands

  • ./dev reset - Rebuild the containers
  • ./dev stop - Stop the app
  • ./dev test - Unit tests are run with PHPUnit
  • ./dev test path/to/Test.php - Run a specific test file
  • ./dev shell - Open a shell in the container
  • ./dev lint - Run PHP CS Fixer