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

https://github.com/phicorp/davinci

Davinci: where the galaxy meets PHP.
https://github.com/phicorp/davinci

Last synced: about 1 year ago
JSON representation

Davinci: where the galaxy meets PHP.

Awesome Lists containing this project

README

          

# 🐬 Davinci PHP Framework

Fast backend framework for PHP. Thanks to [Laravel](https://github.com/laravel/laravel) for inspiration. with ready-made tools, quickly develop your applications and bring them to the web.

## 🛠️ Installation

Install Davinci with Composer

```bash
composer create-project phicorp/davinci projectName
```

## ✨ Run Locally

Start the server

```bash
php nova serve
```

## 🧐 Features

Here're some of the project's best features:

- ORM
- Routing
- View Template
- Console Commands
- IoC & DI

## 📄 Documentation(Soon)

[Documentation](https://github.com/phicorp/davinci)

## 📝 Authors

- [@thephibonacci](https://www.github.com/thephibonacci)