Developers/Architecture

From PartKeepr Wiki
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.