Skip to content

CodeApePro/blink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blink - A web framework build for high performance services

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Blink is micro web framework with expressive, elegant APIs, which inspired much by Yii2 and Laravel. And the most importantly, Blink is designed for long running services. Unlike other frameworks, Blink does't requires php-fpm or mod_php to run PHP code, we currently taking Swoole extension to serve requests in plain PHP.

Features

  • Powered by Swoole, serve requests in plain PHP
  • Dependency Injection & Service Locator
  • Routing for Restful APIs
  • Authentication & Authorization abstraction
  • Session Management abstraction
  • PHPUnit integration for unit tests

Installation

Install the latest version with

composer create-project --prefer-dist -s dev blink/seed your-app

Documentation

Participating

Blink is still in active development, your participating is very wellcome!

You may participate in the following ways:

License

This is a open sourced software under the MIT license.

About

A web framework build for high performance services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%