2017 © Pedro Peláez
 

library shape

Shapes library which calculate rectangle scale and more.

image

ushios/shape

Shapes library which calculate rectangle scale and more.

  • Tuesday, November 10, 2015
  • by ushios
  • Repository
  • 1 Watchers
  • 0 Stars
  • 953 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

ushios/shape

Build Status Coverage Status Dependency Status Codacy Badge, (*1)

Calculates your shapes., (*2)

Installation

Using composer

{
    ...
    "require": {
        "ushios/shape": "0.*"
    }
}

@see Packagist, (*3)

Usage

<?php

use Ushios\Shape\Rectangle;
use Ushios\Shape\Calculator\Scale;

$base = new Rectangle(200, 400);
$target = new Rectangle(400, 500);

$newRect = Scale::fillRectWithRect($base, $target); // Got width:200, height:250 rectangle

Developers

Test

$ vendor/bin/phpunit

Format

$ vendor/bin/php-cs-fixer fix 

Make API Document using phpDocumenter

$ vendor/bin/phpdoc

The Versions

10/11 2015

dev-master

9999999-dev https://github.com/ushios/composer-shape

Shapes library which calculate rectangle scale and more.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Ushio Shugo

php shape rectangle

10/11 2015

0.0.6

0.0.6.0 https://github.com/ushios/composer-shape

Shapes library which calculate rectangle scale and more.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Ushio Shugo

php shape

19/10 2015

0.0.5

0.0.5.0 https://github.com/ushios/composer-shape

Shapes library which calculate rectangle scale and more.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Ushio Shugo

php shape

19/10 2015

0.0.4

0.0.4.0 https://github.com/ushios/composer-shape

Shapes library which calculate rectangle scale and more.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Ushio Shugo

php shape

17/10 2015

0.0.3

0.0.3.0 https://github.com/ushios/composer-shape

Shapes library which calculate rectangle scale and more.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Ushio Shugo

php shape

17/10 2015

0.0.2

0.0.2.0 https://github.com/ushios/composer-shape

Shapes library which calculate rectangle scale and more.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Ushio Shugo

php shape

17/10 2015

0.0.1

0.0.1.0 https://github.com/ushios/composer-shape

PHP libraries for SPRIX!

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Ushio Shugo

php shape