Skip to content

Commit b269720

Browse files
authored
Merge branch 'github:main' into lr-parser
2 parents 812a880 + a87dfa8 commit b269720

File tree

5 files changed

+33
-2
lines changed

5 files changed

+33
-2
lines changed

collections/made-in-poland/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ items:
1212
- razorjack/quicksand
1313
- handsontable/handsontable
1414
- oskarkrawczyk/heyoffline
15-
- sickill/git-dude
15+
- ku1ik/git-dude
1616
- damian-kolakowski/iOS-Hierarchy-Viewer
17-
- sickill/bitpocket
17+
- ku1ik/bitpocket
1818
- bernii/gauge.js
1919
- wuub/SublimeREPL
2020
- kamilkisiela/graphql-config

topics/guzzle/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
display_name: Guzzle
3+
short_description: Guzzle, an extensible PHP HTTP client.
4+
topic: guzzle
5+
related: psr-7, httpclient, http-client, curl
6+
url: https://docs.guzzlephp.org
7+
github_url: https://github.com/guzzle/guzzle
8+
created_by: Matthew Weier O'Phinney
9+
released: March 2, 2011
10+
---
11+
Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.

topics/psr-7/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
display_name: "PSR-7: HTTP message interfaces"
3+
short_description: PSR-7 is a set of common interfaces representing HTTP messages, and URIs.
4+
topic: psr-7
5+
related: rfc-7230, rfc-7231, rfc-3986, http-message, psr-17
6+
url: https://www.php-fig.org/psr/psr-7/
7+
created_by: Matthew Weier O'Phinney
8+
---
9+
PSR-7 is a set of common interfaces defined by PHP Framework Interop Group. These interfaces are representing HTTP messages, and URIs for use when communicating through HTTP.

topics/unist/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
display_name: Universal Syntax Tree.
3+
short_description: unist is a specification for syntax trees. It has a big ecosystem of utilities in JavaScript for working with these trees.
4+
topic: unist
5+
url: https://unifiedjs.com/
6+
github_url: https://github.com/syntax-tree/unist
7+
related: ast, cst, syntax-tree
8+
released: February 11, 2016
9+
logo: unist.png
10+
---
11+
unist is a specification for syntax trees. It has a big ecosystem of utilities in JavaScript for working with these trees. It’s implemented by several other specifications.

topics/unist/unist.png

1.42 KB
Loading

0 commit comments

Comments
 (0)