Skip to content
comhon-project edited this page Dec 3, 2020 · 19 revisions

Comhon!

Following documentation describe Comhon! framework version 5.0.0 or more.

Synopsis

Comhon! (Common Object Manager, Hashmap Or Nothing!) is an object manager based on gess what ?... hashmap!

It will allow you to import, export, serialize (in sql database, xml file, json file) objects without any line of code.

You just have to describe your object model in a manifest and Comhon! library do the rest.

For example you can describe a manifest that will match with an SQL table and you will be able to Select/Insert/Update without write your SQL query (actually like an ORM)

Table of contents

  1. Installation
  2. Configuration
  3. Getting started
  4. Manifest
  5. Serialization
  6. Options
  7. Object management
  8. Requester
  9. REST API
  10. Cache