Download the PHP package airlst/headless-browser-client without Composer
On this page you can find all versions of the php package airlst/headless-browser-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download airlst/headless-browser-client
More information about airlst/headless-browser-client
Files in airlst/headless-browser-client
Package headless-browser-client
Short Description AirLST Headless Browser PHP Client
License MIT
Homepage https://github.com/airlst/headless-browser-client-php
Informations about the package headless-browser-client
AirLST Headless Browser PHP Client
PHP Client to interact with AirLST Headless Browser service.
Installation
You can install the package via Composer:
Usage
Initialize the headless browser client with your API key.
Generate PDF from HTML
Using standard format
Using custom size
Generate JPEG from HTML
Response
All methods return the \Airlst\HeadlessBrowserClient\Response
object.
Provides 2 public methods:
temporaryUrl()
- returns a temporary file URL stored in the S3 bucket. Expires in 5 minutes after generationcontents()
- downloads file from S3 bucket and returns contents of the file as string
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Orkhan Ahmadov
- All Contributors
License
The MIT License (MIT). Please see License File for more information.