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.
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: Buchmy St, 1-B, 3rd floor, Kharkiv, Ukraine.
We publish all received postcards on our company website.
If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.
bin/
config/
src/
tests/
vendor/
Note: Remove this paragraph if you are building a public package
This package is custom built for ZFort 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.zfort.com/" } ]
You can install the package via composer:
composer require zfort/:package_name
$skeleton = new ZFort\Skeleton();
echo $skeleton->echoPhrase('Hello, ZFort!');
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
ZFort Group is a full-scale IT outsourcing service provider that has delivered premium web development, consulting and B2B solutions since 2000.
The MIT License (MIT). Please see License File for more information.