funivan/viewable

This package is abandoned and no longer maintained. No replacement package was suggested.

Make any object viewable

0.0.1 2015-02-26 09:46 UTC

This package is auto-updated.

Last update: 2022-02-01 12:44:56 UTC


README

GitHub tag Software License Build Status Coverage Status Quality Score Total Downloads

Make any object viewable

Install

Via Composer

$ composer require funivan/viewable

Usage

class Email {
 use \Funivan\Viewable\Viewable;
 
 public function getBody(){
  return $this->renderView('simple', array('name'=>'funivan'));
 }
 
}

Testing

    ./vendor/bin/phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.