library shoemagick
Library for working with shoes
half2me/shoemagick
Library for working with shoes
- Sunday, February 12, 2017
- by halftome
- Repository
- 1 Watchers
- 0 Stars
- 2,560 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 1 Open issues
- 1 Versions
- 0 % Grown
shoemagick
PHP Library for working with shoes, (*1)
Installation
``` php
composer require half2me/shoemagick, (*2)
### Usage:
``` php
// In your php script
use ShoeMagick\Converter\Converter;
// ..
$converter = new Converter;
echo 'EU size of US 9.5 is: ' . $converter->from('us')->to('eu')->convert('9.5', 'Men');