Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digital-blueprint/relay-server-template
Relay API Server Template
https://github.com/digital-blueprint/relay-server-template
dbp-relay
Last synced: about 2 months ago
JSON representation
Relay API Server Template
- Host: GitHub
- URL: https://github.com/digital-blueprint/relay-server-template
- Owner: digital-blueprint
- License: agpl-3.0
- Created: 2023-04-12T09:20:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T06:41:10.000Z (2 months ago)
- Last Synced: 2024-10-21T09:37:10.235Z (2 months ago)
- Topics: dbp-relay
- Language: PHP
- Homepage: https://handbook.digital-blueprint.org/frameworks/relay/dev/getting_started/
- Size: 1.16 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DBP Relay API Server Template
[GitHub](https://github.com/digital-blueprint/relay-server-template) |
[Packagist](https://packagist.org/packages/dbp/relay-server-template)[![Test](https://github.com/digital-blueprint/relay-server-template/actions/workflows/test.yml/badge.svg)](https://github.com/digital-blueprint/relay-server-template/actions/workflows/test.yml)
This repository is used as a template/starting point for your own relay API instance.
To install it, run:
```console
$ composer create-project dbp/relay-server-template relay-api
$ cd relay-api
...
```See the [documentation](./docs/README.md) for more information.
## Development
Please see [docker-dev/README.md](./docker-dev/README.md) for more information.