Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guszandy/cabrillodecoder


https://github.com/guszandy/cabrillodecoder

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# CabrilloDecoder
Decode File Cabrillo to array PHP. Cabrillo decoder for python in [here](https://github.com/GusZandy/CabrilloDecoderPython "Cabrillo Decoder for Python") and for javascript in here [here](https://github.com/GusZandy/cabrillo_decoder_javascript "Cabrillo Decoder for Javascript").

# Installation
To install this package, you have to write like this:
```php
composer require guszandy/cabrillo-decoder
```
# Add an example file
Make sure that you have created a PHP-extension file and example cabrillo file (in this example folder) for this example and write like this:
```php
decode();

print("

".print_r($decoded_data,true)."
");

```