PHPackages                             pointybeard/laravel-unit-converter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. pointybeard/laravel-unit-converter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pointybeard/laravel-unit-converter
==================================

A Laravel package for conversion between simple unit types.

1.0.1(1y ago)0871MITPHPPHP ^8.1CI failing

Since Feb 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/pointybeard/laravel-unit-converter)[ Packagist](https://packagist.org/packages/pointybeard/laravel-unit-converter)[ RSS](/packages/pointybeard-laravel-unit-converter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (12)Versions (3)Used By (0)

Laravel Unit Converter
======================

[](#laravel-unit-converter)

A Laravel package for conversion between simple unit types e.g. G to KG, IN to CM

Installation
------------

[](#installation)

This library is installed via [Composer](http://getcomposer.org/). To install, use `composer require pointybeard/laravel-unit-converter`.

### Requirements

[](#requirements)

This library requires PHP 8.0 or greater.

Usage
-----

[](#usage)

The UnitConverter facade allows you to perform conversions with a simple and intuitive fluent interface.

```
