Skip to content

thinkverse/package-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package Tutorial 📦

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