Very short description of the package
Note: Replace :author_name :author_username :author_website :author_email :package_name :package_description with their correct values in README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.md and composer.json files, then delete this line.
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.
Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
Postcardware
You're free to use this package (it's MIT-licensed), 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.
Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.
The best postcards will get published on the open source page on our website.
Installation
Note: Remove this paragraph if you are building a public package
This package is custom built for Spatie projects and is therefore not registered on packagist. In order to install it via composer you must specify this extra repository in composer.json:
"repositories": [ { "type": "composer", "url": "https://satis.spatie.be/" } ]
You can install the package via composer:
composer require spatie/:package_name
Usage
$skeleton = new Spatie\Skeleton(); echo $skeleton->echoPhrase('Hello, Spatie!');
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email freek@spatie.be instead of using the issue tracker.
Credits
About Spatie
Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
License
The MIT License (MIT). Please see License File for more information.