PHPackages                             aalfiann/myanimelist-api-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. aalfiann/myanimelist-api-php

ActiveLibrary[API Development](/categories/api)

aalfiann/myanimelist-api-php
============================

A simple MyAnimeList API class to access MyAnimeList to your website PHP.

1.0.1(7y ago)61141MITPHPPHP &gt;=5.3

Since Sep 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/aalfiann/myanimelist-api-php)[ Packagist](https://packagist.org/packages/aalfiann/myanimelist-api-php)[ RSS](/packages/aalfiann-myanimelist-api-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

MyAnimeList API PHP Class
=========================

[](#myanimelist-api-php-class)

[![Version](https://camo.githubusercontent.com/2ebbb66b21dc13d1738b8cb107aad06c4d99fda59782a73a48864683b5912e34/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f737461626c652d312e302e312d677265656e2e737667)](https://github.com/aalfiann/myanimelist-api-php)[![Total Downloads](https://camo.githubusercontent.com/2907db0f93ddb8032d67e64d43592f98030da093a532ccab705f65a4ac5e1e4c/68747470733a2f2f706f7365722e707567782e6f72672f61616c6669616e6e2f6d79616e696d656c6973742d6170692d7068702f646f776e6c6f616473)](https://packagist.org/packages/aalfiann/myanimelist-api-php)[![License](https://camo.githubusercontent.com/f1f096aa0df33f17e52166639b5dc917a50d76f70e8f1de7f18e2f91f3fd08c6/68747470733a2f2f706f7365722e707567782e6f72672f61616c6669616e6e2f6d79616e696d656c6973742d6170692d7068702f6c6963656e7365)](https://github.com/aalfiann/myanimelist-api-php/blob/HEAD/LICENSE.md)

A simple MyAnimeList API class to access MyAnimeList to your website PHP.
You can using official API from MyAnimeList or grabbing and we make it easy as you can using json to output the data.
**Last tested on September 2018**.

Feature:
--------

[](#feature)

1. Search Anime or Manga using Title or ID
2. Data response is JSON, we don't use XML
3. Send request using proxy if needed

System Requirements
-------------------

[](#system-requirements)

1. PHP 5.3 or newer

Installation
------------

[](#installation)

Install this package via [Composer](https://getcomposer.org/).

```
composer require "aalfiann/myanimelist-api-php:^1.0"

```

How to use Unofficial API (login is not required)
=================================================

[](#how-to-use-unofficial-api-login-is-not-required)

```
