2017 © Pedro Peláez
 

laravel-packages laravel-querylist

image

roy688/laravel-querylist

  • Friday, February 9, 2018
  • by Roy688
  • Repository
  • 0 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 27 % Grown

The README.md

laravel-querylist

Laravel5 facade for QueryList., (*1)

  • This repository implements a simple ServiceProvider that makes a singleton instance of the QueryList easily accessible via a Facade in Laravel 5.5 package auto-discovery., (*2)

  • jae-jae/QueryList for more information., (*3)

Requirements

  • Laravel 5.5

Installation

composer require roy688/laravel-querylist

Usage

// ./routes/web.php
Route::get('/', function () {
    $ql = QueryList::get('http://cms.querylist.cc/bizhi/453.html')->find('img')->attrs('src');
    print_r($ql->all());
});

The Versions

09/02 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Avatar Roy688

09/02 2018

1.0.2

1.0.2.0

  Sources   Download

MIT

The Requires

 

by Avatar Roy688

09/02 2018

1.0.1

1.0.1.0

  Sources   Download

MIT

The Requires

 

by Avatar Roy688

09/02 2018

1.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

by Avatar Roy688