https://github.com/meelight/restapi-symfony
REST API with Symfony
https://github.com/meelight/restapi-symfony
mongodb php rest-api symfony
Last synced: about 2 months ago
JSON representation
REST API with Symfony
- Host: GitHub
- URL: https://github.com/meelight/restapi-symfony
- Owner: MeeLight
- License: mit
- Created: 2024-10-28T08:05:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T05:44:49.000Z (over 1 year ago)
- Last Synced: 2025-04-03T23:13:54.318Z (about 1 year ago)
- Topics: mongodb, php, rest-api, symfony
- Language: PHP
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# REST API - Symfony
[Symfony][1] is a **PHP framework** for web and console applications and a set
of reusable **PHP components**. Symfony is used by thousands of web
applications and most of the [popular PHP projects][2].
## Tools Version
- Symfony v5.10.4 (cli)
- PHP v8.2.25 (cli)
- Apache v2.4.62 | VS17
## 📦 Installation
PHP Packages **(Required)**
```shell
composer install
```
or
```shell
:: With make
make deps
```
Prettier **(Optional)**
```shell
bun install
```
## 🚀 Run Dev
```shell
symfony server:start --no-tls
```
or
```shell
:: With make
make dev
```
## 🔑 License
[MIT Lisence](https://github.com/MeeLight/restapi-symfony/blob/main/LICENSE.md)