An open API service indexing awesome lists of open source software.

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

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
```