Skip to content
StefansArya edited this page Aug 9, 2019 · 5 revisions

Welcome to Scarlets Framework!

You can choose the documentation on the right menu.

Notes

This framework mainly focus on performance and currently being developed and may have some breaking changes on complex usage. With this framework you can freely build your project with Object Oriented Programming or Procedural Programming style. For best performance it's good for using Procedural Programming style, but you must write your code on a scope like using Namespace or Static Class.

Simplicity

If you write your code in /app folder, you could easily refer it scope with /App/Subfolder/YourFileNamespace without using require or include anymore. There also an example on this repository if you still unsure.

Feature

This framework also have build-in server so you don't need to use Nginx or Apache, but I still recommend to use Nginx because it's only for testing only.

Instead of that, there are some extended feature that this framework offer.

  • Easy and customizable command line interface
  • Many set of functions that can being called easily
  • Build-in Web API, AccessToken and Authorization
  • And much more

Contribute

There may have some bugs too, and please post an issue or pull request if you found it ^.^)/
Good luck with your project!

Clone this wiki locally