codesleeve/holloway

Holloway: A datamapper built on top of the Illuminate Database package.

Installs: 6 391

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/codesleeve/holloway

v0.1.0-alpha.1 2025-10-12 15:45 UTC

This package is auto-updated.

Last update: 2025-10-12 16:16:27 UTC


README

A Holloway in nature

Tests Latest Version on Packagist PHP Version Total Downloads License

Holloway is an ORM toolkit for Laravel that let's you create your own custom datamappers on top of Laravel's illuminate/database package. It offers you the query builder you know and love, but at the same time gives you complete control over how your ORM records (Entities) are mapped to and from your database. You can create unbreakable domain models (Entities that are never allowed to exist in an invalid state), with complete control over their construction and behavior throughout the entire application request lifecycle.

Documentation

Core Concepts

Mappers & Querying

Relationships

Advanced Topics

Contributing

Thank you for your interest in improving Holloway! We're currently not accepting PRs at the moment. If you find a bug or have a proposal, please open an issue.

License

Holloway is open-sourced software licensed under the MIT license.