2017 © Pedro Peláez
 

library labrys

A library that helps you write web applications in Hack

image

appertly/labrys

A library that helps you write web applications in Hack

  • Thursday, January 26, 2017
  • by doublecompile
  • Repository
  • 1 Watchers
  • 0 Stars
  • 285 Installations
  • Hack
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 33 Versions
  • 0 % Grown

The README.md

labrys

This is a library that helps you write web applications in Hack., (*1)

Packagist Build Status, (*2)

Installation

You can install this library using Composer:, (*3)

$ composer require appertly/labrys
  • The master branch (version 0.x) of this project requires HHVM 3.12 and has a few dependencies.

Compliance

Releases of this library will conform to Semantic Versioning., (*4)

Our code is intended to comply with PSR-1, PSR-2, and PSR-4. If you find any issues related to standards compliance, please send a pull request!, (*5)

The Big Idea

Really, Labrys is the glue between several micro libraries., (*6)

In addition to several helper classes, the Big Deal here is a mechanism to declare modules., (*7)

The Labrys\System class has three dependency containers: one for configuration properties, one for back-end objects and one for front-end objects. Modules can register objects in these containers., (*8)

More details coming soon! In the meantime, please browse the code or check out the API documentation., (*9)

The Versions