A framework based on laravel used swoole.

1.0.0 2021-01-21 02:35 UTC

This package is auto-updated.

Last update: 2024-04-06 11:58:04 UTC


README

Laravel + Swoole = Laras

Requirements

  • PHP >= 7.3
  • Swoole PHP extension >= 4.5,and Disabled Short Name
  • OpenSSL PHP extension
  • JSON PHP extension
  • PDO PHP extension (If you need to use MySQL Client)
  • Redis PHP extension (If you need to use Redis Client)

Coroutine Component

  • Auth
  • Crontab
  • RedisAsyncQueue
  • Event
  • Annotation
  • Aspect
  • Illuminate Container
  • Illuminate Mail
  • Illuminate ORM
  • Illuminate Bus
  • Illuminate View
  • Illuminate Validation
  • Illuminate Support
  • Illuminate Filesystem
  • Illuminate Pagination
  • Illuminate Translation
  • Illuminate Hashing
  • Illuminate Encryption
  • Illuminate Config
  • Illuminate Facade
  • Illuminate Log
  • Middleware
  • Command
  • RedisPool
  • DBPool
  • ControllerPool
  • GuzzleHttpClient
  • Process
  • HotReloader
  • FastRoute
  • RateLimitor
  • ClassMap
  • Server(Http/Tcp/Websocket)

Usage

  • app/Http/HttpController