Skip to content

funivan/Viewable

Repository files navigation

Viewable

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.

About

Make any object viewable

Resources

License

Stars

Watchers

Forks

Packages

No packages published