Download the PHP package mix-code/wafeq without Composer
On this page you can find all versions of the php package mix-code/wafeq. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mix-code/wafeq
More information about mix-code/wafeq
Files in mix-code/wafeq
Download mix-code/wafeq
More information about mix-code/wafeq
Files in mix-code/wafeq
Vendor mix-code
Package wafeq
Short Description Simple implementation for Wafeq API
License MIT
Homepage https://github.com/mix-code/wafeq
Package wafeq
Short Description Simple implementation for Wafeq API
License MIT
Homepage https://github.com/mix-code/wafeq
Please rate this library. Is it a good library?
Informations about the package wafeq
Wafeq Integration for Laravel
A Laravel package for interacting with the Wafeq API, supporting projects, contacts, accounts, manual journals, invoices.
🚀 Features
- Manage projects (list, show, create, update, delete)
- Manage contacts (list, show, create, update, delete)
- Manage accounts (list)
- Manage manual journal (create)
- Manage invoice (create)
- 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:
To enable the package, add the following to your .env
file:
And update your .env
file:
🛠️ Usage
1️⃣ Project Directly
You can inject Project
directly anywhere:
2️⃣ Using the Facade
You can also use the Project
facade:
3️⃣ Using Dependency Injection
You can inject Project
directly into your controllers or services:
📚 API Methods
🔹 Projects Use Project.php
class, in namespace MixCode\Wafeq\Project
List Projects
Show Project
Create Project
update Project
Delete Project
🔹 Contacts Use Contact.php
class, in namespace MixCode\Wafeq\Contact
List Contacts
Show Contact
Create Contact
Update Contact
Delete Contact
🔹 manual journal Use ManualJournal.php
class, in namespace MixCode\Wafeq\ManualJournal
Create Manual Journal
🔹 Accounts Use Account.php
class, in namespace MixCode\Wafeq\Account
List Accounts
✅ Testing
📜 License
This package is open-source and available under the MIT License.
All versions of wafeq with dependencies
PHP Build Version
Package Version
The package mix-code/wafeq contains the following files
Loading the files please wait ....