youram470-art/wan27-org

Integration package for https://wan27.org

Maintainers

Package info

github.com/youram470-art/wan27-org-composer

Homepage

Documentation

pkg:composer/youram470-art/wan27-org

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-06-26 12:37:47 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