Developers/Architecture

From PartKeepr Wiki
Revision as of 17:00, 4 November 2015 by Felicitus (talk | contribs)
(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. See the Entities documentation for further details.