dtgorski / avronaut
Apache Avro IDL Transpiler
Installs: 936
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dtgorski/avronaut
Requires
- php: ^8.1
Requires (Dev)
- phpunit/phpunit: ^10.5
- squizlabs/php_codesniffer: ^3.9
- vimeo/psalm: ^5.22
This package is not auto-updated.
Last update: 2025-10-30 00:33:39 UTC
README
Apache Avro IDL Transpiler
Installation
$ composer require dtgorski/avronaut
@dev
Try make:
$ make
make help Displays this list
make clean Removes generated files
make dist-clean Removes generated files and ./vendor
make install Installs ./vendor dependencies
make update Updates ./vendor dependencies
make test Executes unit tests
make test-all Runs linter, static analysis, unit tests
make sniff Runs linter on source and tests
make sniff-fix Tries to fix linter complaints
make analyse Performs static analysis
Usage: make <TARGET> [ARGS=...]
License
MIT - © dtg [at] lengo [dot] org