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
Requires
- illuminate/contracts: ^11.0||^12.0
- laravel/framework: *
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.8
- orchestra/testbench: ^10.0.0||^9.0.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- spatie/laravel-ray: ^1.35
This package is auto-updated.
Last update: 2026-02-11 22:19:11 UTC
README
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.