Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
Hunter Perrin edited this page May 7, 2018 · 10 revisions

Nymph

Nymph is an ORM for JavaScript and PHP. Nymph data objects, called entities, are accessed just like plain objects, in both PHP and JavaScript. Nymph includes a REST server and a Publish/Subscribe server. Nymph is the ORM that powered the Pines Framework, which, for years, ran a high demand ecommerce website and Point of Sale system.

Setting up a Nymph Application

You can use the app template to set up Nymph and Nymph PubSub for you. All you need to install is Docker.

Nymph App Template

For a step by step guide to manually setting up Nymph on your own server, visit the Setup Guide.

Using Nymph

The Nymph API documentation on this wiki is accessible through the API Docs Index.

Full API Docs

If you want to really dive deep into Nymph, you can also browse the full API docs, which covers every class in the Nymph server.

Nymph Online

Clone this wiki locally