Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaitai-io/kaitai_struct_php_runtime
Kaitai Struct: runtime for PHP
https://github.com/kaitai-io/kaitai_struct_php_runtime
kaitai-struct php
Last synced: 10 days ago
JSON representation
Kaitai Struct: runtime for PHP
- Host: GitHub
- URL: https://github.com/kaitai-io/kaitai_struct_php_runtime
- Owner: kaitai-io
- License: mit
- Created: 2016-08-13T08:48:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T17:16:35.000Z (5 months ago)
- Last Synced: 2024-09-20T02:06:13.493Z (4 months ago)
- Topics: kaitai-struct, php
- Language: PHP
- Size: 101 KB
- Stars: 11
- Watchers: 8
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kaitai - Repository - io/kaitai_struct_php_runtime/issues)) (Runtimes / CI)
README
# Kaitai Struct: runtime library for PHP
[![Packagist](https://img.shields.io/packagist/v/kaitai-io/kaitai_struct_php_runtime)](https://packagist.org/packages/kaitai-io/kaitai_struct_php_runtime)
[![Packagist downloads](https://img.shields.io/packagist/dm/kaitai-io/kaitai_struct_php_runtime)](https://packagist.org/packages/kaitai-io/kaitai_struct_php_runtime/stats#:~:text=Last%2030%20days)
[![PHP version](https://img.shields.io/packagist/php-v/kaitai-io/kaitai_struct_php_runtime)](https://packagist.org/packages/kaitai-io/kaitai_struct_php_runtime#:~:text=php%3A)This library implements Kaitai Struct API for PHP.
Kaitai Struct is a declarative language used for describe various binary
data structures, laid out in files or in memory: i.e. binary file
formats, network stream packet formats, etc.Further reading:
* [About Kaitai Struct](http://kaitai.io/)
* [About API implemented in this library](http://doc.kaitai.io/stream_api.html)
* [PHP-specific notes](http://doc.kaitai.io/lang_php.html)## Licensing
Copyright 2015-2024 Kaitai Project: MIT license
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.