PHPackages                             leeqvip/ldoc - 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. [API Development](/categories/api)
4. /
5. leeqvip/ldoc

ActiveLibrary[API Development](/categories/api)

leeqvip/ldoc
============

A documentation generator for Laravel.

v1.0.0(1y ago)138Apache-2.0PHPPHP ^8.2

Since Apr 7Pushed 1y agoCompare

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

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

Ldoc
====

[](#ldoc)

[![Build Status](https://camo.githubusercontent.com/363c27db08403454ab2e006d4a5352a8244afe10b64d56356939b66e16c8aed1/68747470733a2f2f7472617669732d63692e6f72672f746563686f6e65722f6c646f632e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/techoner/ldoc)[![Latest Stable Version](https://camo.githubusercontent.com/b9b50621ac93d02920092131bfc4c8cc4594d81a9a96b37846b2eefe15e7387c/68747470733a2f2f706f7365722e707567782e6f72672f746563686f6e652f6c646f632f762f737461626c65)](https://packagist.org/packages/techone/ldoc)[![Total Downloads](https://camo.githubusercontent.com/643347e9bd4b362ef67d4dff8ae66f12257b9a54ec4273349e45e895476712b9/68747470733a2f2f706f7365722e707567782e6f72672f746563686f6e652f6c646f632f646f776e6c6f616473)](https://packagist.org/packages/techone/ldoc)[![License](https://camo.githubusercontent.com/4b9cb4910ab04b9214cf4641c0aa5c8c123feae5fc4ddfb29674f8dae8726acc/68747470733a2f2f706f7365722e707567782e6f72672f746563686f6e652f6c646f632f6c6963656e7365)](https://packagist.org/packages/techone/ldoc)

**Ldoc** is a tool for quickly generating documents written in the PHP language. You write documents in Markdown (or other languages) and Ldoc generates files with a beautiful theme in seconds.

### Installation

[](#installation)

```
composer require techone/ldoc

```

Add the ServiceProvider in `config/app.php`

```
'providers' => [
    /*
     * Package Service Providers...
     */
    Ldoc\LdocServiceProvider::class,
]
```

To publish the config, run the vendor publish command:

```
php artisan vendor:publish

```

This will create a demo in `storage` directory.

Then, you can access '' and it will show the demo.

Configuration
=============

[](#configuration)

Once Ldoc is installed, here’s what your project folder will look like:

The default document should be stored in the `storage/docs` directory:

```
.
├── sidebar.yml
├── version.yml
├── _source
|   ├── index.md
|   └── configuration.md
└── v1
    └── _source
        ├── index.md
        └── configuration.md

```

License
-------

[](#license)

This project is licensed under the [Apache 2.0 license](LICENSE).

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance46

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity77

Established project with proven stability

 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 ~558 days

Total

5

Last Release

410d ago

Major Versions

v0.4.0 → v1.0.02025-05-19

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35752209?v=4)[Jon](/maintainers/leeqvip)[@leeqvip](https://github.com/leeqvip)

---

Top Contributors

[![leeqvip](https://avatars.githubusercontent.com/u/35752209?v=4)](https://github.com/leeqvip "leeqvip (14 commits)")

---

Tags

apidocumentlaravelmarkdownmarkdown-to-htmlphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/leeqvip-ldoc/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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