Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guszandy/cabrillodecoder
https://github.com/guszandy/cabrillodecoder
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guszandy/cabrillodecoder
- Owner: GusZandy
- Created: 2022-11-15T04:33:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T11:35:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-21T21:51:02.838Z (9 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)."");```