Skip to content

Commit

Permalink
Adding doc
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jul 26, 2022
1 parent 0ee0528 commit 6d874b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

All notable changes to `plugin_name` will be documented in this file.

## 0.1.0 - 202X-XX-XX
## 0.1.0 - 2022-07-26

- Initial release
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Contributors: alleyinteractive, srtfisher
[![Testing Suite](https://github.com/alleyinteractive/wp-concurrent-remote-requests/actions/workflows/unit-test.yml/badge.svg)](https://github.com/alleyinteractive/wp-concurrent-remote-requests/actions/workflows/unit-test.yml)

A WordPress Feature plugin for concurrent HTTP remote requests. Adds namespaced
helper functions to make concurrent remote requests.
helper functions to make concurrent remote requests. Being tracked in https://github.com/alleyinteractive/wp-concurrent-remote-requests/pull/2 and https://core.trac.wordpress.org/ticket/37459.

## Installation

Expand All @@ -33,8 +33,12 @@ composer require alleyinteractive/wp-concurrent-remote-requests
Activate the plugin in WordPress and use it like so:

```php
$plugin = Alley\WP\Concurrent_Remote_Requests\Wp_Concurrent_Remote_Requests\Wp_Concurrent_Remote_Requests();
$plugin->perform_magic();
\Alley\WP\Concurrent_Remote_Requests\wp_remote_get(
[
'https://alley.co/',
'https://wordpress.org/',
]
);
```

## Testing
Expand Down

0 comments on commit 6d874b3

Please sign in to comment.