Skip to content

AnimeOcean is a php anime streaming website based on the Filmlane html design that uses TMDB Api to fetch movies and tv show details

Notifications You must be signed in to change notification settings

mobiprox/animeocean

 
 

Repository files navigation

Watch Latest Anime Movies & TV Shows | AnimeOcean

Watch the Latest trending and popular Japanese anime Movies and TV Shows for free in HD in Both English Dubbed, Subbed as well as French subbed built with PHP and TMDB API based on Filmelane design

➥ Live Demo


Demo Screenshots

Homepage

Details page

How this script functions

AnimeOcean uses The Movie Database to get selectively Anime movies and TV Show data. It also uses different free video sources to embed videos for the Anime based on the Tmdb ID. It comes with a live search feature that makes use of AJAX to simultaneously search movies and TV shows and then filters them to only render Animations.

The

movie.php
file is responsible for displaying all different movie details based on the submitted movie ID The
tv.php
file is responsible for displaying all different TV Show details based on the submitted movie ID The
api.php
file contains the TMDB API class, and you will need to edit it with your own TMDB API.

movies.php
displays list of recent movies while the
tvshows.php
is for displaying the TV Show list.

Menu, header and footer files are found in the /include folder.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Git must be installed on your operating system.

Run Locally

To run AnimeOcean locally, run this command on your git bash:

Linux and macOS:

sudo git clone https://github.com/mobiprox/animeocean.git

Windows:

git clone https://github.com/mobiprox/animeocean.git

License

This project is free to use and does not contain any license.

About

AnimeOcean is a php anime streaming website based on the Filmlane html design that uses TMDB Api to fetch movies and tv show details

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.9%
  • CSS 27.9%
  • Hack 8.0%
  • JavaScript 1.2%