|
1 | 1 | Laravel Parse
|
2 | 2 | =============
|
3 | 3 |
|
4 |
| -Laravel Parse was created by, and is maintained by [Graham Campbell](https://github.com/GrahamCampbell), and is a [Parse SDK](https://github.com/ParsePlatform/parse-php-sdk) bridge for [Laravel 5](http://laravel.com). Feel free to check out the [change log](CHANGELOG.md), [releases](https://github.com/GrahamCampbell/Laravel-Parse/releases), [license](LICENSE), and [contribution guidelines](CONTRIBUTING.md). |
| 4 | +Laravel Parse was created by, and is maintained by [Prosper Otemuyiwa](https://github.com/unicodeveloper), and is a [Parse SDK](https://github.com/ParsePlatform/parse-php-sdk) bridge for [Laravel 5](http://laravel.com). Feel free to check out the [change log](CHANGELOG.md), [releases](https://github.com/LaravelParse/Laravel-Parse/releases), [license](LICENSE), and [contribution guidelines](CONTRIBUTING.md). |
5 | 5 |
|
6 | 6 | <p align="center">
|
7 | 7 | <a href="https://styleci.io/repos/23192065"><img src="https://styleci.io/repos/23192065/shield" alt="StyleCI Status"></img></a>
|
8 |
| -<a href="https://travis-ci.org/GrahamCampbell/Laravel-Parse"><img src="https://img.shields.io/travis/GrahamCampbell/Laravel-Parse/master.svg?style=flat-square" alt="Build Status"></img></a> |
9 |
| -<a href="https://scrutinizer-ci.com/g/GrahamCampbell/Laravel-Parse/code-structure"><img src="https://img.shields.io/scrutinizer/coverage/g/GrahamCampbell/Laravel-Parse.svg?style=flat-square" alt="Coverage Status"></img></a> |
10 |
| -<a href="https://scrutinizer-ci.com/g/GrahamCampbell/Laravel-Parse"><img src="https://img.shields.io/scrutinizer/g/GrahamCampbell/Laravel-Parse.svg?style=flat-square" alt="Quality Score"></img></a> |
| 8 | +<a href="https://travis-ci.org/LaravelParse/Laravel-Parse"><img src="https://img.shields.io/travis/LaravelParse/Laravel-Parse/master.svg?style=flat-square" alt="Build Status"></img></a> |
11 | 9 | <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" alt="Software License"></img></a>
|
12 |
| -<a href="https://github.com/GrahamCampbell/Laravel-Parse/releases"><img src="https://img.shields.io/github/release/GrahamCampbell/Laravel-Parse.svg?style=flat-square" alt="Latest Version"></img></a> |
| 10 | +<a href="https://github.com/LaravelParse/Laravel-Parse/releases"><img src="https://img.shields.io/github/release/LaravelParse/Laravel-Parse.svg?style=flat-square" alt="Latest Version"></img></a> |
13 | 11 | </p>
|
14 | 12 |
|
15 | 13 |
|
| 14 | +## NOTICE |
| 15 | + |
| 16 | +Effective immediately, [Prosper Otemuyiwa](https://github.com/unicodeveloper) will take as project lead on this package. |
| 17 | + |
| 18 | +The package will be rebranded to `laravel-parse/parse`, for a 3.0 release. |
| 19 | + |
| 20 | + |
16 | 21 | ## Installation
|
17 | 22 |
|
18 | 23 | Either [PHP](https://php.net) 5.5+ or [HHVM](http://hhvm.com) 3.6+ are required.
|
19 | 24 |
|
20 | 25 | To get the latest version of Laravel Parse, simply require the project using [Composer](https://getcomposer.org):
|
21 | 26 |
|
22 | 27 | ```bash
|
23 |
| -$ composer require graham-campbell/parse |
| 28 | +$ composer require laravel-parse/parse |
24 | 29 | ```
|
25 | 30 |
|
26 | 31 | Instead, you may of course manually update your require block and run `composer update` if you so choose:
|
27 | 32 |
|
28 | 33 | ```json
|
29 | 34 | {
|
30 | 35 | "require": {
|
31 |
| - "graham-campbell/parse": "^2.0" |
| 36 | + "laravel-parse/parse": "^3.0" |
32 | 37 | }
|
33 | 38 | }
|
34 | 39 | ```
|
35 | 40 |
|
36 | 41 | Once Laravel Parse is installed, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.
|
37 | 42 |
|
38 |
| -* `'GrahamCampbell\Parse\ParseServiceProvider'` |
| 43 | +* `'LaravelParse\Parse\ParseServiceProvider'` |
39 | 44 |
|
40 | 45 |
|
41 | 46 | ## Configuration
|
@@ -79,7 +84,7 @@ This package is only responsible for the automatic initialisation of the parse c
|
79 | 84 |
|
80 | 85 | ## Security
|
81 | 86 |
|
82 |
| -If you discover a security vulnerability within this package, please send an e-mail to Graham Campbell at graham@alt-three.com. All security vulnerabilities will be promptly addressed. |
| 87 | +If you discover a security vulnerability within this package, please send an e-mail to Prosper Otemuyiwa at prosperotemuyiwa@gmail.com. All security vulnerabilities will be promptly addressed. |
83 | 88 |
|
84 | 89 |
|
85 | 90 | ## License
|
|
0 commit comments