Skip to content

Commit 77752df

Browse files
authored
Added SDK links (#426)
Added links to the guide and api reference. I almost forgot about the [class inheritance diagram](http://parseplatform.org/parse-php-sdk/graph_class.html) hidden gem.
1 parent 181280a commit 77752df

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ When committing, keep all lines to less than 80 characters, and try to
88
follow the existing style. Before creating a pull request, squash your commits
99
into a single commit. Please provide ample explanation in the commit message.
1010

11+
In addition there's a pretty cool [class inheritance diagram](http://parseplatform.org/parse-php-sdk/graph_class.html) you can check out as well.
12+
1113
Installation
1214
------------
1315

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
The Parse PHP SDK gives you access to the powerful Parse cloud platform
77
from your PHP app or script. Designed to work with the self-hosted Parse Server: https://github.com/parse-community/parse-server
88

9+
For more information on Parse and its features, see [the website](http://parseplatform.org), [the PHP guide](https://docs.parseplatform.org/php/guide/) or [API Reference](http://parseplatform.org/parse-php-sdk/namespaces/Parse.html).
10+
911
Please note that this documentation contains the latest changes that may as of yet be unreleased. To see the README for your release please use the list below.
1012
- [1.4.0 README](https://github.com/parse-community/parse-php-sdk/blob/1.4.0/README.md)
1113
- [1.3.0 README](https://github.com/parse-community/parse-php-sdk/blob/1.3.0/README.md)

0 commit comments

Comments
 (0)