Skip to content

Commit

Permalink
Updated README, CONTRIB, and composer names.
Browse files Browse the repository at this point in the history
  • Loading branch information
paolooo committed Aug 29, 2015
1 parent 43684f2 commit 4bf6660
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 47 deletions.
19 changes: 1 addition & 18 deletions CHANGELOG.md
@@ -1,20 +1,3 @@
# Changelog

All Notable changes to `:package_name` will be documented in this file

## NEXT - YYYY-MM-DD

### Added
- Nothing

### Deprecated
- Nothing

### Fixed
- Nothing

### Removed
- Nothing

### Security
- Nothing
All Notable changes to `php-jwt-package` will be documented in this file
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -2,7 +2,7 @@

Contributions are **welcome** and will be fully **credited**.

We accept contributions via Pull Requests on [Github](https://github.com/thephpleague/:package_name).
We accept contributions via Pull Requests on [Github]https://github.com/paolooo/php-jwt-package).


## Pull Requests
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
# The MIT License (MIT)

Copyright (c) 2015 :author_name <:author_email>
Copyright (c) 2015 Nino Paolo Amarillento <pol@ninopaolo.com>

> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
Expand Down
37 changes: 17 additions & 20 deletions README.md
@@ -1,4 +1,4 @@
# :package_name
# php-jwt-package

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
Expand All @@ -7,17 +7,14 @@
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

**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.

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.
PHP JWT (JSON Web Token) implementation.

## Install

Via Composer

``` bash
$ composer require league/:package_name
$ composer require league/php-jwt-package
```

## Usage
Expand All @@ -43,28 +40,28 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## 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 pol@ninopaolo.com instead of using the issue tracker.

## Credits

- [:author_name][link-author]
- [Nino Paolo Amarillento][link-author]
- [All Contributors][link-contributors]

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/league/:package_name.svg?style=flat-square
[ico-version]: https://img.shields.io/packagist/v/league/php-jwt-package.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/thephpleague/:package_name/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/thephpleague/:package_name.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/thephpleague/:package_name.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/league/:package_name.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/league/:package_name
[link-travis]: https://travis-ci.org/thephpleague/:package_name
[link-scrutinizer]: https://scrutinizer-ci.com/g/thephpleague/:package_name/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/thephpleague/:package_name
[link-downloads]: https://packagist.org/packages/league/:package_name
[link-author]: https://github.com/:author_username
[ico-travis]: https://img.shields.io/travis/thephpleague/php-jwt-package/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/thephpleague/php-jwt-package.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/thephpleague/php-jwt-package.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/league/php-jwt-package.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/league/php-jwt-package
[link-travis]: https://travis-ci.org/thephpleague/php-jwt-package
[link-scrutinizer]: https://scrutinizer-ci.com/g/thephpleague/php-jwt-package/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/thephpleague/php-jwt-package
[link-downloads]: https://packagist.org/packages/league/php-jwt-package
[link-author]: https://github.com/paolooo
[link-contributors]: ../../contributors
15 changes: 8 additions & 7 deletions composer.json
@@ -1,17 +1,18 @@
{
"name": "league/:package_name",
"description": ":package_description",
"name": "paolooo/php-jwt-package",
"description": "PHP JWT Implementation.",
"keywords": [
"league",
":package_name"
"paolooo",
"php-jwt-package"
],
"homepage": "https://github.com/thephpleague/:package_name",
"homepage": "https://github.com/paolooo/php-jwt-package",
"license": "MIT",
"authors": [
{
"name": ":author_name",
"email": ":author_email",
"homepage": ":author_website",
"name": "Nino Paolo Amarillento",
"email": "pol@ninopaolo.com",
"homepage": "http://ninopaolo.com",
"role": "Developer"
}
],
Expand Down

0 comments on commit 4bf6660

Please sign in to comment.