Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thenlabs/composed-views
- Owner: thenlabs
- License: mit
- Created: 2020-02-07T21:55:54.000Z (almost 5 years ago)
- Default Branch: 1.1
- Last Pushed: 2022-11-27T21:01:21.000Z (about 2 years ago)
- Last Synced: 2024-07-31T20:43:08.165Z (5 months ago)
- Language: PHP
- Homepage: https://github.com/thenlabs/doc/blob/master/composed-views/1.0/en/index.md
- Size: 481 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- cuban-opensource - ComposedViews
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