phptdgram / schema-generator
A PHP TD Gram Schema Generator tool to generate Schema classes from td_api.tl file.
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-11-13 17:48:40 UTC
README
The PHP TD Gram Schema Generator tool to generate Schema classes from td_api.tl file.
Install
Via Composer
$ composer require phptdgram/schema-generator
Using
$ git clone git@github.com:phptdgram/schema.git shema
$ ./bin/schema-generator
$ cd ./schema
$ composer install
$ composer cs-fix
Testing
Run PHP style checker
$ composer cs-check
Run PHP style fixer
$ composer cs-fix
Run all continuous integration tests
$ composer ci-run
Contributing
Please see CONTRIBUTING and CONDUCT for details.
License
Please see License File for more information.