There is no license information available for the latest version (0.0.3) of this package.

Simple ORM system for PHP.

Installs: 85

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/baukasten/orm

0.0.3 2025-09-24 18:57 UTC

This package is auto-updated.

Last update: 2025-09-24 19:00:33 UTC


README

Simple ORM system for PHP.

Features

  • Annotation-based entity mapping
  • CRUD operations for entities
  • Relationship management (OneToMany, ManyToOne, OneToOne, ManyToMany)
  • Custom query support
  • Query builder for complex queries

Installation

composer require baukasten/orm

Usage

See the examples/example.php file for usage examples.

Testing

Unit tests are available for all classes. See the tests/README.md file for more information on running tests and test coverage.

./vendor/bin/phpunit

Requirements

  • PHP 8.0 or higher
  • PDO extension