Download the PHP package sfolador/measures-for-laravel without Composer
On this page you can find all versions of the php package sfolador/measures-for-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sfolador/measures-for-laravel
More information about sfolador/measures-for-laravel
Files in sfolador/measures-for-laravel
Package measures-for-laravel
Short Description A collection of unit conversions utils for Laravel
License MIT
Homepage https://github.com/sfolador/measures-for-laravel
Informations about the package measures-for-laravel
A collection of unit conversions utils for Laravel
Convert units of measure in Laravel.
Installation
You can install the package via composer:
You can publish the config file with:
Usage
It's possible to use also extended fluent methods:
If you do not know which kind of measure you are dealing with, you can use the Measures
class to
automatically detect the type of measure:
Eloquent cast
It's possible to cast a model attribute to a measure:
Available units
Length
- Millimeter
- Centimeter
- Meter
- Kilometer
- Inch
- Foot
- Yard
- Mile
- Nautical mile
Weight
- Milligram
- Gram
- Kilogram
- Ton
- Ounce
- Pound
- Stone
- Long ton
- Short ton
Volume
- Milliliter
- Liter
- Cubic meter
- Cubic inch
- Cubic foot
- Gallon
- Pint
- Cup
Temperature
- Celsius
- Fahrenheit
- Kelvin
Area
- Square meter
- Square kilometer
- Square centimeter
- Square millimeter
- Square inch
- Square foot
- Square yard
- Square mile
- Acre
- Hectare
Data
- Bit
- Byte
- Kilobit
- Kilobyte
- Megabit
- Megabyte
- Gigabit
- Gigabyte
- Terabit
- Terabyte
- Petabit
- Petabyte
- kibibit
- kibibyte
- mebibit
- mebibyte
- gibibit
- gibibyte
- tebibit
- tebibyte
- pebibit
- pebibyte
Speed
- Meter per second
- Kilometer per hour
- Mile per hour
- Knot
- Foot per second
- Mach
Time
- Nanosecond
- Microsecond
- Millisecond
- Second
- Minute
- Hour
- Day
- Week
- Month
- Year
Pressure
- Pascal
- Kilopascal
- Bar
- Millibar
- Atmosphere
- Torr
- Pound per square inch
- Millimeter of mercury
Energy
- Joule
- Kilojoule
- Megajoule
- Gigajoule
- Watt hour
- Kilowatt hour
- Megawatt hour
- Gigawatt hour
- Calorie
- Kilocalorie
- Megacalorie
- Gigacalorie
- Electronvolt
- Kiloelectronvolt
- Megaelectronvolt
- Gigaelectronvolt
Angle
- Degree
- Radian
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- sfolador
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of measures-for-laravel with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^9.0|^10.0|^11.0