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

Nymph

Nymph is an open source object relational mapper for PHP and JavaScript. 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 derived from the ORM that powered the Pines framework, which has been rigorously tested in real world, high demand web applications.

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 lists every function available on every PHP class in Nymph.

Nymph Online

Clone this wiki locally