-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
29 lines (23 loc) · 900 Bytes
/
README
File metadata and controls
29 lines (23 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SIMPLE-PHP-EXAMPLE
https://simple-php-example.herokuapp.com/index.php
What is it?
-----------
SIMPLE-PHP-EXAMPLE is just a quick and dirty tool which HelloSign
API Support reps could use to test some of HelloSign's embedded API
functionality.
How can I use it?
-----------
To run this locally:
1. download this repo (and remember the location)
2. Create an environment variable as your API Key called HS_APIKEY_PROD
3. Create another environment variable as one of your client ids as
HS_CLIENT_ID_PROD
4. spin up a webserver from this location
something like $ php -S localhost:8080
(you could choose another port if you're already using 8080).
Then you could modify this code locally for any of your tests,
and submit a PR if you want to contribute to this repo.
Contacts
-----------
If you have any questions about this project, feel free to email
me at radhack242@gmail.com