jeroennoten / skeleton-php

A skeleton repository for Spatie's PHP Packages

Home Page:https://spatie.be/opensource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very short description of the package

Latest Version on Packagist Build Status SensioLabsInsight Quality Score Total Downloads

Note: Replace :author_name :author_username :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.

Postcardware

You're free to use this package (it's MIT-licensed), but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.

We publish all received postcards on our company 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

composer test

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.

About

A skeleton repository for Spatie's PHP Packages

https://spatie.be/opensource

License:MIT License


Languages

Language:PHP 100.0%