Developers/Architecture

From PartKeepr Wiki
Revision as of 17:36, 4 November 2015 by Felicitus (talk | contribs) (Created page with "= Introduction = PartKeepr uses [http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/working-with-objects.html Doctrine Entities] for database handling...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introduction

PartKeepr uses Doctrine Entities for database handling and ExtJS for the frontend.

API First

The ExtJS frontend communicates with the PHP backend using a JSON-LD-enabled REST API. The

Thanks to the Dunglas Api Bundle, a developer needs to write little to no code to make the REST API work.