dev-translation-project-shortcircuit
dev-translation-project-shortcircuit
The Requires
Base is a framework built specifically for HHVM/Hack. It does not run on PHP. We wanted to make Base simple to understand, configure and use, and possibly performant., (*1)
Base is the ideal RAD framework, but it is also powering production apps., (*2)
:t
and :t
tags:base:layout
and :base:widget
, built on top of XHP, too.ApiRunner::addEventListener
and ApiRunner::fireEvent
allows you to extend Base by creating custom hooksBaseModel
. Link documents and automatically resolve references using BaseRef
.Ever wanted to drive a new framework to widespread popularity? Base is the right chance. There are specific areas in which you can make an impact:
- Ship new features. Base is so new that every new feature is a great idea. PR are always welcome.
- Test. We would like to build our custom test framework, and increase our test coverage.
- Discussions. Let's crystallise Base's design principles and grow from there.
- Go strict
. We want Base to run on strict
only on the long run. Currently, we are using gradual typing and arrays, but we want to be more specific on that.
- Documentation. Although you should be able to understand what Base is doing by simply looking at its code, it would be great to have tutorials and documentation to help people build great apps., (*3)
MIT, (*4)