youram470-art/instantramen-pro

PHP Composer metadata helper package for https://instantramen.pro

Maintainers

Package info

github.com/youram470-art/instantramen-pro-composer

Homepage

Documentation

pkg:composer/youram470-art/instantramen-pro

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0 2026-06-26 12:27 UTC

This package is auto-updated.

Last update: 2026-06-26 12:38:08 UTC


README

PHP Composer metadata helper package for instantramen.pro.

This package provides a small, dependency-free PHP namespace for projects that need to reference the Instant Ramen Pro website. It is prepared for Packagist publication with homepage, documentation, source, and issue links pointing back to the project.

Installation

composer require youram470-art/instantramen-pro

Usage

<?php

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

use InstantRamenPro\InstantRamen;

echo InstantRamen::description();
echo InstantRamen::HOMEPAGE;

Included Utilities

  • InstantRamen::HOMEPAGE points to https://instantramen.pro.
  • InstantRamen::description() returns a short package description.
  • InstantRamen::metadata() returns the included website metadata as an array.

Links

License

MIT