2017 © Pedro Peláez
 

library viewmodel-helper

FluidPHP framework view model helper

image

fluidphp/viewmodel-helper

FluidPHP framework view model helper

  • Saturday, October 8, 2016
  • by ifsale
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

# FluidPhp View Model Helper, (*1)

FluidPhp is a framework based on the PhpToolCase library, visit phptoolcase.com for complete guides and examples., (*2)

Installation

Add the package to your composer.json file, to install the helper., (*3)

With fluidphp framework:, (*4)

"require": 
{
    "mnsami/composer-custom-directory-installer": "2.0.*" ,
    "fluidphp/viewmodel-helper": "*"
} ,
"extra": 
{
    "installer-paths": 
    {
        "./vendor/fluidphp/helpers/ViewModel": ["fluidphp/viewmodel-helper"]
    }
}

Stand-alone:, (*5)

"require": 
{
    "fluidphp/viewmodel-helper": "*"
}

Project Info

Project Home

http://phptoolcase.com, (*6)

Requirements

php version 5.4+
, (*7)

Add the following to your composer.json file:

- WITH FLUIDPHP FRAMEWORK:

    "require": 
    {
        "mnsami/composer-custom-directory-installer": "1.0.*",
        "fluidphp/viewmodel-helper": "~1.0"
    } ,
    "extra": 
    {
        "installer-paths": 
        {
            "./vendor/fluidphp/helpers/ViewModel": ["fluidphp/viewmodel-helper"]
        }
    }

- STAND-ALONE:

    "require": 
    {
        "fluidphp/viewmodel-helper": "~1.0"
    }

The Versions

08/10 2016

dev-master

9999999-dev http://phptoolcase.com

FluidPHP framework view model helper

  Sources   Download

GPL v2

by Carlo Pietrobattista

php framework

08/10 2016

v1.0.2-stable

1.0.2.0 http://phptoolcase.com

FluidPHP framework view model helper

  Sources   Download

GPL v2

by Carlo Pietrobattista

php framework

23/01 2016

v1.0.1-stable

1.0.1.0 http://phptoolcase.com

FluidPHP framework view model helper

  Sources   Download

GPL v2

by Carlo Pietrobattista

php framework