Skip to content

mr-Colab/coplay

 
 

Repository files navigation

CoPlay - Your Ultimate Entertainment Application

CoPlay is a free PHP application that brings the world of movies, TV series, anime, and drama right to your fingertips. Enjoy a seamless streaming experience without any subscriptions or hidden fees.

CoPlay Live Demo

home player player-playlist

Features

  • Extensive Library: Dive into a vast collection of movies, TV series, anime, and drama spanning various genres and languages.
  • Auto Video Sources: CoPlay has a Auto Embed Feature which provides streaming links automatically.
  • Regular Updates: CoPlay provide integrated auto update mechanism for auto embed sources/link.
  • User-Friendly Interface: Navigate effortlessly with our super slim, intuitive and user-friendly interface.
  • Free Access: No subscriptions, no hidden fees – CoPlay provides free and unlimited access to a treasure trove of entertainment.

Getting Started

  1. Download CoPlay: CoPlay Latest Version
  2. Unzip: After downloading the CoPlay zip extract the source files on you project root directory.
  3. Create env.php: Create a env.php file from copying env.example.php or replace it to env.php.
  4. Install: Run the following spark commands to install composer dependencies and generate a app key.
    // Install dependencies 
    composer install
    
    // generate application encryption key
    php spark key:generate
  5. Configuation: open env.php file and replace TMDB Api Key and also theme and CMS settings.
  6. Start the Application:
    • Production Server: For Apache Server Just Hit your domain and it will open the CoPlay Application.
    • Development Server:
    # root directory
    
    php spark serve
    learn more about the core

Note: For Non-Apache Production Server, Make Sure Your Server Redirect all Http Request to public folder.

Report an Issue

For additional support, feel free to open a new issue with a detailed description of the problem you are facing. I will be happy to assist you.

Enjoy your entertainment journey with CoPlay!

About

PHP Free Online Movies & TV Series Streaming Script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.6%
  • JavaScript 2.1%
  • Hack 2.0%
  • CSS 1.3%