manishorg/magento-package

1.0.0 2021-07-21 13:42 UTC

This package is not auto-updated.

Last update: 2024-05-24 01:41:41 UTC


README

Installation

You can install the package via composer:

composer require bronto/magento-package

Usage (Just Like)

$firstClass = new Bronto\StarterPackage\FirstClass();
echo $firstClass->output('Hey You Done a Great Job!');

Testing

composer test

Changelog

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

Contributing

Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see License File for more information.