Open svix-frank opened 3 years ago
@svix-yair I pushed a branch with the initial PHP generation here: https://github.com/svix/svix-libs/pull/150/commits There are 3 commits:
php/src
to php/lib
(better lines up with the openapi generator)LMK if you have any questions or need a hand with any of it :smiley:. Note we use PSR-4 autoloading to make it easily compatible with composer projects. Which means you have to follow these rules for file and class naming: https://www.php-fig.org/psr/psr-4/
One small nitpick for this and #34: add OpenAPI code generation, or maybe just "Add code to interact with the Svix API". Feel free to ignore me 😂