thenlabs/composed-views

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

This package is auto-updated.

Last update: 2024-04-28 00:05:54 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