PHP View-Controller framework similar to Adobe Flex framework. It is component based, event driven framework. Components can be defined in XML with possibility of inline PHP binding expressions or directly in PHP as PHP class.
Features
- PHP interpreted, Component based, Event driven
- XML component definition with inline PHP expressions
- Automatic view state saving
- Requires PHP 5.3 due to extensive use of namespaces
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow Pexeso
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
I recommend this project to everybody whose interested in web development and prefers component based, object oriented development with possibility of easy developing own components. Also those who are used to develop with Adobe Flex may find this project interesting as it is borrowing lot of ideas from it.