Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/hizbul25/frappe-client

Frappe client for PHP
https://github.com/hizbul25/frappe-client

api-client erpnext frappe frappe-client php

Last synced: about 1 month ago
JSON representation

Frappe client for PHP

Lists

README

        

# Frappe Client
Frappe php client for access frappe and erpnext api from php application.

## Installation

It's another php package, so instllation is not different.
Run command: ```composer require hizbul/frappe-client```

## Configuration

Create a `.env` file in your project root directory and add following configuration options:

```
USR="youruser"
PASSWORD="yourpassword"
AUTH_URL="http://0.0.0.0:8000/api/method/login"
API_URL="http://0.0.0.0:8000/api/resource/"
```

## Developer

* Hizbul Bahar
* Sr. Python Developer
* Email: [email protected]