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

This package is auto-updated.

Last update: 2024-04-13 16:13:03 UTC


README

Latest Version on Packagist Software License Build Status Code Quality Total Downloads

Email

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.