2017 © Pedro Peláez
 

library model

image

viliamkopecky/model

  • Friday, November 20, 2015
  • by viliamkopecky
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Flexible data model

Downloads this Month Build Status License, (*1)

work in progress., (*2)

Features

  • entity types (enum)
  • entity props
    • prop_type
      • bool
      • int
      • float
      • string (< 256)
      • text (>256)
    • (un)serialization
      • DateTime
      • JSON
  • entity relationships

To-do

  • schema definition
  • schema based props and relationships
  • schema based validation
  • helper functions
    • fetching
    • pagination
    • order
    • relationship search
  • forms generation
  • api generation
  • graphql interface
  • relay integration

The Versions

20/11 2015

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar viliamkopecky