Thanks to visit codestin.com
Credit goes to github.com

Skip to content

janbarasek/Molecule

Molecule

Converts canonical SMILES into a php object.

Structure

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/

Install

Via Composer

$ composer require kdaviesnz/molecule

Usage

        $fc = new \kdaviesnz\molecule\FactoryClient();
        $molecule = $fc->getMolecule("C1=C-C=C-C=C1");
        var_dump(get_class($molecule));

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING.md and CODE_OF_CONDUCT.md for details.

Security

If you discover any security related issues, please email :[email protected] instead of using the issue tracker.

Credits

  • Kevin Davies

License

The MIT License (MIT). Please see LICENSE.md for more information.

Molecule

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages