astateful is a unique approach to Web development. It incorporates a solid theoretical foundation based on Dynamic Programming in which a Web site is evaluated using a 'top down' or 'bottom up' approach starting from an initial state. It is very scalable. Caching and encryption are included by default. It has a steep learning curve.
| Tags | frameworks PHP classes |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | Platform Independent |
| Implementation | PHP C |
| Translations | English |
Recent releases


Release Notes: Significant in that it contains fully functioning versions of all three evaluation routines. A major cleanup from 0.2.3 with correct log file generation. Cleaner, updated algorithms as well. Recommended for production usage.


Release Notes: A new evaluation routine, EvaluateLinear, was added, which can take the results generated by the two previous routines and parse them in linear time. The result is a great speed gain. Code cleanup was done to all evaluation methods and the Core.


Release Notes: This version is a significant departure from the previous two version series because the regular expression handler has been rewritten and log file creation is cleaner. Setting the default vector is now the responsibility of the programmer. The Core can be derived and shadow actions (actions that should not be specified by the user) can be passed to states.


Release Notes: New error handling capabilities were added. The algorithm was improved. Configuration was fixed.