![Gitter](https://badges.gitter.im/Join Chat.svg)
hook is a extendable Back-end as a Service (BaaS) that includes everything that you need to create the back-end of your application.
- PHP 5.4+
Run this command in your terminal to get the lastest version:
curl -sSL https://raw.githubusercontent.com/doubleleft/hook/master/scripts/install.sh | bash
At the end of the process you should have hook and hook-cli installed in your machine.
Use the following command to create a new application from the commandine.
hook app:new my-app --endpoint https://localhost/hook/public/index.php/
It will output access keys to use in the front-end. Checkout this example using JavaScript frontend.
Take a look at the documentation for more details.
- JavaScript (docs)
- Android (docs missing)
- iOS (docs missing)
- C++ (docs missing)
- Ruby (docs missing)
- PHP (docs)
- C# (docs missing)
MIT. Please see LICENSE file.