ray/adr

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ray/adr

0.1.0 2015-12-20 02:46 UTC

This package is auto-updated.

Last update: 2025-10-07 09:15:43 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