chromeheadlessio / php-client
An Open Source PHP client to use cloud export service chromeheadless.io
Installs: 139 873
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 2
Open Issues: 3
Requires
- php: >=5.4
- dev-master
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.1
- 0.4.0
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- dev-ver1.4.0
- dev-ver1.3.1
- dev-ver1.3.0
- dev-ver1.2.0
- dev-ver1.1.0
- dev-ver1.0.0
- dev-ver0.7.0
- dev-ver0.6.0
- dev-ver0.4.1
- dev-ver0.4.0
- dev-ver0.3.3
- dev-ver0.3.2
- dev-ver0.3.1
- dev-ver0.3.0
- dev-useResourcePatterns
This package is auto-updated.
Last update: 2024-10-16 09:58:53 UTC
README
Focus on your application, save your time & server resources by off-loading the heavy PDF generation tasks to us. ChromeHeadless.io will deliver the beautiful and error-free PDFs for your professional customer's invoice, data reports and more..
How it works?
Our service is provided through REST APIs so virtually it can be used with any language and system. For convenience, we are constructing the client library for each of languages such as PHP. NodeJs, .Net and Python. So if you are using those languages, you may install the client library and provide it with your secret token created from your registered account. The client library will compress your HTML together with resources such as CSS and Javascript and send over to our server farms to generate PDF version. The high definition PDF will be sent back to you.
Advantages
There are number of advantages of using our system:
- No installation required: You do not have to install PhantomJS or Headless Chrome.
- Off-load heavy task: Headless Chrome or PhantomJS required certain amount of CPUs and RAM which you may reserve for other crucial tasks. Beside your CPUs and RAM may not be optimized for this tasks which may affect the efficiency. Our system contains a farm of servers which is highly optimized so we can perform this tasks faster and better.
- Avoid complicated interface: You may avoid unnecessarily complicated coding to control headless browser.
- Everything works smoothly: We will take care to make sure that your PDFs generated nicely,all fonts are working so that you can spend more time concentrate on your application rather than be bugged with Headless Chrome issues.
Our advantages over other similar PDF cloud services
We have studied well other services before we decided to move on with our services, here are some of our advantages over them:
- Some of them do not execute Javascript, only converting pure HTML to PDF but WE DO!
- Many of them require your application to be online so that resources can be loaded. If your application is in localhost or intranet their solution will not work but WE DO!
Get Token Key
Token key is a secret string with 64 characters used to access our service. You need to attach your token in every request you make to our service.
Steps to generate token key:
- If you have account with us, go to step 2 otherwise sign-up with us. An email with title "Welcome to ChromeHeadless.io" will be sent to you in few minutes after your sign up.
- Use account credential in welcome email to log in our system.
- Go to tokens management page
- Hit
Generate
button to generate token key.
Installation
The PHP Client can be installed through composer
composer require chromeheadlessio/php-client
Example
<?php //Use PHP Client Library require_once "vendor/autoload.php"; //Create ChromeHeadless service with your token key specified $service = new \chromeheadlessio\Service("my-token-key"); //Get PDF generated from html content and push it to browser $service->export([ "html"=>"Hello world!" ])->pdf([ "format"=>"A4", "orientation"=>"portrait" ])->sendToBrowser("helloworld.pdf");
Exporting content
The export()
method belongs the service class. It receives an array as parameter defining what you need to export. Below are list of properties:
Export to PDF
The pdf()
method will help to generate pdf file. It takes an array as parameter defining options for your PDF. Below are available options.
Example:
$service->export(...)->pdf([
"scale"=>1,
"format"=>"A4",
"landscape"=>true
])->sendToBrowser("myfile.pdf");
PDF options in view file
Some options could be set directly in the PDF view file instead of pdf() method.
header and footer
In the view file, use header and footer tags to set pdf's header and footer template:
Example:
<header>
<div id="header-template"
style="font-size:10px !important; color:#808080; padding-left:10px">
<span>Header: </span>
{date}
{title}
{url}
{pageNumber}
{totalPages}
<span id='pageNum' class="pageNumber"></span>
<img src='http://www.chromium.org/_/rsrc/1438879449147/config/customLogo.gif?revision=3' />
</div>
</header>
<footer>
...
</footer>
if either header or footer tag exists, pdf options' displayHeaderFooter will be true. PDF options' headerTemplate and footerTemplate options take priority over view file's header and footer tags. With header and footer tags, if there's no font-size style, a default style "font-size:10x" is used. Header and footer tags supports place holders like {date}, {title}, etc and img tag with link-type src. For img tag pdf options' headerTemplate and footerTemplate only support base64-type src.
margin
In the view file, use the body tag's margin style to set pdf margin:
Example:
//MyReportPDF.view.php
<body style='margin: 1in 0.5in 1in 0.5in'>
...
</body>
If either header or footer tag exists but there's no body's margin, a default margin of 1 inch will be used
Export to PNG
The png()
help to generate PNG file. It take an array as parameter defining options for your PNG. Below are list of properties:
Example:
$service->export(...)->png([
"clip"=>[
"x"=>100,
"y"=>100,
"width"=>500,
"height"=>1000,
]
])->sendToBrowser("myfile.png");
Export to JPG
The png()
help to generate JPG file. It take an array as parameter defining options for your JPG. Below are list of properties:
Example:
$service->export(...)->jpg([
"quality"=>80
"clip"=>[
"x"=>100,
"y"=>100,
"width"=>500,
"height"=>1000,
]
])->sendToBrowser("myfile.jpg");
Getting result
In all above examples we use method sendToBrowser()
to send the file to browser for user to open on browser or download as attachment. Here are all options:
Examples:
$service->export(...)->jpg([
"quality"=>80
"clip"=>[
"x"=>100,
"y"=>100,
"width"=>500,
"height"=>1000,
]
])->save("../img/myfile.jpg");
About us
KoolPHP Inc has been in business for 10 years, we focus on building the featured rich yet easy-to-use components to help developers increase productivity and deliver highest quality applications within time and budget constraints. Our main products are KoolPHP UI and KoolReport. KoolPHP UI is a toolset for developer to construct web faster while KoolReport is an open-source reporting framework to build data reports and dashboard easier.