yehchge / caoxl
caoxl_package
0.0.6
2019-04-07 10:10 UTC
Requires
- php: >=5.3.0
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");