/landing-api

The Landing API was designed to be fast and easy for creating landing pages.

Primary LanguagePHPMIT LicenseMIT

About Landing API

The Landing API was designed to be fast and easy for creating landing pages.

How to use

Just create or modify the form data schema in api/app/Models.

Testing

  1. In the api/public folder, run:
php -S localhost:3000
  1. In the templates folder, run:
php -S localhost:8000
  1. Open http://localhost:8000/test.html

Extract data from the database

You can easily export data in CSV or XLS format using php cli.php command.

License

Please see the LICENSE file.