Zitadel PHP Client is a simple PHP library for interacting with Zitadel.
You can use it easily with Composer:
composer require redstonepfalz/zitadel-php-client
There are two documentations:
If you want to contribute to the repository, please note the following points:
- If you fork this repository and want to perform commits, please make sure to use the ConventionalCommit standard.
- Don't make any changes in the docs-Folder. The content of the docs-Folder is automatically generated during the release process.
- If you want to change the documentation, you can edit the PHPDoc comments in the code to edit the PHPDoc documentation or edit the markdown files in the Writerside-Folder.
The classic documentation is created using JetBrains Writerside.
The PHPDoc documentation is created using Doxygen. You can configure Doxygen via the Doxyfile.
The library is still under development. The parts for user and session management are completed, documented and ready to use.
In Development:
- Instance Management
Zitadel PHP Client is released under the Apache 2.0 License.