Download the PHP package jeffwhansen/distance-conversions without Composer
On this page you can find all versions of the php package jeffwhansen/distance-conversions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jeffwhansen/distance-conversions
More information about jeffwhansen/distance-conversions
Files in jeffwhansen/distance-conversions
Download jeffwhansen/distance-conversions
More information about jeffwhansen/distance-conversions
Files in jeffwhansen/distance-conversions
Vendor jeffwhansen
Package distance-conversions
Short Description Distance conversions in PHP
License MIT
Homepage https://github.com/jeffwhansen/distance-conversions
Package distance-conversions
Short Description Distance conversions in PHP
License MIT
Homepage https://github.com/jeffwhansen/distance-conversions
Keywords jeffwhansendistance-conversions
Please rate this library. Is it a good library?
Informations about the package distance-conversions
Distance conversions in PHP
Installation
You can install the package via composer:
Usage
Format String Constants
You can format your output using the following placeholders. Any character you provide that is in not in the list will be literally printed in the response.
const M = "Meters"; // 5
const C = "Centimeters"; // 55
const F = "Feet"; // 18
const I = "Inches"; //0-11
const p = "Inches partial as decimal"; //.25
const i = "Inches partial as fraction"; // 1/4
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Jeff Hansen
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of distance-conversions with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
The package jeffwhansen/distance-conversions contains the following files
Loading the files please wait ....