|
1 | | -<p align="center"> |
2 | | - <img alt="Parse Platform" src="Assets/logo large.png" width="200"> |
3 | | - </a> |
4 | | -</p> |
5 | | - |
6 | | -<h2 align="center">Parse PHP SDK</h2> |
7 | | - |
8 | | -<p align="center"> |
9 | | - The Parse PHP SDK gives you access to the powerful Parse Server backend from your PHP app or script. |
10 | | -</p> |
11 | | - |
12 | | -<p align="center"> |
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 | | - <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 | | - <a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/license-BSD-lightgrey.svg"></a> |
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> |
17 | | -</p> |
18 | | - |
19 | | -<p align="center"> |
20 | | - <a href="https://codecov.io/gh/parse-community/parse-php-sdk"><img alt="Test coverage" src="https://codecov.io/gh/parse-community/parse-php-sdk/branch/master/graph/badge.svg"></a> |
21 | | - <a href="#backers"><img alt="Backers on Open Collective" src="https://opencollective.com/parse-server/backers/badge.svg" /></a> |
22 | | - <a href="#sponsors"><img alt="Sponsors on Open Collective" src="https://opencollective.com/parse-server/sponsors/badge.svg" /></a> |
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> |
24 | | -</p> |
25 | | -<br> |
26 | | - |
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). |
28 | | - |
29 | | -## Table of Contents |
30 | | -- [Table of Contents](#table-of-contents) |
| 1 | + |
| 2 | + |
| 3 | +--- |
| 4 | + |
| 5 | +[](https://github.com/parse-community/parse-php-sdk/actions?query=workflow%3Aci+branch%3Amaster) |
| 6 | +[](https://snyk.io/test/github/parse-community/parse-php-sdk) |
| 7 | +[](http://codecov.io/github/parse-community/parse-php-sdk?branch=master) |
| 8 | +[](https://github.com/parse-community/parse-dashboard/releases) |
| 9 | + |
| 10 | +[](https://php.org/) |
| 11 | + |
| 12 | +[](https://packagist.org/packages/parse/php-sdk) |
| 13 | + |
| 14 | +[][open-collective-link] |
| 15 | +[][open-collective-link] |
| 16 | +[](https://community.parseplatform.org/c/client-sdks/javascript-sdk) |
| 17 | +[](https://twitter.com/intent/follow?screen_name=ParsePlatform) |
| 18 | + |
| 19 | +--- |
| 20 | + |
| 21 | +A library that gives you access to the powerful Parse Server backend from your PHP app. For more information on Parse and its features, see [the website](https://parseplatform.org), [the PHP guide](https://docs.parseplatform.org/php/guide/), [the Cloud Code guide](https://docs.parseplatform.org/cloudcode/guide/) or [API Reference](https://parseplatform.org/parse-php-sdk/). |
| 22 | + |
| 23 | +--- |
| 24 | + |
| 25 | +## Table of Contents <!-- omit in toc --> |
| 26 | + |
31 | 27 | - [Installation](#installation) |
32 | 28 | - [Install with Composer](#install-with-composer) |
33 | 29 | - [Install with Git](#install-with-git) |
@@ -780,8 +776,7 @@ $logs = ParseLogs::getInfoLogs(10, $fromDate, $untilDate, 'asc'); |
780 | 776 |
|
781 | 777 | ## Contributing / Testing |
782 | 778 |
|
783 | | -See [CONTRIBUTING](CONTRIBUTING.md) for information on testing and contributing to |
784 | | -the Parse PHP SDK. We welcome fixes and enhancements. |
| 779 | +See [CONTRIBUTING](CONTRIBUTING.md) for information on testing and contributing to the Parse PHP SDK. |
785 | 780 |
|
786 | 781 | ----- |
787 | 782 |
|
|
0 commit comments