PHPackages                             tobya/doctowrapper - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tobya/doctowrapper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tobya/doctowrapper
==================

A php wrapper to use Docto converter

023[2 PRs](https://github.com/tobya/DocToWrapper/pulls)PHPCI passing

Since Feb 11Pushed 1mo agoCompare

[ Source](https://github.com/tobya/DocToWrapper)[ Packagist](https://packagist.org/packages/tobya/doctowrapper)[ RSS](/packages/tobya-doctowrapper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

A php wrapper to use Docto converter
====================================

[](#a-php-wrapper-to-use-docto-converter)

[![Latest Version on Packagist](https://camo.githubusercontent.com/50c4ebbdc544aa95a536f0432eae7ad72ba096d7e7c89386c301dd7f42610a32/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f6279612f646f63746f777261707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tobya/doctowrapper)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ce7aeece28c1804257adaf5df50bd1d21dd7a99db841f6600e6afb41b8a77d53/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f746f6279612f646f63746f777261707065722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/tobya/doctowrapper/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/029f839a920674348fb242d8ee4163e7b914439ee111e9bd3e38ddd9c816287c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f746f6279612f646f63746f777261707065722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/tobya/doctowrapper/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/b2ec65bf775307b35109bff7c3e4bf2a20edbe65a9aaa8061cb2c271f0405226/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f6279612f646f63746f777261707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tobya/doctowrapper)

This is a very simple wrapper around the [DocTo](https://github.com/tobya/Docto) command line tool.

Support us
----------

[](#support-us)

Visit [Docto.Works](https://docto.works)

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

[](#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
-----

[](#usage)

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

Testing
-------

[](#testing)

```
composer test
```

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Toby Allen](https://github.com/tobya)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance59

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a881e781ccf5267bc2c9153c0485a6b7b0fbfeaf212dcfcca6a4dd18885a48ee?d=identicon)[tobya](/maintainers/tobya)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")[![tobya](https://avatars.githubusercontent.com/u/325502?v=4)](https://github.com/tobya "tobya (1 commits)")

### Embed Badge

![Health badge](/badges/tobya-doctowrapper/health.svg)

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

###  Alternatives

[gtstudio/module-selected-layout

Add general selectable layout functionality on CMS pages,category and products

1517.5k](/packages/gtstudio-module-selected-layout)

PHPackages © 2026

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