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
- Host: GitHub
- URL: https://github.com/belikhun/blink
- Owner: Belikhun
- License: mit
- Created: 2022-12-06T11:48:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T10:20:09.000Z (over 1 year ago)
- Last Synced: 2025-02-12T21:41:27.615Z (about 1 year ago)
- Topics: framework, php, rest-api, web
- Language: PHP
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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