Skip to content

Commit 5ab0001

Browse files
authored
Merge pull request #3 from DaanDeSmedt/dev
Updated README
2 parents 6f1793f + ce4ddf6 commit 5ab0001

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
PHPHeadlessChrome
22
===============
33

4-
[![Latest Stable Version](https://poser.pugx.org/daandesmedt/phpheadlesschrome/v/stable)](https://packagist.org/packages/daandesmedt/phpheadlesschrome)
5-
[![Total Downloads](https://poser.pugx.org/daandesmedt/phpheadlesschrome/downloads)](https://packagist.org/packages/daandesmedt/phpheadlesschrome)
6-
[![License](https://poser.pugx.org/daandesmedt/phpheadlesschrome/license)](https://packagist.org/packages/daandesmedt/phpheadlesschrome)
7-
8-
94
Headless Chrome is shipping in Chrome 59. It's a way to run the Chrome browser in a headless environment. Essentially, running Chrome without chrome! It brings all modern web platform features provided by Chromium and the Blink rendering engine to the command line.
105

11-
PHPHeadlessChrome provides a simple usage helper class to create PDF and / or screenshots using Headless Chrome.
12-
Trigger PDF / Screenshots generation from local file / URL.
6+
PHPHeadlessChrome provides a simple usage helper class to create PDF and / or screenshots using a Headless Chrome instance.
7+
**Trigger PDF / Screenshots generation for webpages / string HTML or local URL.**
138

14-
In order to use this PHPHeadlessChrome helper make sure Google Chrome is correctly installer from version 59 and onwards.
9+
In order to use this PHPHeadlessChrome helper make sure Google Chrome is correctly installer from version 59 or onwards.
1510

1611

1712
## Installation

0 commit comments

Comments
 (0)