PHPackages                             cblink-service/form-schema-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cblink-service/form-schema-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cblink-service/form-schema-sdk
==============================

Package description here.

v0.1.2(3y ago)0194MITPHPPHP &gt;=7.4

Since Mar 6Pushed 3y ago2 watchersCompare

[ Source](https://github.com/cblink-service/form-schema-sdk)[ Packagist](https://packagist.org/packages/cblink-service/form-schema-sdk)[ RSS](/packages/cblink-service-form-schema-sdk/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

 form-schema-sdk
=================

[](#-form-schema-sdk-)

 .

Installing
----------

[](#installing)

```
$ composer require cblink-service/form-schema-sdk -vvv
```

Usage
-----

[](#usage)

```
use Cblink\Service\FormSchema\Table;
use Cblink\Service\FormSchema\Schema;
use Cblink\Service\FormSchema\Consts\FormSearchConst;

$config = [
    'appid' => 'xxx',
    'secret' => 'xxxx',
    // base_url ...
];

$schema = new Schema($config);

$schema->table('category', function (Table $table) {
    $table->comment('分类');
    $table->field('name')->label('分类名称')->rules(['required', 'string'])
    $table->field('sort')->label('权重')->default(999);

    $table->searchable('sort')->type(FormSearchConst::TYPE_EQ);
    // 不需要添加created_at 与 updated_at
    // ...
});
```

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/cblink-service/form-schema-sdk/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/cblink-service/form-schema-sdk/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

1215d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a33f3d22f7c5ba81df984215eda327fe21f224f59a8a8cb404138042ec9f788?d=identicon)[overnic](/maintainers/overnic)

### Embed Badge

![Health badge](/badges/cblink-service-form-schema-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/cblink-service-form-schema-sdk/health.svg)](https://phpackages.com/packages/cblink-service-form-schema-sdk)
```

###  Alternatives

[ballen/distical

A distance (Lat/Long) calculation library for PHP

40199.2k2](/packages/ballen-distical)[tholu/php-cidr-match

CIDRmatch is a library to match an IP to an IP range in CIDR notation (IPv4 and IPv6).

35228.9k](/packages/tholu-php-cidr-match)[mehrab-wj/tiktoken-php

a clone of python tiktoken but for PHP! fast BPE tokeniser for use with OpenAI's models.

17114.9k4](/packages/mehrab-wj-tiktoken-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
