Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

ray/aura-web-module

Aura.Web module for Ray.Di

Installation

Composer install

$ composer require ray/aura-web-module

Module install

useRay\AuraWebModule\AuraWebModule;
useRay\Di\AbstractModule;
class AppModule extends AbstractModule
{
protectedfunctionconfigure()
{
$this->install(newAuraWebModule);
}
}

DI trait

Demo

$ php docs/demo/run.php
// It works!

Requiuments

  • PHP 5.4+
  • hhvm

About

An Aura.Web module for Ray.Di

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages