2017 © Pedro Peláez
 

library chemical-reagent

PHP library for CAS

image

pihizi/chemical-reagent

PHP library for CAS

  • Tuesday, April 12, 2016
  • by pihizi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 129 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

    $obj = new \ChemicalReagent\Conversion('500ml');
    $obj = new \ChemicalReagent\Conversion('500ml * 3');
    $obj = new \ChemicalReagent\Conversion('500ml * 3', [
        [
            'ml'=> 1,
            'ul'=> 1000,
            'μl'=> 1000,
            'cl'=> 0.1,
            'dl'=> 0.01,
            'l'=> 0.001,
        ],
        [
            'g'=> 1,
            'ug'=> 1000000,
            'μg'=> 1000000,
            'mg'=> 1000,
            'kg'=> 0.001,
        ]
    ]);
    echo (sring)$obj;
    echo $obj->out();
    echo $obj->beautify();

The Versions

12/04 2016

dev-master

9999999-dev https://github.com/pihizi/chemical-reagent

PHP library for CAS

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar pihizi

cas chemical reagent