|
13 | 13 | <a href="https://twitter.com/intent/follow?screen_name=parseplatform"><img alt="Follow on Twitter" src="https://img.shields.io/twitter/follow/parseplatform?style=social&label=Follow"></a>
|
14 | 14 | <a href="https://community.parseplatform.org/"><img alt="Join the conversation" src="https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg"></a>
|
15 | 15 | <a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/license-BSD-lightgrey.svg"></a>
|
16 |
| - <a href="https://travis-ci.org/parse-community/parse-php-sdk"><img alt="Build status" src="https://travis-ci.org/parse-community/parse-php-sdk.svg?branch=master"></a> |
17 | 16 | <a href="https://packagist.org/packages/parse/php-sdk"><img alt="All time downloads" src="https://poser.pugx.org/parse/php-sdk/downloads" /></a>
|
18 | 17 | </p>
|
19 | 18 |
|
|
22 | 21 | <a href="#backers"><img alt="Backers on Open Collective" src="https://opencollective.com/parse-server/backers/badge.svg" /></a>
|
23 | 22 | <a href="#sponsors"><img alt="Sponsors on Open Collective" src="https://opencollective.com/parse-server/sponsors/badge.svg" /></a>
|
24 | 23 | <a href="https://packagist.org/packages/parse/php-sdk"><img alt="Latest stable version" src="https://poser.pugx.org/parse/php-sdk/v/stable" /></a>
|
25 |
| - <a href="https://packagist.org/packages/parse/php-sdk"><img alt="Latest unstable version" src="https://poser.pugx.org/parse/php-sdk/v/unstable" /></a> |
26 | 24 | </p>
|
27 | 25 | <br>
|
28 | 26 |
|
29 | 27 | For more information on Parse and its features, see [the website](https://parseplatform.org), [the PHP guide](https://docs.parseplatform.org/php/guide/) or [API Reference](https://parseplatform.org/parse-php-sdk/namespaces/Parse.html).
|
30 | 28 |
|
31 |
| -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. |
32 |
| -- [1.6.0 README](https://github.com/parse-community/parse-php-sdk/blob/1.6.0/README.md) |
33 |
| -- [1.5.1 README](https://github.com/parse-community/parse-php-sdk/blob/1.5.1/README.md) |
34 |
| -- [1.4.0 README](https://github.com/parse-community/parse-php-sdk/blob/1.4.0/README.md) |
35 |
| -- [1.3.0 README](https://github.com/parse-community/parse-php-sdk/blob/1.3.0/README.md) |
36 |
| - |
37 | 29 | ## Table of Contents
|
| 30 | +- [Table of Contents](#table-of-contents) |
38 | 31 | - [Installation](#installation)
|
39 |
| - - [Install with Composer](#install-with-composer) |
40 |
| - - [Install with Git](#install-with-git) |
41 |
| - - [Install with another method](#install-with-another-method) |
| 32 | + - [Install with Composer](#install-with-composer) |
| 33 | + - [Install with Git](#install-with-git) |
| 34 | + - [Install with another method](#install-with-another-method) |
42 | 35 | - [Setup](#setup)
|
43 |
| - - [Initializing](#initializing) |
44 |
| - - [Server URL](#server-url) |
45 |
| - - [Server Health Check](#server-health-check) |
46 |
| - - [Http Clients](#http-clients) |
47 |
| - - [Alternate CA files](#alternate-ca-file) |
| 36 | + - [Initializing](#initializing) |
| 37 | + - [Server URL](#server-url) |
| 38 | + - [Server Health Check](#server-health-check) |
| 39 | + - [Http Clients](#http-clients) |
| 40 | + - [Alternate CA File](#alternate-ca-file) |
48 | 41 | - [Getting Started](#getting-started)
|
49 |
| - - [Use Declarations](#use-declarations) |
50 |
| - - [Parse Objects](#parse-objects) |
51 |
| - - [Users](#users) |
52 |
| - - [Session Id and Session Fixation](#session-id-and-session-fixation) |
53 |
| - - [Verification Emails](#verification-emails) |
54 |
| - - [ACLs/Security](#acls) |
55 |
| - - [Queries](#queries) |
56 |
| - - [Aggregate](#aggregate) |
57 |
| - - [Distinct](#distinct) |
58 |
| - - [Relative Time](#relative-time) |
59 |
| - - [Cloud Functions](#cloud-functions) |
60 |
| - - [Cloud Jobs](#cloud-jobs) |
61 |
| - - [Config](#config) |
62 |
| - - [Analytics](#analytics) |
63 |
| - - [Files](#files) |
64 |
| - - [Push Notifications](#push) |
65 |
| - - [Push to Channels](#push-to-channels) |
66 |
| - - [Push with Query](#push-with-query) |
67 |
| - - [Push with Audience](#push-with-audience) |
68 |
| - - [Push Status](#push-status) |
69 |
| - - [Server Info](#server-info) |
70 |
| - - [Version](#version) |
71 |
| - - [Features](#features) |
72 |
| - - [Schema](#schema) |
73 |
| - - [Index](#index) |
74 |
| - - [Purge](#purge) |
75 |
| - - [Logs](#logs) |
| 42 | + - [Use Declarations](#use-declarations) |
| 43 | + - [Parse Objects](#parse-objects) |
| 44 | + - [Users](#users) |
| 45 | + - [Session Id and Session Fixation](#session-id-and-session-fixation) |
| 46 | + - [Verification Emails](#verification-emails) |
| 47 | + - [ACLs](#acls) |
| 48 | + - [Queries](#queries) |
| 49 | + - [Aggregate](#aggregate) |
| 50 | + - [Distinct](#distinct) |
| 51 | + - [Relative Time](#relative-time) |
| 52 | + - [Cloud Functions](#cloud-functions) |
| 53 | + - [Cloud Jobs](#cloud-jobs) |
| 54 | + - [Config](#config) |
| 55 | + - [Analytics](#analytics) |
| 56 | + - [Files](#files) |
| 57 | + - [Push](#push) |
| 58 | + - [Push to Channels](#push-to-channels) |
| 59 | + - [Push with Query](#push-with-query) |
| 60 | + - [Push with Audience](#push-with-audience) |
| 61 | + - [Push Status](#push-status) |
| 62 | + - [Server Info](#server-info) |
| 63 | + - [Version](#version) |
| 64 | + - [Features](#features) |
| 65 | + - [Schema](#schema) |
| 66 | + - [Index](#index) |
| 67 | + - [Purge](#purge) |
| 68 | + - [Logs](#logs) |
76 | 69 | - [Contributing / Testing](#contributing--testing)
|
77 | 70 |
|
78 | 71 | ## Installation
|
|
0 commit comments