Download the PHP package mix-code/daftra-client without Composer
On this page you can find all versions of the php package mix-code/daftra-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mix-code/daftra-client
More information about mix-code/daftra-client
Files in mix-code/daftra-client
Download mix-code/daftra-client
More information about mix-code/daftra-client
Files in mix-code/daftra-client
Vendor mix-code
Package daftra-client
Short Description Simple implementation for Daftra
License MIT
Homepage https://github.com/mix-code/daftra-client
Package daftra-client
Short Description Simple implementation for Daftra
License MIT
Homepage https://github.com/mix-code/daftra-client
Please rate this library. Is it a good library?
Informations about the package daftra-client
Daftra Client for Laravel
A Laravel package for interacting with the Daftra API, supporting clients, products, invoice creation, and invoice payments.
🚀 Features
- Manage clients (list, show, create, update, delete)
- Manage products (list, show, create, update, delete)
- Create invoices and make invoice payments
- Simple API wrapper with Laravel's HTTP Client
- Supports facade usage for convenience
‼️ Requirments
- PHP 8.2
- Laravel 10 or Above
📦 Installation
⚙️ Configuration
Publish the configuration file:
Then update your .env
file:
🛠️ Usage
1️⃣ Daftra Client Directly
You can inject DaftraClient
directly anywhere:
2️⃣ Using the Facade
You can also use the DaftraClient
facade:
3️⃣ Using Dependency Injection
You can inject DaftraClient
directly into your controllers or services:
📚 API Methods
🔹 Clients
List Clients
Show Client
Create Client
update Client
Delete Client
🔹 Products
List Products
Show Product
Create Product
Update Product
Delete Product
🔹 Invoices
Create an Invoice
Pay an Invoice
Create and Pay an Invoice
✅ Testing
📜 License
This package is open-source and available under the MIT License.
All versions of daftra-client with dependencies
PHP Build Version
Package Version
The package mix-code/daftra-client contains the following files
Loading the files please wait ....