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
- Host: GitHub
- URL: https://github.com/ollieread-ltd/articulate
- Owner: ollieread-ltd
- License: mit
- Created: 2024-03-29T11:36:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T18:20:47.000Z (9 months ago)
- Last Synced: 2024-07-26T20:15:49.936Z (9 months ago)
- Topics: data-mapper, eloquent, laravel, orm, php
- Language: PHP
- Homepage:
- Size: 89.8 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Articulate
A data mapper ORM that serves as an alternative to Eloquent.



[](https://codecov.io/gh/ollieread/articulate)
[](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.