8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95300bc commit bffb9d8Copy full SHA for bffb9d8
README.md
@@ -12,6 +12,21 @@ whenever their results arrive - while trying to hide all the nifty details of as
12
On top of that it provides a very easy to use API, very much similar to the original `packagist-api`,
13
enriched with the comfort of [React PHP's Promises/A](https://github.com/reactphp/promise).
14
15
+**Table of Contents**
16
+
17
+* [Quickstart example](#quickstart-example)
18
+* [Usage](#usage)
19
+ * [Client](#client)
20
+ * [Processing](#processing)
21
+ * [search()](#search)
22
+ * [get()](#get)
23
+ * [all()](#all)
24
+ * [Package](#package)
25
+ * [getName()](#getname)
26
+ * [getDescription()](#getdescription)
27
+* [Install](#install)
28
+* [License](#license)
29
30
> Note: This project is in beta stage! Feel free to report any issues you encounter.
31
32
## Quickstart example
0 commit comments