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(1mo ago)01↓50%MITPHPPHP ^8.3

Since Jun 18Pushed 1mo agoCompare

[ 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 2w ago

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

35

—

LowBetter than 77% of packages

Maintenance90

Actively maintained with recent releases

Popularity1

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

46d 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-permission

Permission handling for Laravel 12 and up

12.9k107.5M1.6k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k5.4M49](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.2k12.6M122](/packages/dedoc-scramble)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329575.9k33](/packages/codewithdennis-filament-select-tree)[harris21/laravel-fuse

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

24773.9k](/packages/harris21-laravel-fuse)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

25060.1k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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