ray / adr
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ray/adr
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