2017 © Pedro Peláez
 

library morse

Generate morse code (text and/or wav-audio)

image

rexxars/morse

Generate morse code (text and/or wav-audio)

  • Wednesday, November 4, 2015
  • by rexxars
  • Repository
  • 1 Watchers
  • 5 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

morse-php

PHP morse code utilities., (*1)

Build Status, (*2)

Usage

``` php <?php // Translate from/to morse: $text = new Morse\Text(); $morse = $text->toMorse('SOS');, (*3)

echo $morse; // ... --- ... echo $text->fromMorse($morse); // SOS, (*4)

// Generate a WAV-file: $wav = new Morse\Wav(); file_put_contents('sos.wav', $wav->generate('SOS'));, (*5)


# Installing To include `morse-php` in your project, add it to your `composer.json` file: ```json { "require": { "rexxars/morse": "^1.0.0" } }

License

MIT licensed. See LICENSE for full terms., (*6)

The Versions

04/11 2015

dev-master

9999999-dev

Generate morse code (text and/or wav-audio)

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

04/11 2015

1.0.0

1.0.0.0

Generate morse code (text and/or wav-audio)

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires