youram470-art / wan27-org
Integration package for https://wan27.org
v0.1.0
2026-06-10 14:36 UTC
Requires
- php: >=8.0
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::HOMEPAGEpointing tohttps://wan27.org.- Composer metadata for homepage, source, documentation, and issues.
Links
- Website: https://wan27.org
- Documentation: https://wan27.org/docs
- Source: https://github.com/youram470-art/wan27-org-composer
License
MIT