thenlabs/composed-views

Maintainers

Package info

github.com/thenlabs/composed-views

pkg:composer/thenlabs/composed-views

Statistics

Installs: 173

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 1

v1.1.1 2022-05-09 16:00 UTC

README

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

Documentation.

  1. English (Pending)
  2. Español

Licencia.

Manual installation.

Define in your composer.json file the next options:

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

Then, run the command:

$ composer update