thinkverse/package-tutorial

This package is abandoned and no longer maintained. No replacement package was suggested.

Package built for my Package Tutorial.

1.0.0 2020-08-26 11:51 UTC

This package is auto-updated.

Last update: 2022-09-13 03:10:43 UTC


README

Source for my package tutorial.

Installation

Use the dependancy mananger composer to install package-tutorial.

composer require thinkverse/package-tutorial

Usage

use Thinkverse\Repeat;

print Repeat::sentence('Hello World.'); // Hello World.
print Repeat::sentence(); // No sentence given.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT