PHPackages                             bizowie/api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. bizowie/api

ActiveLibrary[API Development](/categories/api)

bizowie/api
===========

PHP client for Bizowie's ERP API.

00PHP

Since May 12Pushed 4w agoCompare

[ Source](https://github.com/mjflick/bizowie-api-php)[ Packagist](https://packagist.org/packages/bizowie/api)[ RSS](/packages/bizowie-api/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

bizowie/api (PHP)
=================

[](#bizowieapi-php)

PHP client for [Bizowie's](https://bizowie.com) ERP API. Port of the Perl [`WWW::Bizowie::API`](https://github.com/bizowie/WWW-Bizowie-API) module.

- Zero runtime dependencies (uses built-in `ext-curl` and `ext-json`)
- Supports both the v1 and v2 API endpoints
- PSR-4 autoloaded, strict types

Requirements
------------

[](#requirements)

- PHP **8.2 or newer**
- `ext-curl` and `ext-json` (both standard)

Install
-------

[](#install)

```
composer require bizowie/api
```

Quick start
-----------

[](#quick-start)

```
