Skip to content

androb/tinydrive-php-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Drive PHP Starter Project

This project will help you get started with Tiny Drive and allow you to play around with it's features.

Pre requirements

PHP 7.0+ on any supported platform.

Getting started steps

These are the steps needed to get this project running on your machine:

1. Clone this repo to your local machine using

$ git clone [email protected]:tinymce/tinydrive-php-starter.git

2. Change the apiKey in tinydrive-php-starter/config.php

You get the api key from the API Key Manager account manager at http://tiny.cloud.

3. Create a tinydrive-php-starter/private.key file containing your generated private RSA key

You get the private RSA key from the JWT Key Manager account manager at http://tiny.cloud.

4. Go to the directory and start the dev server

$ cd tinydrive-php-starter
$ php -S localhost:3000

5. Open the example project at http://localhost:3000

About

Tiny Drive PHP Starter Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 89.7%
  • JavaScript 8.8%
  • CSS 1.5%