Skip to content

Commit 5a996f6

Browse files
Apply suggestions from code review
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
1 parent f22cfa3 commit 5a996f6

3 files changed

Lines changed: 19 additions & 19 deletions

File tree

CONTRIBUTING.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ We would ❤️ for you to contribute to `utopia-php/http` and help make it bett
66

77
If you are worried or don’t know where to start, check out our next section explaining what kind of help we could use and where can you get involved. You can reach out with questions to [Eldad Fux (@eldadfux)](https://twitter.com/eldadfux) or [@appwrite_io](https://twitter.com/appwrite_io) on Twitter, and anyone from the [Appwrite team on Discord](https://discord.gg/GSeTUeA). You can also submit an issue, and a maintainer can guide you!
88

9-
You can get an in-depth understanding of the Utopia-PHP Http in our [Getting Started](docs/Getting-Starting-Guide.md) guide.
9+
You can get an in-depth understanding of Utopia HTTP in our [Getting Started](docs/Getting-Starting-Guide.md) guide.
1010

1111
## Code of Conduct
1212

13-
Help us keep Utopia-PHP Http open and inclusive. Please read and follow our [Code of Conduct](/CODE_OF_CONDUCT.md).
13+
Help us keep Utopia HTTP open and inclusive. Please read and follow our [Code of Conduct](/CODE_OF_CONDUCT.md).
1414

1515
## Submit a Pull Request 🚀
1616

@@ -72,38 +72,38 @@ $ git push origin [name_of_your_new_branch]
7272

7373
## Introducing New Features
7474

75-
We would 💖 you to contribute to Utopia-PHP HTTP, but we would also like to make sure Http is as great as possible and loyal to its vision and mission statement 🙏.
75+
We would 💖 you to contribute to Utopia HTTP, but we would also like to make sure this library is as great as possible and loyal to its vision and mission statement 🙏.
7676

7777
For us to find the right balance, please open an issue explaining your ideas before introducing a new pull request.
7878

79-
This will allow the Utopia-PHP Http community to have sufficient discussion about the new feature value and how it fits in the product roadmap and vision.
79+
This will allow the community to have sufficient discussion about the new feature value and how it fits in the product roadmap and vision.
8080

81-
This is also important for the Http lead developers to be able to give technical input and different emphasis regarding the feature design and architecture. Some bigger features might need to go through our [RFC process](https://github.com/appwrite/rfc).
81+
This is also important for the repository owners to be able to give technical input and different emphasis regarding the feature design and architecture. Some bigger features might need to go through our [RFC process](https://github.com/appwrite/rfc).
8282

8383
## Other Ways to Help
8484

85-
Pull requests are great, but there are many other areas where you can help Utopia-PHP Http
85+
Pull requests are great, but there are many other areas where you can help:
8686

8787
### Blogging & Speaking
8888

89-
Blogging, speaking about, or creating tutorials about one of Http's many features is great way to contribute and help our project grow.
89+
Creating blog posts, giving talks, or developing tutorials about one of this library's many features are excellent ways to contribute and help our project grow.
9090

9191
### Presenting at Meetups
9292

93-
Presenting at meetups and conferences about your Http projects. Your unique challenges and successes in building things with Utopia-PHP Http can provide great speaking material. We’d love to review your talk abstract/CFP, so get in touch with us if you’d like some help!
93+
Presenting at meetups and conferences about your Utopia projects. Your unique challenges and successes in building things with this library can provide great speaking material. We’d love to review your conference talk abstract, so get in touch with us if you’d like some help!
9494

9595
### Sending Feedbacks & Reporting Bugs
9696

97-
Sending feedback is a great way for us to understand your different use cases of Utopia-PHP Http better. If you had any issues, bugs, or want to share about your experience, feel free to do so on our GitHub issues page or at our [Discord channel](https://discord.gg/GSeTUeA).
97+
Sending feedback is a great way for us to understand your different use cases of this library better. If you had any issues, bugs, or want to share about your experience, feel free to do so on our GitHub issues page or at our [Discord channel](https://discord.gg/GSeTUeA).
9898

9999
### Submitting New Ideas
100100

101-
If you think Utopia-PHP Http could use a new feature, please open an issue on our GitHub repository, stating as much information as you can think about your new idea and it's implications. We would also use this issue to gather more information, get more feedback from the community, and have a proper discussion about the new feature.
101+
If you think this library could use a new feature, please open an issue on our GitHub repository, stating as much information as you can think about your new idea and it's implications. We would also use this issue to gather more information, get more feedback from the community, and have a proper discussion about the new feature.
102102

103103
### Improving Documentation
104104

105105
Submitting documentation updates, enhancements, designs, or bug fixes. Spelling or grammar fixes will be very much appreciated.
106106

107107
### Helping Someone
108108

109-
Searching for Utopia-PHP Http on Discord, GitHub, or StackOverflow and helping someone else who needs help. You can also help by teaching others how to contribute to Http's repo!
109+
Searching for Utopia-PHP on Discord, GitHub, or StackOverflow and helping someone else who needs help. You can also help by teaching others how to contribute to this repo!

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
![Total Downloads](https://img.shields.io/packagist/dt/utopia-php/http.svg)
77
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord)](https://discord.gg/GSeTUeA)
88

9-
Utopia Http is a PHP MVC based framework with minimal must-have features for professional, simple, advanced and secure web development. This library is maintained by the [Appwrite team](https://appwrite.io).
9+
Utopia HTTP is a PHP MVC based framework with minimal must-have features for professional, simple, advanced and secure web development. This library is maintained by the [Appwrite team](https://appwrite.io).
1010

11-
Utopia Http is dependency-free. Any extra features, such as authentication or caching are available as standalone models in order to keep the framework core clean, light, and easy to learn.
11+
Utopia HTTP is dependency-free. Any extra features, such as authentication or caching are available as standalone models in order to keep the framework core clean, light, and easy to learn.
1212

1313
## Getting Started
1414

@@ -61,7 +61,7 @@ curl http://localhost:8000/hello-world
6161

6262
### Server Adapters
6363

64-
The library supports server adapters to be able to run on any PHP setup. Youx1s could use the FPM server or the Swoole server.
64+
The library supports server adapters to be able to run on any PHP setup. You could use the FPM or Swoole server.
6565

6666
#### Use PHP FPM server
6767

@@ -244,15 +244,15 @@ In advanced scenarios, resources can also be injected into other resources or en
244244

245245
Resources are designed to prepare dependencies or context for the request. Resources are not meant to do functional logic or return callbacks. For such a use case, you should use hooks.
246246

247-
To learn more about Http architecture and features, check out more in-depth [Getting started guide](/docs/Getting-Starting-Guide.md).
247+
To learn more about architecture and features for this library, check out more in-depth [Getting started guide](/docs/Getting-Starting-Guide.md).
248248

249249
## System Requirements
250250

251-
Utopia Http requires PHP 8.0 or later. We recommend using the latest PHP version whenever possible.
251+
Utopia HTTP requires PHP 8.1 or later. We recommend using the latest PHP version whenever possible.
252252

253253
## More from Utopia
254254

255-
Our ecosystem supports other thin PHP projects aiming to extend the core PHP Utopia Http.
255+
Our ecosystem supports other thin PHP projects aiming to extend the core PHP Utopia HTTP.
256256

257257
Each project is focused on solving a single, very simple problem and you can use composer to include any of them in your next project.
258258

docs/Getting-Starting-Guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Getting Started with Utopia-PHP
22

33
# Intro
4-
Utopia Http is an easy-to-use PHP MVC based framework with minimal must-have features for professional, simple, advanced and secure web development. It follows an architecture like Express and is based on the declarative programming approach. Documenting and writing code are usually seen as two separate tasks and very often, documentation loses priority in the software development lifecycle. Utopia unifies the two with a flexible API that allows your code to be self-documenting. What’s interesting about Utopia is its ability to accept metadata along with it’s route definitions. This metadata can then be used for various purposes like generating documentation, swagger specifications and more.
4+
Utopia HTTP is an easy-to-use PHP MVC based framework with minimal must-have features for professional, simple, advanced and secure web development. It follows an architecture like Express and is based on the declarative programming approach. Documenting and writing code are usually seen as two separate tasks and very often, documentation loses priority in the software development lifecycle. Utopia unifies the two with a flexible API that allows your code to be self-documenting. What’s interesting about Utopia is its ability to accept metadata along with it’s route definitions. This metadata can then be used for various purposes like generating documentation, swagger specifications and more.
55

66
# Defining Routes
77
If you’re new to Utopia, let’s get started by looking at an example of a basic GET route for an application that you can create using Utopia. We'll be using a [Swoole server](https://github.com/swoole/swoole-src) in this example, but you should be able to extend it to any HTTP server.
@@ -281,7 +281,7 @@ Http::shutdown(function($request) {
281281
# Running Locally
282282
If you have PHP and Composer installed on your device, you can run Utopia apps locally by downloading the Utopia-PHP/http dependency using `composer require utopia-php/http` command.
283283

284-
> Utopia Http requires PHP 8.0 or later. We recommend using the latest PHP version whenever possible.
284+
> Utopia HTTP requires PHP 8.1 or later. We recommend using the latest PHP version whenever possible.
285285
286286
Wonderful! 😄 You’re all set to create a basic demo app using the Utopia Http. If you have any issues or questions feel free to reach out to us on our [Discord Server](https://appwrite.io/discord).
287287

0 commit comments

Comments
 (0)