Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/viliamkopecky/model

dev-master 2015-11-20 15:10 UTC

This package is auto-updated.

Last update: 2025-09-28 06:41:15 UTC


README

Downloads this Month Build Status License

work in progress.

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