Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Commit

Permalink
Removed JotForm PHP Library file from the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
frozsgy committed Aug 1, 2019
1 parent 53ab48e commit 034a1cb
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 657 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ JotSheets was developed as an internship project at JotForm.
* [PHP 7 or higher](http://www.php.net/)
* [mySQL](https://www.mysql.com/) or [MariaDB](https://mariadb.org/)
* [Google APIs Client Library for PHP](https://github.com/googleapis/google-api-php-client)
* [JotForm API Client for PHP](https://github.com/jotform/jotform-api-php)
* Apache server with RewriteEngine on

### Used Libraries ###

* This project uses [HTML5Sortable](https://github.com/lukasoppermann/html5sortable) JavaScript library for drag & drop sort buttons.

## Installation ##

After **downloading the release**, you need to do the following changes in order to make the script work.
Expand All @@ -22,8 +27,16 @@ After **downloading the release**, you need to do the following changes in order
* Update the server information in `./class/server.php`
* Fill in the API keys in `./class/google.php`
* Install Google APIs Client Library for PHP under `./class/google/`.
* Install JotForm API Client for PHP under `./class/jotform/`.

### Notes ###

* The Google integrations class will look for the autoloader at the following location: `./class/google/vendor/autoload.php`
* The JotForm integrations class will look for the JotForm API Client at the following location: `./class/jotform/JotForm.php`
* Please make sure that both classes can read the library files properly.

## Live Demo ##

Available at http://jotform.ozanalpay.com

## Comments, Pull Requests, Bugs ##
Expand Down
5 changes: 5 additions & 0 deletions class/google/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Google APIs Client Library for PHP

Please install [Google APIs Client Library for PHP](https://github.com/googleapis/google-api-php-client) under this folder.

The autoloader should be at the following location: `./vendor/autoload.php`
Loading

0 comments on commit 034a1cb

Please sign in to comment.