Skip to content

Commit 1a5c591

Browse files
authored
Update README.md
1 parent 96ccc6d commit 1a5c591

File tree

1 file changed

+24
-14
lines changed

1 file changed

+24
-14
lines changed

README.md

+24-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
1-
# Parse PHP SDK
1+
<p align="center">
2+
<img alt="Parse Platform" src="Assets/logo large.png" width="200">
3+
</a>
4+
</p>
25

3-
[![codecov](https://codecov.io/gh/parse-community/parse-php-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/parse-community/parse-php-sdk)
4-
[![Build Status](https://travis-ci.org/parse-community/parse-php-sdk.svg?branch=master)](https://travis-ci.org/parse-community/parse-php-sdk)
5-
[![Join The Conversation](https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg)](https://community.parseplatform.org/c/parse-server)
6-
[![Backers on Open Collective](https://opencollective.com/parse-server/backers/badge.svg)][open-collective-link]
7-
[![Sponsors on Open Collective](https://opencollective.com/parse-server/sponsors/badge.svg)][open-collective-link]
8-
[![License][license-svg]][license-link]
9-
[![Twitter Follow](https://img.shields.io/twitter/follow/ParsePlatform.svg?label=Follow%20us%20on%20Twitter&style=social)](https://twitter.com/intent/follow?screen_name=ParsePlatform)
6+
<h2 align="center">Parse PHP SDK</h2>
107

11-
The Parse PHP SDK gives you access to the powerful Parse cloud platform
12-
from your PHP app or script. Designed to work with the self-hosted Parse Server: https://github.com/parse-community/parse-server
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>
1311

14-
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).
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://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+
</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+
</p>
24+
<br>
25+
26+
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).
1527

1628
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.
1729
- [1.5.1 README](https://github.com/parse-community/parse-php-sdk/blob/1.5.1/README.md)
@@ -779,7 +791,5 @@ the Parse PHP SDK. We welcome fixes and enhancements.
779791
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
780792

781793
[Get Composer]: https://getcomposer.org/download/
782-
[Parse PHP Guide]: http://docs.parseplatform.org/php/guide/
783-
[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg
784-
[license-link]: LICENSE
794+
[Parse PHP Guide]: https://docs.parseplatform.org/php/guide/
785795
[open-collective-link]: https://opencollective.com/parse-server

0 commit comments

Comments
 (0)