ardzz / meownime
Unofficial API of Meownime (Clone)
1.0.1
2020-11-21 13:54 UTC
Requires
- ext-json: *
- guzzle/http: ^3.9
- guzzlehttp/guzzle: ^7.2
- voku/simple_html_dom: ^4.7
README
This library written in PHP - let you use meownime.moe more easier
Installation
The recommended way to install Meownime Library is with Composer. Composer is a dependency management tool for PHP that allows you to declare the dependencies your project needs and installs them into your project.
# Install Composer curl -sS https://getcomposer.org/installer | php
You can add Meownime Library as a dependency using Composer:
composer require ardzz/meownime
Alternatively, you can specify Meownime Library as a dependency in your project's existing composer.json file:
{ "require": { "ardzz/meownime": "^1.0" } }
After installing, you need to require Composer's autoloader:
require "vendor/autoload.php";
You can find out more on how to install Composer, configure autoloading, and other best-practices for defining dependencies at getcomposer.org.