phptdgram / schema-generator
A PHP TD Gram Schema Generator tool to generate Schema classes from td_api.tl file.
Installs: 5
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/phptdgram/schema-generator
Requires
- php: ^7.4||^8.0
- nette/php-generator: ^3.3
- symfony/console: ^5.0
Requires (Dev)
This package is auto-updated.
Last update: 2025-09-13 19:54:41 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.