Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polderknowledge/entityservice-module
A module that adds support to a Zend Framework application for the polderknowledge/entityservice library.
https://github.com/polderknowledge/entityservice-module
entity entityservice module zendframework zf2 zf3
Last synced: about 1 month ago
JSON representation
A module that adds support to a Zend Framework application for the polderknowledge/entityservice library.
- Host: GitHub
- URL: https://github.com/polderknowledge/entityservice-module
- Owner: polderknowledge
- License: mit
- Created: 2016-12-03T14:16:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T09:51:22.000Z (about 7 years ago)
- Last Synced: 2024-06-04T14:31:18.209Z (7 months ago)
- Topics: entity, entityservice, module, zendframework, zf2, zf3
- Language: PHP
- Homepage: https://polderknowledge.com
- Size: 23.4 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# entityservice-module
[![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 Zend Framework module which adds support for the polderknowledge/entityservice library.
## Install
Via Composer
``` bash
$ composer require polderknowledge/entityservice-module
```## Usage
Please read the documentation for this package for a quick setup.
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information 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 report them via [HackerOne](https://hackerone.com/polderknowledge)
instead of using the issue tracker or e-mail.## Community
We have an IRC channel where you can find us every now and then. We're on the Freenode network in the
channel #polderknowledge.## Credits
- [Polder Knowledge][link-author]
- [All Contributors][link-contributors]## License
Please see [LICENSE.md][link-license] for the license of this application.
[ico-version]: https://img.shields.io/packagist/v/polderknowledge/entityservice-module.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/polderknowledge/entityservice-module/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/polderknowledge/entityservice-module.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/polderknowledge/entityservice-module.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/polderknowledge/entityservice-module.svg?style=flat-square[link-packagist]: https://packagist.org/packages/polderknowledge/entityservice-module
[link-travis]: https://travis-ci.org/polderknowledge/entityservice-module
[link-scrutinizer]: https://scrutinizer-ci.com/g/polderknowledge/entityservice-module/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/polderknowledge/entityservice-module
[link-downloads]: https://packagist.org/packages/polderknowledge/entityservice-module
[link-author]: https://polderknowledge.com
[link-contributors]: ../../contributors
[link-license]: LICENSE.md