An open API service indexing awesome lists of open source software.

https://github.com/concise-laravel/concise

Super lightweight data mapper ORM for Laravel
https://github.com/concise-laravel/concise

data-mapper laravel laravel-orm orm

Last synced: 2 months ago
JSON representation

Super lightweight data mapper ORM for Laravel

Awesome Lists containing this project

README

          

![Packagist Version](https://img.shields.io/packagist/v/concise/concise)
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/concise/concise)

![GitHub](https://img.shields.io/github/license/concise-laravel/concise)
![Laravel](https://img.shields.io/badge/laravel-11.x-red.svg)
[![codecov](https://codecov.io/gh/concise-laravel/concise/branch/main/graph/badge.svg?token=FHJ41NQMTA)](https://codecov.io/gh/concise-laravel/concise)

![Unit Tests](https://github.com/concise-laravel/concise/actions/workflows/tests.yml/badge.svg)
![Static Analysis](https://github.com/concise-laravel/concise/actions/workflows/static-analysis.yml/badge.svg)

# Concise
Concise is a super lightweight data mapper ORM for Laravel.
It exists as a package entirely because I wanted the most lightweight solution I could build, that would give me the
benefit of using a data mapper ORM, without using a full ORM.