You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing
2
2
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).
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!
[](https://biurad.com/sponsor)
10
10
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.
12
12
13
13
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.
14
14
@@ -17,7 +17,7 @@ As to why this project exist, it's to serve as a template for future open source
17
17
This project requires [PHP] 7.1 or higher. The recommended way to install, is via [Composer]. Simply run:
18
18
19
19
```bash
20
-
$ composer require biurad/php-library-starter
20
+
$ composer require biurad/php-starter
21
21
```
22
22
23
23
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.
63
63
$ composer test
64
64
```
65
65
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.
67
67
68
68
## 👥 Credits & Acknowledgements
69
69
@@ -76,7 +76,7 @@ Are you interested in sponsoring development of this project? Reach out and supp
76
76
77
77
## 📄 License
78
78
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.
80
80
81
81
## 🏛️ Governance
82
82
@@ -86,17 +86,17 @@ This project is primarily maintained by [Divine Niiquaye Ibok][@divineniiquaye].
86
86
87
87
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>.
88
88
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>
0 commit comments