Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GetoXs committed Feb 23, 2021
1 parent c223861 commit 2c0230b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,20 @@ wkhtmltopdf-buster-amd64
This repository contains the static compiled binaries from the [wkhtmltopdf project](http://wkhtmltopdf.org/).
More about the functionality of wkhtmltopdf and wkthmltoimage can be found there.

Binaries for __Microsoft Windows__, also installable with composer, can be found here: [github.com/wemersonjanuario/wkhtmltopdf-windows](https://github.com/wemersonjanuario/wkhtmltopdf-windows)

Binaries for __CentOS 7__, also installable with composer, can be found here: [github.com/rvanlaak/wkhtmltopdf-amd64-centos7](https://github.com/rvanlaak/wkhtmltopdf-amd64-centos7)

## Installation

_Hint_:
The version of the binary is equal to the git tag.
To install the latest version, use '0.12.4'.

### Packagist

This package can be found on [Packagist](http://packagist.org) and installed with [Composer](https://getcomposer.org/).
This package can be found on [Packagist](https://packagist.org/packages/getoxs/wkhtmltopdf-buster-amd64) and installed with [Composer](https://getcomposer.org/).

```
php composer.phar getoxs/wkhtmltopdf-buster-amd64
The binary will then be located at:
```

vendor/bin/wkhtmltopdf-buster-amd64
The binary will then be located at: `vendor/bin/wkhtmltopdf-buster-amd64`
### Usage

You can easily use it with [laravel-snappy](https://github.com/barryvdh/laravel-snappy) package by configure `config\snappy.php`
Expand Down

0 comments on commit 2c0230b

Please sign in to comment.