Hi! I'm Redwan Aouni, and this is a small and easy framework to get your work done in less than 1 hour. This Framework builded with PURE PHP and with support of some great packages we create this amazing framework which is secure,lightweight,easy to learn
Created By R.AOUNI with LOVE from ALGERIA
You will find the doc of this framwork soon in here, but if you want to try and find how it work, Okay! Then you need to do this easy steps
- Unzip the code
- Run
composer create-project oxygen-dz/oxygenframework - Enjoy
SmartyAV table in oxygen
| ASCII | HTML | |
|---|---|---|
| Single backticks | 'Isn't this fun?' |
'Isn't this fun?' |
| Quotes | "Isn't this fun?" |
"Isn't this fun?" |
| Dashes | -- is en-dash, --- is em-dash |
-- is en-dash, --- is em-dash |
You can render LaTeX mathematical expressions using KaTeX:
The Gamma function satisfying
You can find more information about LaTeX mathematical expressions here.
You can render UML diagrams using Mermaid. For example, this will produce a sequence diagram:
sequenceDiagram
Alice ->> Bob: Hello Bob, how are you?
Bob-->>John: How about you John?
Bob--x Alice: I am good thanks!
Bob-x John: I am good thanks!
Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row.
Bob-->Alice: Checking with John...
Alice->John: Yes... John, how are you?
And this will produce a flow chart:
graph LR
A[Square Rect] -- Link text --> B((Circle))
A --> C(Round Rect)
B --> D{Rhombus}
C --> D