codegenhub/codegen
is a PHP package that generates what you want.
Especially everything related to the PHP code.
It's recognized as one of the best code generators in the PHP community.
Install the package using Composer:
composer require codegenhub/codegen
To install codegen
globally, simply run the following command:
php -r "copy('https://raw.githubusercontent.com/codegenhub/codegen/master/install-codegen.php', 'install-codegen.php');" &&
php install-codegen.php &&
rm install-codegen.php
Here's how you can use the package:
<?php
// generate API from Excel ha ha
?>
Details on how to configure the package... Coming soon
We welcome contributions! Please see CONTRIBUTING.md for details.
This package is licensed under the MIT License.