xRayDev / apist

Package to provide api-like access to foreign sites based on html parsing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SleepingOwl Apist

SleepingOwl Apist is a small library which allows you to access any site in api-like style, based on html parsing.

Installation

Require this package in your composer.json and run composer update (or run composer require sleeping-owl/apist:1.x directly):

	"sleeping-owl/apist": "1.*"

Documentation

Documentation can be found at sleeping owl apist.

Examples

View examples.

Copyright and License

Apist was written by Sleeping Owl and is released under the MIT License. See the LICENSE file for details.

About

Package to provide api-like access to foreign sites based on html parsing

License:MIT License