https://github.com/remithomas/usefulness-api-zf3
An Usefulness API using Zend Framework 3, Doctrine and more...
https://github.com/remithomas/usefulness-api-zf3
doctrine-orm zf3
Last synced: about 1 year ago
JSON representation
An Usefulness API using Zend Framework 3, Doctrine and more...
- Host: GitHub
- URL: https://github.com/remithomas/usefulness-api-zf3
- Owner: remithomas
- Created: 2017-11-27T17:08:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T21:03:35.000Z (over 8 years ago)
- Last Synced: 2025-01-30T11:11:15.426Z (over 1 year ago)
- Topics: doctrine-orm, zf3
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usefulness API ZF3
[](https://travis-ci.org/remithomas/usefulness-api-zf3)
[](https://coveralls.io/github/remithomas/usefulness-api-zf3)
> Work in progress
This is a [Usefulness API](https://github.com/remithomas/usefulness-apis), using :
- [Zend Framework 3](https://framework.zend.com/learn)
## Requirements
- Php 7.1
## Environements variables
```yml
# todo
```
## Starting App
```bash
composer serve
```
## Code coverage
How to config. Using [coveralls.io](https://coveralls.io), create a file named .coveralls.yml with your repo_token
```yml
service_name: travis-ci
coverage_clover: clover.xml
json_path: coveralls-upload.json
```
How to execute
```bash
composer cover
```
## Urls
- `/` basic page
- `/me` myself page
## Contributions
Don't hesitate to submit issues, comments and pull request. This has been developped in TDD.
## ToDO / Plans
- [ ] Add protected (user: me) page
- [ ] Add error (default, 404) as a JSON view