half2me/shoemagick

This package is abandoned and no longer maintained. No replacement package was suggested.

Library for working with shoes

Installs: 2 631

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/half2me/shoemagick

dev-master 2017-02-12 12:37 UTC

This package is auto-updated.

Last update: 2020-02-26 10:08:50 UTC


README

PHP Library for working with shoes

Installation

composer require half2me/shoemagick

Usage:

// 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');