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

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

Awesome Lists containing this project

README

          

# REST API - Symfony


Symfony Logo

[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)