Download the PHP package wiconwang/easyswoole-generation without Composer

On this page you can find all versions of the php package wiconwang/easyswoole-generation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package easyswoole-generation

EasySwoole PHP 代码生成器

功能

简化 EasySwoole 的配置工具,快速生成相关配置、文档、Controller、Bean、Model等内容。
本项目部分功能需改写框架核心配置文件,且未经过严格测试,请不要在生产环境使用,以防出现故障。
本人会尽量完善此项目功能,但不对任何使用中出现的故障负责。

使用前提

本框架主要包含两大部分功能:

  1. 初始化框架,非常合适于基于 easyswoole 核心文件的空白框架的构建。
  2. 研发过程中,通过表结构,快速生成 CURD 及 研发 文档 。

安装说明

  1. 安装EasySwoole,若已安装请跳过此步骤:
    参照 官方文档 或 使用以下命令:

  2. 安装主程序
    目前本项目需要指定项目目录,请在 composer.json 中,添加以下代码,以便可以使用本项目

    执行以下命令:

执行后,会在根目录生成 cmd 文件。
如未成功生成,请到 vendor/wiconwang/easyswoole-generation 下,将 cmd 文件复制到项目根目录以便后期使用。

使用说明

请在项目根目录下执行 php cmd 查看具体命令。 空白项目,推荐执行顺序:

研发文档

系统会自动生成研发文档,路径为 /Swagger/getJson
可自行下载 swagger-ui 来加载此地址。
返回码接口路径为 /Swagger/getReturnCode ,可对接并显示所有返回码。


All versions of easyswoole-generation with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.0
tioncico/curd-automatic-generation Version ^1.0
easyswoole/mysqli-pool Version >=1.0
nikic/fast-route Version >=1.3
easyswoole/redis-pool Version >=1.0
zircote/swagger-php Version >=3.0
symfony/console Version >=4.3.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package wiconwang/easyswoole-generation contains the following files

Loading the files please wait ....