phptdgram / schema-generator
PHP TD Gram Schema Generator 工具,用于从 td_api.tl 文件生成 Schema 类。
1.0.0
2020-04-13 06:52 UTC
Requires
- php: ^7.4||^8.0
- nette/php-generator: ^3.3
- symfony/console: ^5.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-09-13 17:25:28 UTC
README
PHP TD Gram Schema Generator 工具,用于从 td_api.tl 文件生成 Schema 类。
安装
通过 Composer
$ composer require phptdgram/schema-generator
使用
$ git clone git@github.com:phptdgram/schema.git shema
$ ./bin/schema-generator
$ cd ./schema
$ composer install
$ composer cs-fix
测试
运行 PHP 风格检查器
$ composer cs-check
运行 PHP 风格修复器
$ composer cs-fix
运行所有持续集成测试
$ composer ci-run
贡献
请参阅 CONTRIBUTING 和 CONDUCT 以获取详细信息。
许可证
请参阅 许可证文件 以获取更多信息。