codegenhub / codegen
Tools
0.0.1
2023-08-09 19:23 UTC
Requires
- php: >=8.1
- ext-json: *
- jawira/case-converter: ^3.4
- nyholm/psr7: ^1.5
- openai-php/client: ^0.4.1
- symfony/console: ^5.3
- symfony/http-client: ^6.2
- symfony/yaml: ^5.1
- twig/twig: ^3.0
This package is auto-updated.
Last update: 2024-11-09 23:23:21 UTC
README
Introduction
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.
Package installation
Install the package using Composer:
composer require codegenhub/codegen
Global installation
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
Usage
Here's how you can use the package:
<?php // generate API from Excel ha ha ?>
Configuration
Details on how to configure the package... Coming soon
Contribution
We welcome contributions! Please see CONTRIBUTING.md for details.
License
This package is licensed under the MIT License.