2017 © Pedro Peláez
 

yii2-extension yii2_parse_by_domain

Yii2 domain parser

image

maxlen/yii2_parse_by_domain

Yii2 domain parser

  • Sunday, October 9, 2016
  • by maxlen
  • Repository
  • 0 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

README

Yii2 Parser by domain, (*1)

By this package you can:

  • grab all links of domain
  • store all *.pdf files (or all extensions which you need)

Installation:

composer install

In console:, (*2)

    composer require maxlen/yii2_parse_by_domain

or add to file composer.json:, (*3)

    "require": {
       "maxlen/yii2_parse_by_domain" : "dev-master"
    },
    "repositories": [
       {
          "type": "git",
          "url": "https://github.com/maxlen/yii2_parse_by_domain.git"
       },
    ]...

Configuration

1) Add string in file \common\config\aliases.php :, (*4)

Yii::setAlias('vendor', dirname(dirname(DIR)) .'/vendor');

2) Add in file \common\config\params.php :, (*5)

"yii.migrations"=> [ "@vendor/maxlen/yii2_parse_by_domain/migrations", ],

3) In console:, (*6)

    php yii composer migrate

How should I use it:

etc., (*7)

The Versions

09/10 2016

dev-master

9999999-dev

Yii2 domain parser

  Sources   Download

BSD-4-Clause

The Requires

 

by Maxim

parser domain extension yii2