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

https://github.com/ar-koder/devtools

:octocat: An AIO devtools service made with Symfony
https://github.com/ar-koder/devtools

application demo graphql placeholder requestbin rest symfony

Last synced: 30 days ago
JSON representation

:octocat: An AIO devtools service made with Symfony

Awesome Lists containing this project

README

          

Devtools



An AIO devtools service made with Symfony



![](https://img.shields.io/github/workflow/status/arnaud-ritti/devtools/Release?style=flat-square)
[![](https://img.shields.io/github/v/release/arnaud-ritti/devtools?style=flat-square&color=orange)](https://github.com/arnaud-ritti/devtools/releases)
![](https://img.shields.io/docker/v/arnaudritti/devtools?label=Docker%20release&style=flat-square)





Buy Me a Coffee at ko-fi.com



## 🚀 How to use ?

Use it locally with Docker

```bash
docker run --rm -p 80:80 arnaudritti/devtools
```

#### Environement variables

| Name | default value | options |
| -------------------- | ------------- | -------------------------- |
| APP_ENV | `prod` | `prod`, `dev` |
| BUCKET_MODE | `path` | `path`, `sudomain`, `both` |
| BUCKET_REQUEST_LIMIT | `50` | integer |
| BUCKET_EXPIRE_AFTER | `48` | hours (integer) |

Or use the hosted service at [https://devtools.arnaud-ritti.fr/](https://devtools.arnaud-ritti.fr/)

## âš¡ Feedback

You are very welcome to try it out and put forward your comments. You can use the following methods:

- Report bugs or consult with [Issue](https://github.com/arnaud-ritti/devtools/issues)
- Submit [Pull Request](https://github.com/arnaud-ritti/devtools/pulls) to improve the code of `devtools`

## LICENSE

[MIT](./LICENSE)