Skip to content

Commit a4a1dc2

Browse files
Replace 'php-library-starter' to 'php-starter'
1 parent b008441 commit a4a1dc2

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Contributions are **welcome** and will be fully **credited**. We accept contributions via Pull Requests on [Github](https://github.com/biurad/php-library-starter).
3+
Contributions are **welcome** and will be fully **credited**. We accept contributions via Pull Requests on [Github](https://github.com/biurad/php-starter).
44

55
## Pull Requests
66

.github/ISSUE_TEMPLATE/3_Question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ assignees: ''
99

1010
## Question
1111

12-
- Have you tried checking the documentation first? https://docs.biurad.com/php-library-starter
12+
- Have you tried checking the documentation first? https://docs.biurad.com/php-starter
1313
- Replace this with your question

.github/SUPPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
Here are some useful resources to help you use this project:
44

55
- [Project README](../README.md)
6-
- [Documentation](https://docs.biurad.com/php-library-starter)
6+
- [Documentation](https://docs.biurad.com/php-starter)
77

8-
Need more help? Feel free to [ask a question](https://github.com/biurad/php-library-starter/issues/new?labels=question) using our issue tracker and we'll do our best to answer it!
8+
Need more help? Feel free to [ask a question](https://github.com/biurad/php-starter/issues/new?labels=question) using our issue tracker and we'll do our best to answer it!

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
1212

1313
### Removed
1414

15-
[unreleased]: https://github.com/biurad/php-library-starter/compare/v0.19.0...master
15+
[unreleased]: https://github.com/biurad/php-starter/compare/v0.19.20...master

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# The Biurad PHP Library Template
22

3-
[![Latest Version](https://img.shields.io/packagist/v/biurad/php-library-starter.svg?style=flat-square)](https://packagist.org/packages/biurad/php-library-starter)
3+
[![Latest Version](https://img.shields.io/packagist/v/biurad/php-starter.svg?style=flat-square)](https://packagist.org/packages/biurad/php-starter)
44
[![Software License](https://img.shields.io/badge/License-BSD--3-brightgreen.svg?style=flat-square)](LICENSE)
5-
[![Workflow Status](https://img.shields.io/github/workflow/status/biurad/php-library-starter/Tests?style=flat-square)](https://github.com/biurad/php-library-starter/actions?query=workflow%3ATests)
6-
[![Code Maintainability](https://img.shields.io/codeclimate/maintainability/biurad/php-library-starter?style=flat-square)](https://codeclimate.com/github/biurad/php-library-starter)
7-
[![Coverage Status](https://img.shields.io/codecov/c/github/biurad/php-library-starter?style=flat-square)](https://codecov.io/gh/biurad/php-library-starter)
8-
[![Quality Score](https://img.shields.io/scrutinizer/g/biurad/php-library-starter.svg?style=flat-square)](https://scrutinizer-ci.com/g/biurad/php-library-starter)
5+
[![Workflow Status](https://img.shields.io/github/workflow/status/biurad/php-starter/Tests?style=flat-square)](https://github.com/biurad/php-starter/actions?query=workflow%3ATests)
6+
[![Code Maintainability](https://img.shields.io/codeclimate/maintainability/biurad/php-starter?style=flat-square)](https://codeclimate.com/github/biurad/php-starter)
7+
[![Coverage Status](https://img.shields.io/codecov/c/github/biurad/php-starter?style=flat-square)](https://codecov.io/gh/biurad/php-starter)
8+
[![Quality Score](https://img.shields.io/scrutinizer/g/biurad/php-starter.svg?style=flat-square)](https://scrutinizer-ci.com/g/biurad/php-starter)
99
[![Sponsor development of this project](https://img.shields.io/badge/sponsor%20this%20package-%E2%9D%A4-ff69b4.svg?style=flat-square)](https://biurad.com/sponsor)
1010

11-
**biurad/php-library-starter** is a php library template repository for biurad lap. To use this library, rename **php-library-starter** and **BSD-3** on every file that contain it to your preferred library name and license.
11+
**biurad/php-starter** is a php library template repository for biurad lap. To use this library, rename **php-starter** and **BSD-3** on every file that contain it to your preferred library name and license.
1212

1313
As to why this project exist, it's to serve as a template for future open source PHP library projects. Of course, feel free to fork it and make your own recipe.
1414

@@ -17,7 +17,7 @@ As to why this project exist, it's to serve as a template for future open source
1717
This project requires [PHP] 7.1 or higher. The recommended way to install, is via [Composer]. Simply run:
1818

1919
```bash
20-
$ composer require biurad/php-library-starter
20+
$ composer require biurad/php-starter
2121
```
2222

2323
Write a bit of **How To** use this package, so developers can have a bit of idea about the repository before checking out documentation.
@@ -63,7 +63,7 @@ Please see [CONTRIBUTING] for additional details.
6363
$ composer test
6464
```
6565

66-
This will tests biurad/php-library-starter will run against PHP 7.2 version or higher.
66+
This will tests biurad/php-starter will run against PHP 7.2 version or higher.
6767

6868
## 👥 Credits & Acknowledgements
6969

@@ -76,7 +76,7 @@ Are you interested in sponsoring development of this project? Reach out and supp
7676

7777
## 📄 License
7878

79-
**biurad/php-library-starter** is licensed under the BSD-3 license. See the [`LICENSE`](LICENSE) file for more details.
79+
**biurad/php-starter** is licensed under the BSD-3 license. See the [`LICENSE`](LICENSE) file for more details.
8080

8181
## 🏛️ Governance
8282

@@ -86,17 +86,17 @@ This project is primarily maintained by [Divine Niiquaye Ibok][@divineniiquaye].
8686

8787
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us an [email] or [message] mentioning this library. We publish all received request's at <https://patreons.biurad.com>.
8888

89-
Check out the other cool things people are doing with `biurad/php-library-starter`: <https://packagist.org/packages/biurad/php-library-starter/dependents>
89+
Check out the other cool things people are doing with `biurad/php-starter`: <https://packagist.org/packages/biurad/php-starter/dependents>
9090

9191
[PHP]: https://php.net
9292
[Composer]: https://getcomposer.org
9393
[@divineniiquaye]: https://github.com/divineniiquaye
94-
[docs]: https://docs.biurad.com/php-library-starter
95-
[commit]: https://commits.biurad.com/php-library-starter.git
94+
[docs]: https://docs.biurad.com/php-starter
95+
[commit]: https://commits.biurad.com/php-starter.git
9696
[UPGRADE]: UPGRADE-1.x.md
9797
[CHANGELOG]: CHANGELOG-0.x.md
9898
[CONTRIBUTING]: ./.github/CONTRIBUTING.md
99-
[All Contributors]: https://github.com/biurad/php-library-starter/contributors
99+
[All Contributors]: https://github.com/biurad/php-starter/contributors
100100
[Biurad Lap]: https://team.biurad.com
101101
[email]: support@biurad.com
102102
[message]: https://projects.biurad.com/message

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "biurad/php-library-starter",
2+
"name": "biurad/php-starter",
33
"description": "A PHP package template repository.",
44
"type": "library",
55
"keywords": ["biurad","biuradphp","php7"],
@@ -16,10 +16,10 @@
1616
}
1717
],
1818
"support": {
19-
"docs": "https://docs.biurad.com/php-library-starter/",
20-
"issues": "https://github.com/biurad/php-library-starter/issues",
21-
"rss": "https://github.com/biurad/php-library-starter/releases.atom",
22-
"source": "https://github.com/biurad/php-library-starter"
19+
"docs": "https://docs.biurad.com/php-starter/",
20+
"issues": "https://github.com/biurad/php-starter/issues",
21+
"rss": "https://github.com/biurad/php-starter/releases.atom",
22+
"source": "https://github.com/biurad/php-starter"
2323
},
2424
"require": {
2525
"php": "^7.1 || ^8.0"

0 commit comments

Comments
 (0)