https://github.com/nystudio107/craft-units
Units is a plugin that can convert between any units of measure, and comes with a Field for content authors to use
https://github.com/nystudio107/craft-units
conversion craft-plugin craft3 craftcms measurement measures units
Last synced: 11 months ago
JSON representation
Units is a plugin that can convert between any units of measure, and comes with a Field for content authors to use
- Host: GitHub
- URL: https://github.com/nystudio107/craft-units
- Owner: nystudio107
- License: mit
- Created: 2018-05-02T14:09:23.000Z (about 8 years ago)
- Default Branch: develop-v4
- Last Pushed: 2023-04-24T09:18:40.000Z (about 3 years ago)
- Last Synced: 2024-08-09T20:11:22.524Z (almost 2 years ago)
- Topics: conversion, craft-plugin, craft3, craftcms, measurement, measures, units
- Language: PHP
- Homepage: https://nystudio107.com/
- Size: 466 KB
- Stars: 9
- Watchers: 5
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://scrutinizer-ci.com/g/nystudio107/craft-units/?branch=v4) [](https://scrutinizer-ci.com/g/nystudio107/craft-units/?branch=v4) [](https://scrutinizer-ci.com/g/nystudio107/craft-units/build-status/v4) [](https://scrutinizer-ci.com/code-intelligence)
# Units plugin for Craft CMS 4.x
Units is a plugin that can convert between any units of measure, and comes with a Field for content authors to use.

## Requirements
This plugin requires Craft CMS 4.0.0 or later.
## Installation
To install the plugin, follow these instructions.
1. Open your terminal and go to your Craft project:
cd /path/to/project
2. Then tell Composer to load the plugin:
composer require nystudio107/craft-units
3. Install the plugin via `./craft install/plugin units` via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Units.
You can also install Units via the **Plugin Store** in the Craft Control Panel.
## Documentation
Click here -> [Units Documentation](https://nystudio107.com/plugins/units/documentation)
## Units Roadmap
Some things to do, and ideas for potential features:
* Add the ability to control what units appear in the list (because who uses _yottameters_?)
Brought to you by [nystudio107](https://nystudio107.com/)