Skip to content

A simple php uploader which works on anonfiles.com api.

License

Notifications You must be signed in to change notification settings

albinvar/anonfiles-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anon Files Uploader


logo

Table of Contents

Introduction

Anon Files Uploader is a simple php file uploader which runs using Anonfiles API.

Features

  • Built with PHP (supports PHP 8.0)
  • Easy to Deploy using heroku deploy button
  • Show Error messages according to the Error code from API
  • Optional API key provided along with heroku deploy

Screenshots

Default Interface After Uploading
desktop desktop

Installation

Setup on VPS/local machine

  • Install php and composer

  • Clone this repository using git
    git clone https://github.com/albinvar/anonfiles-uploader.git

  • Change directory using cd anonfiles-uploader and Run composer install

  • Open process.php file and replace the $token variable with your API Key.

<?php

require __DIR__.'/vendor/autoload.php';

use App\Uploader;

$token = "YOUR_ANONFILES_API_TOKEN_HERE"
//Replace the default token.
  • Start localhost using
    php server

  • Open your http://127.0.0.1:8888 to load the web interface.

  • Guess what, All Done 🤗

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

The project is certified using MIT License

About

A simple php uploader which works on anonfiles.com api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published