You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KentonJack edited this page Mar 4, 2018
·
10 revisions
Welcome to Angel! A lean PHP framework that focuses on rapid prototyping for web applications. Before you start, there are a few things we would like to clarify:
What is prototyping
Prototyping is fast building, small projects. We build Angel not for large long-lasting projects. We build Angel for:
S.T.E.M. Education
Small long-lasting projects
Hobby projects
Concept/Demo building
...
What is rapid
For developers, less time means rapid:
Easy: less leaning time
Flat: concentrated workspace, build(router) and view
Simple: work out of the box, no build requirements
Powerful: write less, do more
Automatic: autoload everything, all methods work like native function