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

https://github.com/belikhun/blink

✨ Web page in a blink
https://github.com/belikhun/blink

framework php rest-api web

Last synced: 12 months ago
JSON representation

✨ Web page in a blink

Awesome Lists containing this project

README

          

# ✨ blink

A high-performance, zero-dependencies and lightweight PHP Web Framework. Run on PHP 8.0 or higher.

> ### ⚠ blink is wip
>
> This is still an early stage of this web framework, using this is
> highly discouraged!

## 📃 features?

- [x] Custom Routing
- [x] Database Driver (including `mysqli`, `sqlite3`)
- [x] Config Management
- [x] Caching
- [x] Uploaded File/Image Management
- [x] User Session Management
- [x] API Session With Access Token Management
- [x] Database Model
- [x] Query Builder
- [ ] Template Engine

## 🤔 how to use

This is your `index.php` file live in the root folder of your website.

```php
✨ blink by Belikhun