PHPackages                             graham-campbell/parse - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. graham-campbell/parse

Abandoned → [laravel-parse/parse](/?search=laravel-parse%2Fparse)Library[Framework](/categories/framework)

graham-campbell/parse
=====================

Parse Is A Parse SDK Bridge For Laravel 5

3.0.0(9y ago)11738.5k↓100%23[2 issues](https://github.com/GrahamCampbell/Laravel-Parse/issues)[1 PRs](https://github.com/GrahamCampbell/Laravel-Parse/pulls)MITPHPPHP &gt;=5.5.9

Since Oct 19Pushed 8y ago5 watchersCompare

[ Source](https://github.com/GrahamCampbell/Laravel-Parse)[ Packagist](https://packagist.org/packages/graham-campbell/parse)[ RSS](/packages/graham-campbell-parse/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (17)Used By (0)

Laravel Parse
=============

[](#laravel-parse)

Laravel Parse is currently 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).

[![StyleCI Status](https://camo.githubusercontent.com/da4ecf339adbc2e0a4936362fbeb8a59f92a15145c8e10617b3f5c4dafc59459/68747470733a2f2f7374796c6563692e696f2f7265706f732f32333139323036352f736869656c64)](https://styleci.io/repos/23192065)[![Build Status](https://camo.githubusercontent.com/15c44e51ec3b9600aeafe584e0611ed152e483d0ea7685b31e863a3777843532/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4c61726176656c50617273652f4c61726176656c2d50617273652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/LaravelParse/Laravel-Parse)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Latest Version](https://camo.githubusercontent.com/768fae84db18e8062a0377b42919db537f57847bb58b5a0004b7d816f25521d6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f4c61726176656c50617273652f4c61726176656c2d50617273652e7376673f7374796c653d666c61742d737175617265)](https://github.com/LaravelParse/Laravel-Parse/releases)

Installation
------------

[](#installation)

Either [PHP](https://php.net) 5.5+ or [HHVM](http://hhvm.com) 3.6+ are required.

To get the latest version of Laravel Parse, simply require the project using [Composer](https://getcomposer.org):

```
$ composer require laravel-parse/parse
```

Instead, you may of course manually update your require block and run `composer update` if you so choose:

```
{
    "require": {
        "laravel-parse/parse": "^3.0"
    }
}
```

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.

- `'LaravelParse\Parse\ParseServiceProvider'`

Configuration
-------------

[](#configuration)

Laravel Parse requires configuration. To get started, you'll need to publish all vendor assets:

```
$ php artisan vendor:publish --provider="LaravelParse\Parse\ParseServiceProvider"
```

This will create a `config/parse.php` file in your app that you can modify to set your configuration. Also, make sure you check for changes to the original config file in this package between releases.

There are five config options:

##### Parse App Id

[](#parse-app-id)

This option (`'app_id'`) is where you may specify your parse app id. The default value for this setting is `'your-app-id'`.

##### Parse Rest Key

[](#parse-rest-key)

This option (`'rest_key'`) is where you may specify your parse rest key. The default value for this setting is `'your-rest-key'`.

##### Parse Master Key

[](#parse-master-key)

This option (`'master_key'`) is where you may specify your parse master key. The default value for this setting is `'your-master-key'`.

##### Parse Server URL

[](#parse-server-url)

This option (`'server_url'`) is where you may specify your parse server url. The default value for this setting is `'https://api.parse.com/'`.

##### Parse Mount Point

[](#parse-mount-point)

This option (`'mount_point'`) is where you may specify your parse mount point. The default value for this setting is `'1'`.

#### Parse Session Handler

[](#parse-session-handler)

This option (`'session'`) is where you may specify your parse session handler. The default value for this setting is `'laravel'`.

Usage
-----

[](#usage)

This package is only responsible for the automatic initialisation of the parse client. See the parse docs at .

Security
--------

[](#security)

If you discover a security vulnerability within this package, please send an e-mail to Prosper Otemuyiwa at . All security vulnerabilities will be promptly addressed.

License
-------

[](#license)

Laravel Parse is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

40

—

FairBetter than 87% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community19

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~74 days

Recently: every ~88 days

Total

13

Last Release

3323d ago

Major Versions

v1.0.1 → v2.0.02015-02-05

v2.8.0 → 3.0.02017-04-03

PHP version history (2 changes)v1.0.0PHP &gt;=5.4.7

v2.1.0PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/d95eb26cb8f3919bb5ca3b6d823daeabbf259663778a970349b245c580713c8e?d=identicon)[graham-campbell](/maintainers/graham-campbell)

---

Top Contributors

[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (125 commits)")[![unicodeveloper](https://avatars.githubusercontent.com/u/2946769?v=4)](https://github.com/unicodeveloper "unicodeveloper (4 commits)")[![vferdiansyah](https://avatars.githubusercontent.com/u/12978330?v=4)](https://github.com/vferdiansyah "vferdiansyah (3 commits)")[![al0mie](https://avatars.githubusercontent.com/u/5223895?v=4)](https://github.com/al0mie "al0mie (1 commits)")[![shalomabitan](https://avatars.githubusercontent.com/u/982295?v=4)](https://github.com/shalomabitan "shalomabitan (1 commits)")

---

Tags

bridgehostlaravellaravel-parselibraryparseparse-sdkphpreal-timerealtimeself-hostedserverframeworklaravelparseBridgeparse-sdkLaravel ParseParseSDKparse bridgeparse sdk bridgeLaravelParse

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/graham-campbell-parse/health.svg)

```
[![Health](https://phpackages.com/badges/graham-campbell-parse/health.svg)](https://phpackages.com/packages/graham-campbell-parse)
```

###  Alternatives

[laravel-parse/parse

Parse Is A Parse SDK Bridge For Laravel 5

1177.6k](/packages/laravel-parse-parse)[rebing/graphql-laravel

Laravel wrapper for PHP GraphQL

2.2k7.1M26](/packages/rebing-graphql-laravel)[graham-campbell/markdown

Markdown Is A CommonMark Wrapper For Laravel

1.3k7.1M63](/packages/graham-campbell-markdown)[graham-campbell/manager

Manager Provides Some Manager Functionality For Laravel

39221.1M134](/packages/graham-campbell-manager)[graham-campbell/github

GitHub Is A GitHub Bridge For Laravel

6411.7M19](/packages/graham-campbell-github)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M368](/packages/laravel-zero-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
