承接 ensi/laravel-openapi-client-generator 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ensi/laravel-openapi-client-generator

最新稳定版本:0.14.6

Composer 安装命令:

composer require ensi/laravel-openapi-client-generator

包简介

laravel openapi client generator

README 文档

README

Latest Version on Packagist Tests Total Downloads

A package for Laravel that generates http clients to the service using OpenApi Generator. At the moment, there is support for one platform: PHP.

Installation

You can install the package via composer:

composer require ensi/laravel-openapi-client-generator --dev

Publish the config file with:

php artisan vendor:publish --provider="Ensi\LaravelOpenapiClientGenerator\OpenapiClientGeneratorServiceProvider"

Version Compatibility

Laravel OpenApi Client Generator Laravel PHP
^0.0.1 ^7.x ^7.1.3
^0.2.0 - ^0.8.3 ^7.x ^7.1.3
^0.8.4 ^7.x ^7.2.0
^0.9.0 ^7.x || ^8.x ^7.2.0
^0.10.0 - ^0.12.0 ^7.x || ^8.x ^7.2 || ^8.0
^0.12.1 ^8.x || ^9.x ^7.2 || ^8.0
^0.13.0 ^8.x || ^9.x ^8.1
^0.13.1 ^8.x || ^9.x || ^10.x ^8.1
^0.13.5 ^8.x || ^9.x || ^10.x|| ^11.x ^8.1
^0.14.0 ^9.x || ^10.x|| ^11.x ^8.1

Basic Usage:

  1. Before launching, make sure that the api description structure meets these requirements.

  2. Configure the generation parameters (if the default ones are not suitable).

  3. Client Generation:

  4. After successful generation, the client code will appear along the path <output_dir_template>-php, which can be put into git, the git_push script will be at the root, which is convenient to use for this. The corresponding repositories should already be created in the appropriate version control system. The full name of the repository is formed as follows: <git_user>/<git_repo_template>-php.

Limitations

The package currently does not support generation in a Windows environment.

Contributing

Please see CONTRIBUTING for details.

Testing

  1. composer install
  2. npm install
  3. composer test

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 62.98k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 2
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-10-05