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

https://github.com/ollieread-ltd/articulate

A data mapper ORM for Laravel that serves as an alternative to Eloquent
https://github.com/ollieread-ltd/articulate

data-mapper eloquent laravel orm php

Last synced: 5 months ago
JSON representation

A data mapper ORM for Laravel that serves as an alternative to Eloquent

Awesome Lists containing this project

README

        

# Articulate

A data mapper ORM that serves as an alternative to Eloquent.

![PHP Version](https://img.shields.io/badge/php-8.2-blue)
![GitHub Release](https://img.shields.io/github/v/release/ollieread/articulate)
![GitHub](https://img.shields.io/github/license/ollieread/articulate)
[![codecov](https://codecov.io/gh/ollieread/articulate/branch/main/graph/badge.svg?token=FHJ41NQMTA)](https://codecov.io/gh/ollieread/articulate)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fsmplphp%2Fplayground%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/ollieread/articulate/main)

## Install

Install via composer.

```bash
$ composer require ollieread/articulate
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## License

The MIT License (MIT). Please see [License File](https://github.com/ollieread/articulate/blob/master/LICENSE.md) for more
information.