atellitech/utils-hyperf

The utilities for Hyperf framework.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/atellitech/utils-hyperf

1.0.1 2025-10-09 01:53 UTC

This package is auto-updated.

Last update: 2025-10-09 02:01:21 UTC


README

composer create-project hyperf/component-creator

utils-hyperf

The utilities for Hyperf

Getting Start

Requirements

  • php8.3+

Install

$ /lib/path/composer require atellitech/utils-hyperf

Model Generator

This generator is used to create model class by particular table name.

Getting Start

Setup database connection

Usage

$ php bin/hyperf.php at:gen:model {table} --namespace={custom namespace} --path={generated file path} --connection={db profile name}

Options

  • table Table name
  • connection Database component id
  • path Store path of model class file
  • namespace Namespace of model class