PHPackages                             parseforartisans/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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. parseforartisans/laravel

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

parseforartisans/laravel
========================

Parse documents to Markdown from Laravel. The client SDK for parseforartisans.com.

v0.1.0(yesterday)01↑2900%MITPHPPHP ^8.3

Since Jun 18Pushed todayCompare

[ Source](https://github.com/petervandijck/parse-sdk)[ Packagist](https://packagist.org/packages/parseforartisans/laravel)[ Docs](https://parseforartisans.com)[ RSS](/packages/parseforartisans-laravel/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (6)Versions (2)Used By (0)

Parse for Artisans (Laravel SDK)
================================

[](#parse-for-artisans-laravel-sdk)

[![Latest Version on Packagist](https://camo.githubusercontent.com/28cdb35ddff2b3e38c5d2397f8697c19ede5eeb9511fae2d46983bfc20fe71ef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7061727365666f726172746973616e732f6c61726176656c2e737667)](https://packagist.org/packages/parseforartisans/laravel)[![License](https://camo.githubusercontent.com/071d803347350b9c068eccf9c04c0f19f68ef889d0e464d7313ed919285cc11d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7061727365666f726172746973616e732f6c61726176656c2e737667)](https://packagist.org/packages/parseforartisans/laravel)

Parse documents to Markdown from Laravel. Install the package, set an API key, and call `Parse::file('contract.pdf')->parse()`; the result arrives in a `ParseCompleted` event. This is the client SDK for [parseforartisans.com](https://parseforartisans.com).

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

[](#installation)

```
composer require parseforartisans/laravel
```

Then set your API key and run `php artisan parse:install`. The [installation guide](https://parseforartisans.com/docs/installation) covers the full setup.

Usage
-----

[](#usage)

```
use ParseForArtisans\Facades\Parse;

$parse = Parse::file('contracts/foo.pdf')->parse();   // returns a handle immediately
```

The result arrives asynchronously in a `ParseCompleted` event:

```
public function handle(ParseCompleted $event): void
{
    $markdown = $event->request->markdown();
}
```

Options, configuration, delivery modes, and storage modes are all covered in the docs: [parseforartisans.com/docs](https://parseforartisans.com/docs).

Requirements
------------

[](#requirements)

- PHP `^8.3`
- Laravel 12 or 13

License
-------

[](#license)

MIT

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/518100?v=4)[Peter Van Dijck](/maintainers/petervandijck)[@petervandijck](https://github.com/petervandijck)

---

Top Contributors

[![petervandijck](https://avatars.githubusercontent.com/u/518100?v=4)](https://github.com/petervandijck "petervandijck (12 commits)")

---

Tags

laravelpdfmarkdownparsingOCRdocuments

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.3M42](/packages/spatie-laravel-pdf)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M152](/packages/spatie-laravel-health)[spatie/laravel-passkeys

Use passkeys in your Laravel app

463755.5k32](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[elegantly/laravel-invoices

Store invoices safely in your Laravel application

23441.5k1](/packages/elegantly-laravel-invoices)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

43140.3k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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