hizbul / frappe-client
Frappe client for php
v1.0.1
2020-04-13 11:17 UTC
Requires
- php: ^7.0
- ext-curl: *
- ext-json: *
- symfony/dotenv: ^5.0
Requires (Dev)
- phpunit/phpunit: ^9.2@dev
This package is not auto-updated.
Last update: 2024-11-02 07:28:29 UTC
README
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: hizbul25@gmail.com