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 Nov 1, 2017 · 10 revisions

logo Nymph

Nymph is an open source object relational mapper for PHP and JavaScript. The goal of Nymph is to be easy to set up, easy to learn, and suitable for not only prototyping, but production projects. Nymph automatically creates tables the first time a new class is instantiated. Nymph entities are accessed just like any other object, in both PHP and JavaScript. There is a built in REST server, which makes building JavaScript applications with Nymph trivial. Nymph is based on the ORM in the Pines framework, which has been rigorously tested in real world, high demand web applications.

This wiki is the main source of technical documentation for developing with (and for) Nymph.

Setting up a Nymph Application

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

Technical Documentation

The technical documentation on this wiki is accessible through the Technical Documentation Index.

Nymph Online

Clone this wiki locally