Leaf is a PHP micro-framework which helps you create web applications and APIs from the ground up in minutes.
Leaf now has support for the normal php session and has provided very handy method for approprately using it.
This will provide an extra way for handling users, even in APIs; You can use sessions instead of tokens....or you can just use both😅😅.
Leaf PHP comes with more handy functions in this version. One of them is the Date
object(previously CustomDate).
With the new Date
object, you can make your apps and APIs quicker.