PHPackages                             doclify/laravel - 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. doclify/laravel

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

doclify/laravel
===============

Integrates the Doclify PHP SDK with Laravel.

0455PHPCI failing

Since Jul 7Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

doclify/laravel — Doclify Laravel Package
=========================================

[](#doclifylaravel--doclify-laravel-package)

[![Packagist](https://camo.githubusercontent.com/a2d90cf4cd9286da1506d38adbbb81425799514f02c147fe7b9e11b9b1a0e6af/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646f636c6966792f6c61726176656c2e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/doclify/laravel)[![PHP from Packagist](https://camo.githubusercontent.com/3d18ca02a9c70a901be90b2fab10f1f406c03a8b5ee3b4d45d76c543c2728e06/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f646f636c6966792f6c61726176656c2e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/doclify/laravel)[![Packagist](https://camo.githubusercontent.com/a1fb088896ff26c82deeba4418a55df677b5c01ec905a53927c29d23e19d0efc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f646f636c6966792f646f636c6966792d6c61726176656c2e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/doclify/laravel)

> This library provides an easy-to-use integration between the Laravel framework and the Doclify SDK. It requires at least PHP 7.2.

Setup
-----

[](#setup)

Add this package to your application by using [Composer](https://getcomposer.org/) and executing the following command:

```
composer require doclify/laravel
```

Add the service provider to the `providers` array in `config/app.php`:

```
'providers' => [
    Doclify\Laravel\DoclifyServiceProvider::class,
],
```

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

[](#configuration)

Publish the config file:

```
php artisan vendor:publish --provider="Doclify\Laravel\DoclifyServiceProvider"
```

This will add `doclify.php` to your `/config` folder. Next, add your repository and API token to your `.env` file:

```
DOCLIFY_REPOSITORY="your_repository_name"
DOCLIFY_TOKEN="your_token"

```

License
-------

[](#license)

Copyright (c) 2020 Doclify. Code released under the MIT license. See [LICENSE](LICENSE) for further details.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7682dcf5ad3821fe1900c98806cc61bfec76b25c61f53a9b79edc5a54e90dac7?d=identicon)[adamcikado](/maintainers/adamcikado)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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