An idiom for Zengine backend services.
The goal of this project is to incorporate all the infrastructural code necessary to develop a backend service, so plugin developers can focus on business rules instead. Project scope includes, for example, basic data access, test helpers (fakes and builders), routing, common advanced queries and data manipulation.
The project should also be a place of discussion, where any developer can collaborate and where code is developed in a consensus-driven way.
With npm
npm install @zenginehq/zengo
Or reference the github url in your package.json.
"dependencies": {
"@zenginehq/zengo": "1.0.0"
},
See the contributing doc.
See the API reference.