https://github.com/docspring/formapi-php-demo
Example of installing formapi via composer
https://github.com/docspring/formapi-php-demo
Last synced: about 1 year ago
JSON representation
Example of installing formapi via composer
- Host: GitHub
- URL: https://github.com/docspring/formapi-php-demo
- Owner: DocSpring
- Created: 2018-03-26T15:02:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T15:05:45.000Z (about 8 years ago)
- Last Synced: 2025-01-07T07:14:24.803Z (over 1 year ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FormAPI PHP Demo
### Requirements
* PHP >= 5.5
* [composer](https://getcomposer.org/doc/00-intro.md)
### Generate a test PDF:
```
git clone https://github.com/FormAPI/formapi-php-demo.git
cd formapi-php-demo
composer install
php generate_pdf.php
```