zlq/mycomposer

just test

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zlq/mycomposer

v1.0.2 2022-01-17 05:47 UTC

This package is auto-updated.

Last update: 2025-11-17 14:48:31 UTC


README

  • composer require mycomposer
<?php

require_once './vendor/autoload.php';

use zlq\mycomposer\Test;

$t = new Test();
$t->show(); // hello world, this. is my composer package \n