Download the PHP package midnite81/alphacon without Composer
On this page you can find all versions of the php package midnite81/alphacon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download midnite81/alphacon
More information about midnite81/alphacon
Files in midnite81/alphacon
Package alphacon
Short Description Alphacon (or AlphabetConversion) converts characters in strings into different formats such as Nato Strings or Morse Code.
License MIT
Informations about the package alphacon
Alphacon
Alphacon (or AlphabetConversion) converts characters in strings into different formats such as Nato Strings or Morse Code. The code has been designed in a way that you can add your own dictionaries which will convert individual characters within a string.
Current Dictionaries
- Nato
- Morse Code
Installation
This package requires PHP 7.4+, and includes a Laravel 5+ Service Provider and Facade.
To install through composer include the package in your composer.json.
"midnite81/alphacon": "^1.0"
then run composer install or composer update to download the dependencies, alternatively
you can run composer require midnite81/alphacon
.
Laravel Service Provider
If you are installing this for use with Laravel, the package will be auto discovered if
you are using Laravel 5.5 or greater, otherwise please register
\Midnite81\Alphacon\AlphaconServiceProvider::class
within your config/app.php
Usage
Depending on whether you are using this with Laravel will vary this guide on usage. Please select the appropriate guide below;
- I'm using this with Laravel
- I'm not using this with Laravel
Contributions
I'm very open to adding in dictionaries into this package where they serve a general purpose and would be useful to other people. If you wish to contribute, please feel free to raise a Pull Request. Please allow 5 days, often sooner, to check through your PR and merge where possible.