PHP/IO - Hypertext CMS
Hypertext is a modular CMS framework with a very thin layer of MVC primitives. Hypertext adheres to a hierarchy of execution that includes Application, Packages, and Plugins. Packages operate independently without overlapping, which minimizes memory usage for each requested path. Plugins are then hooked into processes defined by the domain specific Packages.
Hypertext embraces PHP’s inherent flexibility of dynamic-linking to implement lazy loading for static definitions, enabling us to reduce the amount of bytes interpreted during the execution process. A tiny reactive web component library is used for the client side interface.
PHP/IO Preprocessor
PHP/IO is a fast micro web framework written in under 400 lines of code. It preserves the purity of short functions to regulate garbage collection, utilizing less than 5 KB of memory for the bootstrap process.
Even though PHP/IO is still in its beta phase, it has reached a point where it can successfully operate an entire application.
Polyglot Syntax
Polyglot Syntax is a useful online resource that provides code examples for multiple programming languages, giving users a quick refresh when working with multiple codebases.
Polyglotsyntax.com is powered by our custom PHP framework (PHP/IO), which gives us full control over its architecture. This level of flexibility has enabled us to seamlessly integrate static examples in various programming languages while retaining the complete code-editor experience with syntax highlighting.
Hive Framework
Hive Framework is a client-side UI Toolkit used to quickly prototype frontend and backend widgets.
Built in early 2015, Hive Framework adopted concepts from Google’s Angular v1, Twitter’s Bootstrap, and Jquery Widgets, resulting in a familiar environment. Our team achieved the same level of flexibility with only a third of the resources.