codegenhub/codegen

0.0.1 2023-08-09 19:23 UTC

This package is auto-updated.

Last update: 2024-05-09 22:19:19 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.