yehchge/caoxl

0.0.6 2019-04-07 10:10 UTC

This package is auto-updated.

Last update: 2024-12-23 15:53:38 UTC


README

#composer_vendor

.. code-block:: bash

$ composer require yehchge/caoxl

.. code-block:: php

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