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

https://github.com/loevgaard/dandomain-foundation-entities


https://github.com/loevgaard/dandomain-foundation-entities

doctrine hostnet-entity library php php-library php7

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Dandomain Foundation Entities

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

A library of type [hostnet-entity](https://github.com/hostnet/entity-plugin-lib) with entities for the Dandomain Ecommerce system. The library is used in the [Dandomain Foundation Bundle](https://github.com/loevgaard/dandomain-foundation-bundle).

## Install

Via Composer

```bash
$ composer require loevgaard/dandomain-foundation-entities
```

## Usage
TODO

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Testing

```bash
$ composer test
```

## Contributing

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

## Security

If you discover any security related issues, please email `joachim@loevgaard.dk` instead of using the issue tracker.

## Credits

- [Joachim Løvgaard][link-author]
- [All Contributors][link-contributors]

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/loevgaard/dandomain-foundation-entities.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/loevgaard/dandomain-foundation-entities/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/loevgaard/dandomain-foundation-entities.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/loevgaard/dandomain-foundation-entities.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/loevgaard/dandomain-foundation-entities.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/loevgaard/dandomain-foundation-entities
[link-travis]: https://travis-ci.org/loevgaard/dandomain-foundation-entities
[link-scrutinizer]: https://scrutinizer-ci.com/g/loevgaard/dandomain-foundation-entities/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/loevgaard/dandomain-foundation-entities
[link-downloads]: https://packagist.org/packages/loevgaard/dandomain-foundation-entities
[link-author]: https://github.com/loevgaard
[link-contributors]: ../../contributors