Download the PHP package innobrain/markitdown without Composer
On this page you can find all versions of the php package innobrain/markitdown. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download innobrain/markitdown
More information about innobrain/markitdown
Files in innobrain/markitdown
Package markitdown
Short Description Laravel bindings for markitdown.
License MIT
Homepage https://github.com/innobrain/markitdown
Informations about the package markitdown
Laravel bindings for markitdown.
Laravel bindings for markitdown.
Installation
-
Install the package via composer:
-
Publish the configuration file:
- Run the installation command if you want the package to manage your
markitdown
installation:
This will:
- Set up a Python virtual environment with the required dependencies
- Add the setup script to your project's composer.json
- Ensure the environment is kept up to date with future composer updates
Alternative Installation Methods
If you prefer not to use the built-in virtual environment, you can disable it in your .env
file or in the config:
Then install markitdown manually using one of these methods:
Using pip directly:
Using pipx (Recommended for manual installation):
On macOS:
Or see how to install on other platforms.
After installing pipx
, you can install markitdown
with:
When not using the built-in virtual environment, you'll need to set the path to the markitdown
executable in your .env
file. You can retrieve the path with:
Also, when running the script anywhere but the console, you need to set the PATH, as php-fpm does not have
access to the PATH variable. You can do this by adding the following to your .env
file:
Configuration
The package's configuration will be published to config/markitdown.php
. Here are the available options:
Usage
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
- Konstantin Auffinger
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of markitdown with dependencies
illuminate/contracts Version ^10.0||^11.0||^12.0
kauffinger/pyman Version ^0.0.3
spatie/laravel-package-tools Version ^1.16
spatie/temporary-directory Version ^2.2