ardzz/meownime

Unofficial API of Meownime (Clone)

1.0.1 2020-11-21 13:54 UTC

This package is auto-updated.

Last update: 2024-04-29 04:21:17 UTC


README

Latest Stable Version Total Downloads License

This library written in PHP - let you use meownime.moe more easier

Fitur Status
Search Anime
Get Anime Information
Get All Tag Page
Get All Categories Page
Get Anime List
Get Anime Recommendations
Use Async Request

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.

FOSSA Status