PHPackages                             veiliglanceren/laravel-remote-documentation - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. veiliglanceren/laravel-remote-documentation

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

veiliglanceren/laravel-remote-documentation
===========================================

Easily fetch, parse, and display remote Markdown documentation from GitHub (or other sources) directly into customizable Blade views in your Laravel application.

1.0.0(1y ago)13761MITPHPPHP ^8.1CI passing

Since Apr 26Pushed 1y agoCompare

[ Source](https://github.com/VeiligLanceren-nl/laravel-remote-documentation)[ Packagist](https://packagist.org/packages/veiliglanceren/laravel-remote-documentation)[ RSS](/packages/veiliglanceren-laravel-remote-documentation/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (8)Versions (7)Used By (0)

[![Veilig Lanceren](/veilig-lanceren-logo.png)](/veilig-lanceren-logo.png)

This package is maintained by [VeiligLanceren.nl](https://veiliglanceren.nl), your partner in website development and everything else to power up your online company.

Laravel Remote Documentation
============================

[](#laravel-remote-documentation)

[![Latest Version on Packagist](https://camo.githubusercontent.com/64d6f79be1aa308819e4768db3dba426cc39b56109be79ff8e0d56a7167939fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7665696c69676c616e636572656e2f6c61726176656c2d72656d6f74652d646f63756d656e746174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/veiliglanceren/laravel-remote-documentation)[![Total Downloads](https://camo.githubusercontent.com/1a89b9287e18305ceef35457c51143e1762f0bf5b81f1e64a969496e6f3fd435/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7665696c69676c616e636572656e2f6c61726176656c2d72656d6f74652d646f63756d656e746174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/veiliglanceren/laravel-remote-documentation)[![License](https://camo.githubusercontent.com/397fc17e8831158462b2fb4de8fa059056928fa41c09d258d846b366e04003ca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7665696c69676c616e636572656e2f6c61726176656c2d72656d6f74652d646f63756d656e746174696f6e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

**Easily fetch, parse, and display remote Markdown documentation from GitHub (or other sources) directly into customizable Blade views inside your Laravel application.**

---

✨ Features
----------

[](#-features)

- Fetch remote `.md` files from public GitHub repositories
- Convert Markdown to clean HTML
- Generate Blade templates automatically
- Fully customizable Blade layouts
- Service-oriented, extensible, and tested

---

📦 Installation
--------------

[](#-installation)

Install the package via Composer:

```
composer require veiliglanceren/laravel-remote-documentation
```

Laravel will automatically discover the package.
If needed, manually register the ServiceProvider:

```
Veiliglanceren\LaravelRemoteDocumentation\RemoteDocumentationServiceProvider::class
```

And the Facade:

```
'RemoteDocumentation' => Veiliglanceren\LaravelRemoteDocumentation\Facades\RemoteDocumentation::class,
```

---

⚡ Quick Usage
-------------

[](#-quick-usage)

### Fetch documentation and generate Blade file via command:

[](#fetch-documentation-and-generate-blade-file-via-command)

```
php artisan remote-docs:fetch vendor/repository README.md
```

This will:

- Fetch the `README.md` from GitHub `vendor/repository`
- Convert it to HTML
- Save it as a Blade file under `resources/views/vendor/remote-documentation/vendor_repository.blade.php`

### Customize your layout

[](#customize-your-layout)

Override the default layout by publishing the views:

```
php artisan vendor:publish --tag=remote-documentation-views
```

You can then edit `resources/views/vendor/remote-documentation/layout.blade.php`.

---

🛠 Available functions
---------------------

[](#-available-functions)

The following functions are available through the `RemoteDocumentation` facade.

ServicePurpose`RemoteDocumentation::get($repo, $file)`Fetch and parse remote Markdown`RemoteDocumentation::parse($markdown)`Generate a Blade view fileAll services are fully extensible and injectable for advanced use cases.

---

✅ Testing
---------

[](#-testing)

Run the tests using PestPHP:

```
./vendor/bin/pest
```

### 🧪 Pest Compatibility

[](#-pest-compatibility)

This package supports:

- Pest v2 (for Laravel 10)
- Pest v3 (for Laravel 11 and 12)

Ensure that your Pest version aligns with your Laravel version to maintain compatibility.

---

📚 Future Roadmap
----------------

[](#-future-roadmap)

- Add feature tests for full command flow
- Support private repositories with token authentication

---

📝 License
---------

[](#-license)

The MIT License (MIT).
Please see [License File](LICENSE) for more information.

---

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance49

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

377d ago

Major Versions

0.0.2 → 1.0.02025-04-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/22b99c08291f57985d16a87bcd5f1a3f4ae2e6332b5e04736b5bf4f0f91c3d19?d=identicon)[VeiligLanceren](/maintainers/VeiligLanceren)

---

Top Contributors

[![NielsHamelink-web](https://avatars.githubusercontent.com/u/67690385?v=4)](https://github.com/NielsHamelink-web "NielsHamelink-web (24 commits)")

---

Tags

api-docsapi-documentationcmsdeveloper-toolsdocs-as-codedocumentationknowledge-baselaravellaravel-packagemarkdownopen-sourcephpphp-packageremote-documentationself-hosted

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/veiliglanceren-laravel-remote-documentation/health.svg)

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

###  Alternatives

[stillat/blade-parser

1451.2M12](/packages/stillat-blade-parser)[sinnbeck/markdom

Converts markdown to html with classes

69122.6k2](/packages/sinnbeck-markdom)[elgigi/commonmark-emoji

CommonMark extension adds UTF-8 emoji with Github tag for the `league/commonmark` PHP Markdown parsing engine, based on the CommonMark spec.

29235.4k4](/packages/elgigi-commonmark-emoji)[olssonm/ampersand

Plug and play flat file markdown blog for your Laravel-projects

273.2k](/packages/olssonm-ampersand)

PHPackages © 2026

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