Search by

ray / adr

koriym

0.1.0 2015-12-20 02:46 UTC

This package is auto-updated.

Last update: 2026-09-07 11:23:31 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