fandeco/databus-client

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

1.0.0 2023-07-18 12:53 UTC

This package is not auto-updated.

Last update: 2024-06-05 15:15:06 UTC


README

 $request = Articles::New()
    ->limit(10)
    ->vendor('')
    ->run()

$data = $request->response();
var_dump($data);