Download the PHP package awesam86/imlinscraper without Composer

On this page you can find all versions of the php package awesam86/imlinscraper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package imlinscraper

IMLINSCRAPER

Webページから画像やリンクの情報をスクレイピングして配列で取得することができるライブラリです。

Description

ImlinScraperは、Webページの画像やリンクの情報を一括で取得することができるライブラリです。一度に複数ページの情報も取得することができます。

Usage

まず、情報取得のためのインスタンスを生成
通常は、生成時にページURLを引数で渡します。複数URLを配列で渡すことで一度に複数ページの情報を取得することもできます。

第一引数:String or Array - ページURL(省略可)
第二引数:String - UserAgent(省略可)

〜 目的ページの画像情報を取得する方法 〜
下記は引数なしでメソッドを呼び出していますが
インスタンス生成時にページURLを引数で渡さなかった場合や、ページURLを変更したい場合は引数でページURLを渡してください。
また、特定の要素の子要素のみを取得したい場合などは第三引数にXPathの構文を指定することで取得することができます。

第一引数:String or Array - ページURL(省略可)
第二引数:String - UserAgent(省略可)
第三引数:String - カスタムXPath(省略可)

戻り値の配列のキー
src => 画像URL
alt => 代替テキスト

〜 目的ページのリンク情報を取得する方法 〜
第三引数までは、画像情報の取得と同じです。
第四引数は、外部リンクのみ取得したい場合にtrueにしてください。(デフォルト値はfalse)

第一引数:String or Array - ページURL(省略可)
第二引数:String - UserAgent(省略可)
第三引数:String - カスタムXPath(省略可)
第四引数:Boolean - 外部リンクのみの抽出(省略可)

戻り値の配列のキー
href => リンク先URL
text => ノード値

Install

composerを使って導入。

composer.jsonに以下を記述。

composer installで導入。

あとは使いたい場所でrequire&useを記述するだけです。

LICENCE

This software is released under the MIT License, see LICENSE


All versions of imlinscraper with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package awesam86/imlinscraper contains the following files

Loading the files please wait ....