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
- Host: GitHub
- URL: https://github.com/ar-koder/devtools
- Owner: ar-koder
- License: mit
- Created: 2022-04-01T22:05:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T02:42:24.000Z (about 1 year ago)
- Last Synced: 2024-11-25T21:20:27.123Z (about 1 year ago)
- Topics: application, demo, graphql, placeholder, requestbin, rest, symfony
- Language: PHP
- Size: 1.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Devtools
An AIO devtools service made with Symfony

[](https://github.com/arnaud-ritti/devtools/releases)

## 🚀 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)