Skip to content
Tim Cortesi edited this page Sep 3, 2019 · 9 revisions

Welcome to GrapheneAPIGateway!

Use the index provided to navigate the textual tutorials, or reference the video tutorials below:

Table of Contents
Installing GrapheneAPIGateway (Local Developer)
High Level Structure of the GrapheneAPIGateway
GrapheneAPIGateway Hello World Example
CRUD Functions (Against a database) with GrapheneAPIGateway

Installing GrapheneAPIGateway (Local Developer)

This video goes through an abridged installation process for installing GrapheneAPIGateway on a local development machine. (The same steps can be followed for a server installation, but the sys admin will need to substitute the php web server for something more robust like Apache)

Note: This video assumes that you have already installed PHP/mySQL/composer, and all composer dependencies. For the complete instructions, you can follow along with this tutorial

High Level Structure of the GrapheneAPIGateway

This is a high level overview of the way the GrapheneAPIGateway is structured.

GrapheneAPIGateway Hello World Example

Introduction to building APIs using the GrapheneAPIGateway.

CRUD Functions (Against a database) with GrapheneAPIGateway

Introduction to CRUD (Create, Read, Update, Delete) functions with GrapheneAPIGateway

Note: For more information on how to talk to a database using GrapheneAPIGateway, check out the following documentation. GrapheneAPIGateway is based on Laravel/Lumen, so that documentation is near 100% applicable. For information regarding connecting to Oracle Databases with GrapheneAPIGateway, visit this page.