0.0.6 2019-04-07 10:10 UTC

This package is auto-updated.

Last update: 2024-09-23 15:19:22 UTC


README

#composer_vendor

.. 代码块:bash

$ composer require yehchge/caoxl

.. 代码块:php

<?php
require "vendor/autoload.php";
use yehchge\hello;
echo hello::hello("test");