Prefilling info

This commit is contained in:
Yoann Celton 2018-11-27 22:01:37 +11:00 committed by Aryess
parent 623db82a57
commit e8ad97d52a
10 changed files with 36 additions and 36 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
All notable changes to `:package_name` will be documented in this file. All notable changes to `PhpMatrixSdk` will be documented in this file.
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

View file

@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement ## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at `:author_email`. All reported by contacting the project team at `aryess@github.com`. All
complaints will be reviewed and investigated and will result in a response that complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident. obligated to maintain confidentiality with regard to the reporter of an incident.

View file

@ -2,7 +2,7 @@
Contributions are **welcome** and will be fully **credited**. Contributions are **welcome** and will be fully **credited**.
We accept contributions via Pull Requests on [Github](https://github.com/:vendor/:package_name). We accept contributions via Pull Requests on [Github](https://github.com/Aryess/PhpMatrixSdk).
## Pull Requests ## Pull Requests

View file

@ -1,6 +1,6 @@
# The MIT License (MIT) # The MIT License (MIT)
Copyright (c) 2018 :author_name <:author_email> Copyright (c) 2018 Yoann Celton <aryess@github.com>
> Permission is hereby granted, free of charge, to any person obtaining a copy > Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal > of this software and associated documentation files (the "Software"), to deal

View file

@ -1,4 +1,4 @@
# :package_name # PhpMatrixSdk
[![Latest Version on Packagist][ico-version]][link-packagist] [![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md) [![Software License][ico-license]](LICENSE.md)
@ -7,7 +7,7 @@
[![Quality Score][ico-code-quality]][link-code-quality] [![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads] [![Total Downloads][ico-downloads]][link-downloads]
**Note:** Replace ```:author_name``` ```:author_username``` ```:author_website``` ```:author_email``` ```:vendor``` ```: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. You can run `$ php prefill.php` in the command line to make all replacements at once. Delete the file prefill.php as well. **Note:** Replace ```Yoann Celton``` ```aryess``` ```https://github.com/aryess``` ```aryess@github.com``` ```Aryess``` ```PhpMatrixSdk``` ```Later``` 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. You can run `$ php prefill.php` in the command line to make all replacements at once. Delete the file prefill.php as well.
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what 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. PSRs you support to avoid any confusion with users and contributors.
@ -30,13 +30,13 @@ vendor/
Via Composer Via Composer
``` bash ``` bash
$ composer require :vendor/:package_name $ composer require Aryess/PhpMatrixSdk
``` ```
## Usage ## Usage
``` php ``` php
$skeleton = new League\Skeleton(); $skeleton = new Aryess\PhpMatrixSdk();
echo $skeleton->echoPhrase('Hello, League!'); echo $skeleton->echoPhrase('Hello, League!');
``` ```
@ -56,28 +56,28 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT
## Security ## Security
If you discover any security related issues, please email :author_email instead of using the issue tracker. If you discover any security related issues, please email aryess@github.com instead of using the issue tracker.
## Credits ## Credits
- [:author_name][link-author] - [Yoann Celton][link-author]
- [All Contributors][link-contributors] - [All Contributors][link-contributors]
## License ## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information. The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/:vendor/:package_name.svg?style=flat-square [ico-version]: https://img.shields.io/packagist/v/Aryess/PhpMatrixSdk.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square [ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/:vendor/:package_name/master.svg?style=flat-square [ico-travis]: https://img.shields.io/travis/Aryess/PhpMatrixSdk/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/:vendor/:package_name.svg?style=flat-square [ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/Aryess/PhpMatrixSdk.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/:vendor/:package_name.svg?style=flat-square [ico-code-quality]: https://img.shields.io/scrutinizer/g/Aryess/PhpMatrixSdk.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/:vendor/:package_name.svg?style=flat-square [ico-downloads]: https://img.shields.io/packagist/dt/Aryess/PhpMatrixSdk.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/:vendor/:package_name [link-packagist]: https://packagist.org/packages/Aryess/PhpMatrixSdk
[link-travis]: https://travis-ci.org/:vendor/:package_name [link-travis]: https://travis-ci.org/Aryess/PhpMatrixSdk
[link-scrutinizer]: https://scrutinizer-ci.com/g/:vendor/:package_name/code-structure [link-scrutinizer]: https://scrutinizer-ci.com/g/Aryess/PhpMatrixSdk/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/:vendor/:package_name [link-code-quality]: https://scrutinizer-ci.com/g/Aryess/PhpMatrixSdk
[link-downloads]: https://packagist.org/packages/:vendor/:package_name [link-downloads]: https://packagist.org/packages/Aryess/PhpMatrixSdk
[link-author]: https://github.com/:author_username [link-author]: https://github.com/aryess
[link-contributors]: ../../contributors [link-contributors]: ../../contributors

View file

@ -1,18 +1,18 @@
{ {
"name": ":vendor/:package_name", "name": "Aryess/PhpMatrixSdk",
"type": "library", "type": "library",
"description": ":package_description", "description": "Later",
"keywords": [ "keywords": [
":vendor", "Aryess",
":package_name" "PhpMatrixSdk"
], ],
"homepage": "https://github.com/:vendor/:package_name", "homepage": "https://github.com/Aryess/PhpMatrixSdk",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
{ {
"name": ":author_name", "name": "Yoann Celton",
"email": ":author_email", "email": "aryess@github.com",
"homepage": ":author_website", "homepage": "https://github.com/aryess",
"role": "Developer" "role": "Developer"
} }
], ],
@ -25,12 +25,12 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
":vendor\\:package_name\\": "src" "Aryess\\PhpMatrixSdk\\": "src"
} }
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {
":vendor\\:package_name\\": "tests" "Aryess\\PhpMatrixSdk\\": "tests"
} }
}, },
"scripts": { "scripts": {

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<ruleset name=":package_name"> <ruleset name="PhpMatrixSdk">
<description>The coding standard of :package_name package</description> <description>The coding standard of PhpMatrixSdk package</description>
<arg value="p" /> <arg value="p" />
<config name="ignore_warnings_on_exit" value="1" /> <config name="ignore_warnings_on_exit" value="1" />

View file

@ -10,7 +10,7 @@
processIsolation="false" processIsolation="false"
stopOnFailure="false"> stopOnFailure="false">
<testsuites> <testsuites>
<testsuite name=":vendor Test Suite"> <testsuite name="Aryess Test Suite">
<directory>tests</directory> <directory>tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>

View file

@ -1,6 +1,6 @@
<?php <?php
namespace League\Skeleton; namespace Aryess\PhpMatrixSdk;
class SkeletonClass class SkeletonClass
{ {

View file

@ -1,6 +1,6 @@
<?php <?php
namespace League\Skeleton; namespace Aryess\PhpMatrixSdk;
class ExampleTest extends \PHPUnit\Framework\TestCase class ExampleTest extends \PHPUnit\Framework\TestCase
{ {