-
Notifications
You must be signed in to change notification settings - Fork 27
docs: Standardize the README #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What: Standardizes the README file providing a common language and an implementation link. Why: There are differences between PSR's READMEs in regarding language and the lacking of implementations references. So I've updated all READMEs using the https://github.com/php-fig/http-factory as base.
Jean85
previously requested changes
May 21, 2019
shadowhand
requested changes
May 21, 2019
This was referenced May 21, 2019
Co-Authored-By: Woody Gilk <woody.gilk@gmail.com>
gnumoksha
added a commit
to gnumoksha/simple-cache
that referenced
this pull request
May 23, 2019
Changes requested in php-fig/http-factory#9
gnumoksha
added a commit
to gnumoksha/cache
that referenced
this pull request
May 23, 2019
Changes requested in php-fig/http-factory#9
gnumoksha
added a commit
to gnumoksha/container
that referenced
this pull request
May 23, 2019
Changes requested in php-fig/http-factory#9
gnumoksha
added a commit
to gnumoksha/event-dispatcher
that referenced
this pull request
May 23, 2019
Changes requested in php-fig/http-factory#9
gnumoksha
added a commit
to gnumoksha/http-server-handler
that referenced
this pull request
May 23, 2019
Changes requested in php-fig/http-factory#9
gnumoksha
added a commit
to gnumoksha/link
that referenced
this pull request
May 23, 2019
Changes requested in php-fig/http-factory#9
gnumoksha
added a commit
to gnumoksha/http-message
that referenced
this pull request
May 23, 2019
Changes requested in php-fig/http-factory#9
gnumoksha
added a commit
to gnumoksha/http-client
that referenced
this pull request
May 23, 2019
Changes requested in php-fig/http-factory#9
shadowhand
approved these changes
May 23, 2019
@Jean85 looks good to me now. 👍 ? |
ping |
shadowhand
approved these changes
Dec 29, 2019
No response, requested changes made
MichaelKaz
added a commit
to MichaelKaz/http-factory
that referenced
this pull request
May 28, 2025
feat(api): add image step in recipe controller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What:
Standardizes the README file providing a common language and an implementation link.
Why:
There are differences between PSR's READMEs in regarding language and the lacking of implementations references. So I've updated all READMEs using the https://github.com/php-fig/http-factory as base.