CodeIgniter4-Burner

CodeIgniter4 out-of-the-box high-performance server.

MIT License

Downloads
205
Stars
38
Committers
2

Bot releases are hidden (Show)

CodeIgniter4-Burner - v1.0.0 beta.3

Published by monkenWu 12 months ago

  1. Upgrade the development environment to CodeIgniter 4.4 and test it.
  2. Override Toolbar Class key methods with overrides.
  3. Use the Custom Exception Handlers handling framework provided by CodeIgniter 4.4 to handle Exceptions.
CodeIgniter4-Burner - v1.0.0 beta.2 Latest Release

Published by monkenWu over 1 year ago

  1. Added Monken\CIBurner\Bridge\Override\Response class so that response()->send() can be used properly.
  2. Added Request File Upload Class that supports CodeIgniter4.
  3. Remove Monken\CIBurner\Bridge\UploadFileBridge to support only the framework's built-in file handling classes.
  4. Fix the way App Class gets $response
CodeIgniter4-Burner - V1.0.0 Beta.1

Published by monkenWu over 1 year ago

  1. The app folder can dynamically change with the developer settings.
  2. Remove unnecessary $_SERVER data synchronization
  3. Release of the first Beta version
CodeIgniter4-Burner - v0.5.2

Published by monkenWu over 1 year ago

  1. Fix the bug that CodeIgniter Set Cookies are not delivered correctly to PSR-Response.
  2. Added set cookies and csrf test cases
CodeIgniter4-Burner - v0.5.1

Published by monkenWu over 1 year ago

  1. Fix an error when the CodeIgniter Response Object body is null.
  2. Added official documentation and reduced README content.
CodeIgniter4-Burner - v0.5.0 beta

Published by monkenWu over 1 year ago

  1. A new connection management class has been added to manage the availability of connection entities that remain in memory for long periods of time.
  2. Add dbAutoClose and cacheAutoClose switches to the Config/burner.php configuration.
  3. The CIROAD_DB_AUTOCLOSE environment variable has been deprecated.
  4. The new service management allows you to freely manage which single instance services will never be reset.
CodeIgniter4-Burner - v0.4.1 beta

Published by monkenWu over 1 year ago

  1. New way of using commands.
CodeIgniter4-Burner - v0.4.0 beta

Published by monkenWu over 1 year ago

  1. added reload, restart, stop server commands
CodeIgniter4-Burner - v0.3.2 beta

Published by monkenWu over 1 year ago

Cache Handler fix

CodeIgniter4-Burner - v0.3.1 beta

Published by monkenWu over 1 year ago

  1. update to codeigniter 4.3
  2. added cache interface and swoole-cache interface
    Happy Lunar New Year!❤️
CodeIgniter4-Burner - v0.3.0 beta

Published by monkenWu almost 2 years ago

  1. Separate each Driver from the program library.
  2. Changing the way the command works makes it easier to connect different drivers in the future.
CodeIgniter4-Burner - v0.2.4 beta

Published by monkenWu almost 2 years ago

  1. json exception bug fix
CodeIgniter4-Burner - v0.2.3 beta

Published by monkenWu almost 2 years ago

  1. error logs in websocket driver
CodeIgniter4-Burner - v0.2.2 beta

Published by monkenWu almost 2 years ago

  1. some bug fix
  2. support OpenSwoole Websocket Driver
  3. new init library and load CodeIgniter4 method
CodeIgniter4-Burner - v0.2.1 beta

Published by monkenWu about 2 years ago

  1. fix dir separtator
CodeIgniter4-Burner - V0.2.0 beta

Published by monkenWu about 2 years ago

  1. fix index.php path error
  2. support open swoole
CodeIgniter4-Burner - v0.1.1 beta

Published by monkenWu about 2 years ago

  1. fix composer vendor autoload path
CodeIgniter4-Burner - v0.1.0 beta

Published by monkenWu about 2 years ago

  1. Release v0.1.0 beta!