youram470-art/wan27-org

Integration package for https://wan27.org

v0.1.0 2026-06-10 14:36 UTC

This package is auto-updated.

Last update: 2026-07-26 12:46:08 UTC


README

PHP Composer package for wan27.org.

This package provides a small PHP namespace for projects that need to reference the wan27.org platform. It is designed to publish cleanly through Packagist and to provide a simple foundation for future PHP SDK functionality.

Installation

composer require youram470-art/wan27-org

Usage

<?php

require __DIR__ . '/vendor/autoload.php';

use Wan27Org\Wan27;

echo Wan27::hello();
echo Wan27::HOMEPAGE;

Included Utilities

  • Wan27::hello() for confirming autoloading works.
  • Wan27::HOMEPAGE pointing to https://wan27.org.
  • Composer metadata for homepage, source, documentation, and issues.

Links

License

MIT