2017 © Pedro Peláez
 

library laravel-fetch-site-details

Fetch details from other websites, like title, description, language, keywords, ...

image

hamburgscleanest/laravel-fetch-site-details

Fetch details from other websites, like title, description, language, keywords, ...

  • Friday, April 6, 2018
  • by Chroma91
  • Repository
  • 2 Watchers
  • 3 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 50 % Grown

The README.md

hamburgscleanest/laravel-fetch-site-details

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Just a small package to fetch details from other websites, like title, description, language, keywords, ..., (*2)

Install

Via Composer, (*3)

``` bash $ composer require hamburgscleanest/laravel-fetch-site-details, (*4)


---------- ### Automatic Package Discovery Everything is automatically registered for you. ---------- ### Usage ```php /** @var hamburgscleanest\LaravelFetchSiteDetails\Models\Site $website */ $website = LaravelSiteDetails::fetch('https://www.reddit.com/');

The following information is available:

The title of the website., (*5)

echo $website->title; // 'reddit: the front page of the internet'

The website's description., (*6)

echo $website->description; // 'reddit: the front page of the internet'

Meta keywords that were defined for the website., (*7)

echo $website->keywords; // ['reddit', 'reddit.com', 'vote', 'comment', 'submit']

The language of the website., (*8)

echo $website->language; // 'en'

Changes

Please see CHANGELOG for more information on what has changed recently., (*9)

Testing

bash $ composer test, (*10)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*11)

Security

If you discover any security related issues, please email chroma91@gmail.com instead of using the issue tracker., (*12)

Credits

License

The MIT License (MIT). Please see License File for more information., (*13)

The Versions

06/04 2018

dev-master

9999999-dev https://github.com/hamburgscleanest/laravel-fetch-site-details

Fetch details from other websites, like title, description, language, keywords, ...

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

laravel meta data hamburgscleanest website information website details site details external website fetch site details website data

06/04 2018

v1.0.0

1.0.0.0 https://github.com/hamburgscleanest/laravel-fetch-site-details

Fetch details from other websites, like title, description, language, keywords, ...

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

laravel meta data hamburgscleanest website information website details site details external website fetch site details website data