Search by

youram470-art / instantramen-pro

youram470-art

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

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

This package is auto-updated.

Last update: 2026-08-26 12:57:09 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