tobya/doctowrapper

A php wrapper to use Docto converter

Fund package maintenance!
Toby Allen

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/tobya/doctowrapper

dev-main 2026-02-11 22:19 UTC

This package is auto-updated.

Last update: 2026-02-11 22:19:11 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is a very simple wrapper around the DocTo command line tool.

Support us

Visit Docto.Works

Installation

You can install the package via composer:

composer require tobya/doctowrapper

You can publish the config file with:

php artisan vendor:publish --tag="doctowrapper-config"

This is the contents of the published config file:

return [

    'path' => env('DOCTO_PATH', ''),
];

Usage

 \Tobya\Docto\Facades\Docto::Input('C:\Temp\Dump\\')
        ->output('C:\OutputsABC')
        ->format('wdformatPDF')        
        ->convert();

Testing

composer test

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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