noodlehaus/dispatch

The Road To Dispatch 5

scan opened this issue · 4 comments

scan commented

I will try to get work on that done during the weekend.

Dispatch 5 will change the API entirely and move from global functions and closures to singletons and proper OO for routing.

The main elements of dispatch for me are:

  • Easy to set up (No config, no special directory structure required)
  • Speed
  • No MVC
  • Speed
  • Retains compatibility with 5.3 but uses everything 5.3 has to offer
  • Speed
  • Painless integration of often-used elements.

This issue is to collect some ideas and discuss them. Please wait for the code draft in my Repo before commenting on implementation.

Tom, do you want to modify this project or fork this? Creating a new project and having the site and read me link to it is also an option. I'll add you to this repo when I get home. Modifying this would be nice to keep the stars as well.

scan commented

I would prefer to modify this one but until I have done some work on the new branch I will use my own repo.

I see. Okay. Let me know when you're ready :) Thanks!

scan commented

The main focus of Dispatch should be Quick APIs. For that, I think about integrating an optional OAuth2 module into the system, to make it easier to make authenticated APIs.