Download the PHP package comhon-project/comhon without Composer
On this page you can find all versions of the php package comhon-project/comhon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download comhon-project/comhon
More information about comhon-project/comhon
Files in comhon-project/comhon
Package comhon
Short Description The Comhon! PHP framework
License MIT
Homepage https://github.com/comhon-project/comhon
Informations about the package comhon
Comhon!
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 don't have to create any classes (actually you can if you're not comfortable without them), you just have to describe your model in a manifest (xml file or json file). For exemple a manifest may be linked to an sql table and you will be able to Select/Insert/Update without write your sql query (actually like an ORM)
Some others features
- advanced object managment (see wiki page)
- provide a request format to request any object by any client (see wiki page)
- provide automatic and dynamic REST API (see wiki page)
Manifest Example
A Manifest permit to describe a concept by listing its properties. Manifests can be defined in XML or JSON format
simple XML manifest to describe a person :
simple JSON manifest to describe a person :
for more informations to build complexes manifests take a look at manifest wiki page
Code Example
Motivation
give a chance to make a comhon object managment in your project and avoid many specifics cases in your code source that make your project unmaintainable and hard to improve
Installation
for more informations take a look at installation wiki page
Documentation
for more informations take a look at wiki page
All versions of comhon with dependencies
guzzlehttp/psr7 Version ^1.6.1
symfony/yaml Version ^5.1.5
psr/http-server-handler Version ^1.0