Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thenlabs/composed-views

A PHP framework for build redistributables views and compiled from objects.
https://github.com/thenlabs/composed-views

Last synced: about 2 months ago
JSON representation

A PHP framework for build redistributables views and compiled from objects.

Awesome Lists containing this project

README

        

# ComposedViews

Welcome to ComposedViews, a PHP framework for build redistribuibles views and compiled from objects.

## Documentation.

1. English (Pending)
2. [Español](https://github.com/thenlabs/doc/blob/master/composed-views/1.0/en/index.md)

## Licencia.

- [MIT](https://es.wikipedia.org/wiki/Licencia_MIT)

## Manual installation.

Define in your `composer.json` file the next options:

```JSON
{
"require": {
"thenlabs/composed-views": "dev-master"
}
}
```

Then, run the command:

$ composer update