fastd/mock-provider

There is no license information available for the latest version (v0.1.2) of this package.

v0.1.2 2018-01-20 07:59 UTC

This package is not auto-updated.

Last update: 2024-04-28 01:14:05 UTC


README

Mock 服务提供器。

安装

$ composer require fastd/mock-provider

添加 ServiceProvider 到 app.php

<?php

return [
     'services' => [
            // ......
            \FastD\Mock\MockServiceProvider::class,
     ],
];

服务提供器提供函数 mock(),具体可参考: faker

贡献

非常欢迎感兴趣,愿意参与其中,共同打造更好PHP生态,Swoole生态的开发者。

如果你乐于此,却又不知如何开始,可以试试下面这些事情:

联系

如果你在使用中遇到问题,请联系: bboyjanhuang@gmail.com. 微博: 编码侠

License MIT