Download the PHP package worthwelle/alphonic without Composer

On this page you can find all versions of the php package worthwelle/alphonic. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package alphonic

Alphonic

Build Status Latest Stable Version Total Downloads

A library for converting strings into and from phonetic spellings for use over the phone, a radio or other unclear communications channels. Alphonic provides these conversions not only using the standard NATO alphabet, but also various other phonetic alphabets, making it perfect for easily converting strings with historical accuracy.

Important note

The alphabets in this library are provided not only as-is, but also as-were. That is, these alphabets are provided as they were originally defined. This means that the characters supported by each alphabet differ. Some alphabets cover only the classical Latin alphabet, some include numbers, some include language-specific Latin characters (such as the various letters with diacritical marks), and some include punctuation and figure-specific characters.

These limitations can be overcome using the add_symbol function, which allows adding characters to a particular alphabet on a one-time-only basis. To fill in only missing symbols in multiple alphabets, the add_symbol or add_symbols functions can be used with $overwrite set to false. This will, naturally, be a non-standard use of the alphabet.

More information on creating custom alphabets will be available in the near future.

Installation

Library

Composer

Install PHP Composer

Usage

Load pre-configured alphabets

Load a custom alphabet

Configuration Options

Known Issues

Running the tests

Contributing

Alphabets

Currently supported alphabets:

Code Alphabet Title
APCO1941 Association of Public-Safety Communications Officials-International (1941)
APCO1967 Association of Public-Safety Communications Officials-International Project 2 (1967)
APCO1974 Association of Public-Safety Communications Officials-International Project 14 (1974)
ARRL1936 American Radio Relay League (1936)
CCBUSUK1943 Combined Communications Board (1943)
CCIR-ICAN1932 General Radiocommunication and Additional Regulations (CCIR/ICAN, 1932)
CCIR1927 General Radiotelegraph Regulations (1927)
ICAO1946 ICAO Second Session of the Communications Division (1946)
IRC1947 Radio Regulations and Additional Radio Regulations (Atlantic City, 1947)
IRCC1938 International Radiocommunication Conference (Cairo, 1938)
LVMPD Las Vegas Metropolitan Police Department
NATO NATO Phonetic Alphabet
NATO1956 NATO Phonetic Alphabet (Jan 1 - Feb 29, 1956)
UECU1920 Universal Electrical Communications Union (1920)
USAFM2412-1943 U.S. Army Field Manual 24-12 (1943-1955)
USAFM245-1939 U.S. Army Field Manual 24-5 (1939-1943)
USAFM245-1941 U.S. Army Field Manual 24-5 (1941-1943)
USAS1919 U.S. Air Service (1919)
USASB1916 U.S. Army Signal Book (1916-1939)
USJAN1941 U.S. Joint Army/Navy (1941-1943)
USJAN1941A U.S. Joint Army/Navy variant (1941-1943)
USN1908-1 U.S. Navy (1908; Version 1)
USN1908-2 U.S. Navy (1908; Version 2)
USN1913 U.S. Navy (1913-1926)
USN1927 U.S. Navy (1927-1937)
USN1938 U.S. Navy (1938)
USNWW2 U.S. Navy World War II
WU1918 Western Union (1918)

All versions of alphonic with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
justinrainbow/json-schema Version ^5.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package worthwelle/alphonic contains the following files

Loading the files please wait ....