Skip to content

打包了一个phar单文件,可以不需要composer进行使用 #1

@LuckyMoke

Description

@LuckyMoke

只需要引用一个phar文件,就可以使用Czdb。

Czdb 使用了 MessagePack 但是没在文档说明,故此 phar 同时把 MessagePack 也打包进去了。

文件下载:
V1.0.2 - czdb.phar.1.0.2.zip

使用方法:
不需要在使用composer进行安装,只需要加载一个phar即可,其它调用都一模一样。

将原composer加载
require_once __DIR__ . '/vendor/autoload.php';

修改为
require_once "./czdb.phar";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions