https://github.com/tinymce/tinydrive-php-starter
Tiny Drive PHP Starter Project
https://github.com/tinymce/tinydrive-php-starter
php starter-project tinydrive
Last synced: 8 months ago
JSON representation
Tiny Drive PHP Starter Project
- Host: GitHub
- URL: https://github.com/tinymce/tinydrive-php-starter
- Owner: tinymce
- Created: 2019-03-15T09:36:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T05:54:04.000Z (over 3 years ago)
- Last Synced: 2025-04-12T22:38:02.613Z (12 months ago)
- Topics: php, starter-project, tinydrive
- Language: PHP
- Size: 147 KB
- Stars: 4
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tiny Drive PHP Starter Project
This project helps you get started with Tiny Drive and allows you to play around with its features.
## Requirements
PHP 7.0+
## Getting started steps
These are the steps needed to get this project running on your machine:
### 1. Clone this repository to your local machine
Use the following command:
```
$ git clone https://github.com/tinymce/tinydrive-php-starter.git
```
You can also download this repository as a zip file from Github.
### 2. Change the `apiKey` in `tinydrive-php-starter/config.php`
You get the API key from the `API Key Manager` account manager at https://www.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://www.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