PHPackages                             lidelin/laravel-leancloud - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lidelin/laravel-leancloud

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lidelin/laravel-leancloud
=========================

leancloud php sdk for laravel

v0.2.0(7y ago)17.0k1MITPHP

Since Nov 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/lidelin/laravel-leancloud)[ Packagist](https://packagist.org/packages/lidelin/laravel-leancloud)[ RSS](/packages/lidelin-laravel-leancloud/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

LeanCloud php for Laravel 5+
============================

[](#leancloud-php-for-laravel-5)

Require
-------

[](#require)

- Laravel 5+
- leancloud php sdk

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

[](#installation)

```
composer require lidelin/laravel-leancloud

```

In your `config/app.php` add this line to providers array:

```
LDL\LeanCloud\Provider\LaravelServiceProvider::class,
```

For Laravel 5.5 package supports [package discovery](https://laravel.com/docs/5.5/packages#package-discovery) feature.

Then run the command to publish the config.

```
php artisan vendor:publish --provider="LDL\LeanCloud\Provider\LaravelServiceProvider" --tag=config
```

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

[](#configuration)

add these lines to your .env file

```
LEANCLOUD_APP_ID=
LEANCLOUD_APP_KEY=
LEANCLOUD_MASTER_KEY=
LEANCLOUD_API_SERVER=
LEANCLOUD_APP_ENV=production      # "production" for production envirenment

```

Usage
-----

[](#usage)

- [LeanCloud PHP SDK Api](https://leancloud.cn/api-docs/php/)

Documentation
-------------

[](#documentation)

More development detail see

- [LeanCloud 文档](https://leancloud.cn/docs/)

License
-------

[](#license)

Source code is release under MIT license. Read LICENSE file for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~509 days

Total

2

Last Release

2605d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4dba5992f96265f605d24b5c1a763ad728e83f0d3595bd1492c58b747450996c?d=identicon)[lidelin](/maintainers/lidelin)

---

Top Contributors

[![lidelin](https://avatars.githubusercontent.com/u/8186161?v=4)](https://github.com/lidelin "lidelin (1 commits)")

---

Tags

laravelleancloud

### Embed Badge

![Health badge](/badges/lidelin-laravel-leancloud/health.svg)

```
[![Health](https://phpackages.com/badges/lidelin-laravel-leancloud/health.svg)](https://phpackages.com/packages/lidelin-laravel-leancloud)
```

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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