teners / laravel-link-preview
A Laravel package for extracting link previews with customizable parsers, and caching support
Installs: 1 363
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- guzzlehttp/guzzle: ^7.0
- symfony/dom-crawler: ^7.0
Requires (Dev)
- orchestra/testbench: ^8.21
This package is auto-updated.
Last update: 2024-10-26 13:07:52 UTC
README
A Laravel package for extracting link previews with customizable parsers, and caching support
This package is still in active development.
Installation
To install Laravel Link Preview, run the following command in your terminal:
composer require teners/laravel-link-preview
Publish the package configuration file
php artisan vendor:publish --provider="Teners\LaravelLinkPreview\LaravelLinkPreviewServiceProvider" --tag="link-preview-config"
Contents
Contributions
Contributions are welcome via Pull Requests on Github.
- Please document any change you made as neccesary in the README.md.
- Pleas make only one pull request per feature/fix.
- See below for some ideas on what you can help with here: Todos
Issues
Please report any issue you encounter in using the package through the Github Issues tab.
Testing
composer test
Credits
Contributors
Contributors list will be added here
License
The MIT License (MIT). Please see License File for more information.