Download the PHP package secomapp/browsershot without Composer
On this page you can find all versions of the php package secomapp/browsershot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download secomapp/browsershot
More information about secomapp/browsershot
Files in secomapp/browsershot
Package browsershot
Short Description Convert a webpage to an image from spatie
License MIT
Homepage https://github.com/secomapp/browsershot
Informations about the package browsershot
Convert a webpage to an image
The package can convert a webpage to an image. To accomplish this conversion Phantomjs (included in the project) is used.
This package is used to generate the sitepreviews on the homepage of spatie.be. It is also used by Gordon Murray to add previews to shared content.
Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
Installation
This package can be installed through Composer.
When using Laravel there is a service provider that you can make use of.
Please note that the provided binary is intented for use on Ubuntu.
Usage
Here is a sample call to create an image of a webpage:
These methods are provided:
setBinPath()
: Specify the path to your own phantomjs-binary.setWidth()
: Set the width of the image (defaults to 640).setHeight()
: Set the height of the image (defaults to 480).setHeightToRenderWholePage()
: Calling this method will result in the entire webpage being rendered.setURL()
: Set the URL of the webpage which should be converted to an imagesave($targetFile)
: Starts the conversion-process. The targetfile should have one of these extensions: png, jpg, jpeg.
Other implementations
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
- Freek Van der Herten
- All Contributors
About Spatie
Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.
License
The MIT License (MIT). Please see License File for more information.