|
| 1 | +# :package_name |
| 2 | + |
| 3 | +[](https://packagist.org/packages/spatie/:package_name) |
| 4 | +[](LICENSE.md) |
| 5 | +[](https://travis-ci.org/spatie/:package_name) |
| 6 | +[](https://insight.sensiolabs.com/projects/xxxxxxxxx) |
| 7 | +[](https://scrutinizer-ci.com/g/spatie/:package_name) |
| 8 | +[](https://packagist.org/packages/spatie/:package_name) |
| 9 | + |
| 10 | +**Note:** Replace ```:author_name``` ```:author_username``` ```:author_website``` ```:author_email``` ```:package_name``` ```:package_description``` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line. |
| 11 | + |
| 12 | +This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what |
| 13 | +PSRs you support to avoid any confusion with users and contributors. |
| 14 | + |
| 15 | +Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects [on our website](https://spatie.be/opensource). |
| 16 | + |
| 17 | +## Install |
| 18 | + |
| 19 | +**Note:** Remove this paragraph if you are building a public package |
| 20 | +This package is custom built for [Spatie](https://spatie.be) projects and is therefore not registered on packagist. |
| 21 | +In order to install it via composer you must specify this extra repository in `composer.json`: |
| 22 | + |
| 23 | +```json |
| 24 | +"repositories": [ { "type": "composer", "url": "https://satis.spatie.be/" } ] |
| 25 | +``` |
| 26 | + |
| 27 | +You can install the package via composer: |
| 28 | +``` bash |
| 29 | +$ composer require spatie/:package_name |
| 30 | +``` |
| 31 | + |
| 32 | +## Usage |
| 33 | + |
| 34 | +``` php |
| 35 | +$skeleton = new Spatie\Skeleton(); |
| 36 | +echo $skeleton->echoPhrase('Hello, Spatie!'); |
| 37 | +``` |
| 38 | + |
| 39 | +## Changelog |
| 40 | + |
| 41 | +Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. |
| 42 | + |
| 43 | +## Testing |
| 44 | + |
| 45 | +``` bash |
| 46 | +$ composer test |
| 47 | +``` |
| 48 | + |
| 49 | +## Contributing |
| 50 | + |
| 51 | +Please see [CONTRIBUTING](CONTRIBUTING.md) for details. |
| 52 | + |
| 53 | +## Security |
| 54 | + |
| 55 | +If you discover any security related issues, please email [email protected] instead of using the issue tracker. |
| 56 | + |
| 57 | +## Credits |
| 58 | + |
| 59 | +- [:author_name](https://github.com/:author_username) |
| 60 | +- [All Contributors](../../contributors) |
| 61 | + |
| 62 | +## About Spatie |
| 63 | +Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects [on our website](https://spatie.be/opensource). |
| 64 | + |
| 65 | +## License |
| 66 | + |
| 67 | +The MIT License (MIT). Please see [License File](LICENSE.md) for more information. |
0 commit comments