Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP API wrapper for Bobuild apps

This simple module helps you interact with API of apps built with Bobuild. More information is available in the official documentation at https://docs.bobuild.com/advanced/api/

Installation

composer require bobuild/client

Usage

use Bobuild\Client;

// Initialize the client
$client = Client::create('yourapp.bobuild.com', 'your-api-token');

$customers = $client->getList('/customers');

About

PHP API wrapper for Bobuild apps

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages