Registry / web-framework / anax-anax-lite

anax-anax-lite

JSON →
library1.0.27phppackagistunverified

The Anax Lite framework, the bare essentials.

composer require anax/anax-lite
INSTALL
IMPORT
SIG · ANAX-ANAX-LITE
A
anax-anax-lite
web-frameworkphpv1.0.27
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

App
use Anax\Lite\App\App;

Create a minimal Anax Lite application with a route.

use Anax\Lite\App\App; $app = new App(); $app->router->add('', function () { return 'Hello, World!'; }); $app->run();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.27latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Meta
1
OpenAI (training)
1
Resources
anax-anax-lite — pip install anax-anax-lite · libregistry