ray/adr

0.1.0 2015-12-20 02:46 UTC

This package is auto-updated.

Last update: 2024-04-07 05:57:42 UTC


README

This is unofficial experimental subpackage for Radar.Adr to replace DI library from Aura.Di to Ray.Di .

Installing Ray.Adr

composer create-project -s dev radar/project example-project
cd example-project
composer require ray/adr
mkdir tmp
cp vendor/ray/adr/web/index.php web/index.php
php -S localhost:8080 -t web