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: 4 months ago
JSON representation
Frappe client for PHP
- Host: GitHub
- URL: https://github.com/hizbul25/frappe-client
- Owner: hizbul25
- Created: 2020-04-13T10:53:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T11:19:51.000Z (over 4 years ago)
- Last Synced: 2024-08-16T15:09:14.635Z (4 months ago)
- Topics: api-client, erpnext, frappe, frappe-client, php
- Language: PHP
- Homepage: https://packagist.org/packages/hizbul/frappe-client
- Size: 12.7 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-frappe - FrappeClient.php - a PHP client for making requests to your Frappe Server. (Uncategorized / Uncategorized)
README
# Frappe Client
Frappe php client for access frappe and erpnext api from php application.
## InstallationIt's another php package, so instllation is not different.
Run command: ```composer require hizbul/frappe-client```
## ConfigurationCreate 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]