2017 © Pedro Peláez
 

library hook

backend as a service

image

doubleleft/hook

backend as a service

  • Tuesday, February 23, 2016
  • by endel
  • Repository
  • 71 Watchers
  • 741 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 85 Forks
  • 25 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

hook, (*1)

Welcome to hook

Build status ![Gitter](https://badges.gitter.im/Join Chat.svg), (*2)

hook is a RESTful, extendable Backend as a Service that provides instant backend to develop sites and apps faster, with dead-simple integration for iOS, Android, JavaScript and more., (*3)

Requirements: PHP 5.5+, or PHP 5.3., (*4)

Features

  • Multitenancy (same instance may be used for many apps)
  • User authentication (register, login, reset password)
  • Data persistance through collections
  • Data storage through many providers
  • Real-time communication through WAMP subprotocol (WebSockets).
  • Package management through composer

Installation

Run this command in your terminal to get the lastest version:, (*5)

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., (*6)

How to use

Run the server locally:, (*7)

hook server

Create a new application from the commandine:, (*8)

hook app:new my-app --endpoint http://0.0.0.0:4665

It will output access keys to use in the front-end. Checkout this example using JavaScript frontend., (*9)

Take a look at the documentation for more details., (*10)

Front-end Integration

Reduce the gap between backend and frontend development:, (*11)

License

MIT., (*12)

The Versions