diff --git a/.blueprints/README.blueprint.md b/.blueprints/README.blueprint.md index e6e618c7..c951d9ab 100644 --- a/.blueprints/README.blueprint.md +++ b/.blueprints/README.blueprint.md @@ -36,6 +36,7 @@ reimplementing a solution from a project to another project. Meh. * [Security](#security) * [Scalability](#scalability) * [Custom implementation](#custom-implementation) +* [Clients](#clients) ## Usage @@ -128,6 +129,11 @@ a way to change the commands called for each kind of conversion. The configurati The default configuration is located here: [.ci/gotenberg.yml](.ci/gotenberg.yml) +## Clients + +* https://github.com/thecodingmachine/gotenberg-php-client (PHP client) +* Add your own client by submitting a [pull request](../../pulls)! + --- Would you like to update this documentation ? Feel free to open an [issue](../../issues). \ No newline at end of file diff --git a/README.md b/README.md index f2e5c7ff..3b346f32 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ reimplementing a solution from a project to another project. Meh. * [Security](#security) * [Scalability](#scalability) * [Custom implementation](#custom-implementation) +* [Clients](#clients) ## Usage @@ -128,6 +129,11 @@ a way to change the commands called for each kind of conversion. The configurati The default configuration is located here: [.ci/gotenberg.yml](.ci/gotenberg.yml) +## Clients + +* https://github.com/thecodingmachine/gotenberg-php-client (PHP client) +* Add your own client by submitting a [pull request](../../pulls)! + --- Would you like to update this documentation ? Feel free to open an [issue](../../issues). \ No newline at end of file