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.
- Host: GitHub
- URL: https://github.com/phicorp/davinci
- Owner: phiCorp
- Created: 2024-11-23T19:27:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T18:24:46.000Z (about 1 year ago)
- Last Synced: 2025-03-27T19:31:38.850Z (about 1 year ago)
- Language: PHP
- Size: 37.1 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)