|
| 1 | +# Very short description of the package |
| 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 PSRs you support to avoid any confusion with users and contributors. |
| 13 | + |
| 14 | +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). |
| 15 | + |
| 16 | +## Postcardware |
| 17 | + |
| 18 | +You're free to use this package (it's [MIT-licensed](LICENSE.md)), but if it makes it to your production environment you are required to send us a postcard from your hometown, mentioning which of our package(s) you are using. |
| 19 | + |
| 20 | +Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium. |
| 21 | + |
| 22 | +The best postcards will get published on the open source page on our website. |
| 23 | + |
| 24 | +## Installation |
| 25 | + |
| 26 | +**Note:** Remove this paragraph if you are building a public package |
| 27 | +This package is custom built for [Spatie](https://spatie.be) projects and is therefore not registered on packagist. In order to install it via composer you must specify this extra repository in `composer.json`: |
| 28 | + |
| 29 | +```json |
| 30 | +"repositories": [ { "type": "composer", "url": "https://satis.spatie.be/" } ] |
| 31 | +``` |
| 32 | + |
| 33 | +You can install the package via composer: |
| 34 | + |
| 35 | +``` bash |
| 36 | +composer require spatie/:package_name |
| 37 | +``` |
| 38 | + |
| 39 | +## Usage |
| 40 | + |
| 41 | +``` php |
| 42 | +$skeleton = new Spatie\Skeleton(); |
| 43 | +echo $skeleton->echoPhrase('Hello, Spatie!'); |
| 44 | +``` |
| 45 | + |
| 46 | +## Changelog |
| 47 | + |
| 48 | +Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. |
| 49 | + |
| 50 | +## Testing |
| 51 | + |
| 52 | +``` bash |
| 53 | +$ composer test |
| 54 | +``` |
| 55 | + |
| 56 | +## Contributing |
| 57 | + |
| 58 | +Please see [CONTRIBUTING](CONTRIBUTING.md) for details. |
| 59 | + |
| 60 | +## Security |
| 61 | + |
| 62 | +If you discover any security related issues, please email [email protected] instead of using the issue tracker. |
| 63 | + |
| 64 | +## Credits |
| 65 | + |
| 66 | +- [:author_name](https://github.com/:author_username) |
| 67 | +- [All Contributors](../../contributors) |
| 68 | + |
| 69 | +## About Spatie |
| 70 | +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). |
| 71 | + |
| 72 | +## License |
| 73 | + |
| 74 | +The MIT License (MIT). Please see [License File](LICENSE.md) for more information. |
0 commit comments