Converts canonical SMILES into a php object.
If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.
src/
tests/
vendor/
Via Composer
$ composer require kdaviesnz/molecule $fc = new \kdaviesnz\molecule\FactoryClient();
$molecule = $fc->getMolecule("C1=C-C=C-C=C1");
var_dump(get_class($molecule));Please see CHANGELOG for more information on what has changed recently.
$ composer testPlease see CONTRIBUTING.md and CODE_OF_CONDUCT.md for details.
If you discover any security related issues, please email :[email protected] instead of using the issue tracker.
- Kevin Davies
The MIT License (MIT). Please see LICENSE.md for more information.