https://github.com/thinkverse/package-tutorial
Source for "Publishing your first Composer package." tutorial
https://github.com/thinkverse/package-tutorial
blogpost composer packagist php tutorial
Last synced: 4 months ago
JSON representation
Source for "Publishing your first Composer package." tutorial
- Host: GitHub
- URL: https://github.com/thinkverse/package-tutorial
- Owner: thinkverse
- License: mit
- Created: 2020-08-26T08:51:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T12:06:18.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T10:12:22.105Z (6 months ago)
- Topics: blogpost, composer, packagist, php, tutorial
- Language: PHP
- Homepage: https://dev.to/thinkverse/publishing-your-first-composer-package-4gf
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Package Tutorial 📦
Source for my package tutorial.
## Installation
Use the dependancy mananger [composer] to install `package-tutorial`.```bash
composer require thinkverse/package-tutorial
```## Usage
```php
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][composer]: https://getcomposer.org/
[mit]: https://choosealicense.com/licenses/mit/