/blink

✨ Web page in a blink

Primary LanguagePHPMIT LicenseMIT

✨ 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?

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

🤔 how to use

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

<?php

// Include setup.php file from where you included your own copy of blink.
// This can be `core`, `blink`, or whatever you desire.
require_once "core/setup.php";

If done, you are now running blinks.

🤓 where doc?

No document for this framework is available to the public, yet.


✨ blink by Belikhun