Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T12:06:18.000Z (about 4 years ago)
- Last Synced: 2024-09-19T19:51:29.350Z (about 2 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/