Download the PHP package veiliglanceren/maakeenfactuur-laravel without Composer
On this page you can find all versions of the php package veiliglanceren/maakeenfactuur-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download veiliglanceren/maakeenfactuur-laravel
More information about veiliglanceren/maakeenfactuur-laravel
Files in veiliglanceren/maakeenfactuur-laravel
Package maakeenfactuur-laravel
Short Description Laravel package for easily connecting with MaakEenFactuur.nl
License MIT
Homepage https://github.com/VeiligLanceren-nl/maakeenfactuur-laravel
Informations about the package maakeenfactuur-laravel
MaakEenFactuur.nl Laravel package
📜 Overview
This Laravel package is a PHP library that provides simplified interfaces for managing customers and invoices via our API. It includes two primary facades: Customer
and Invoice
, which are backed by powerful service classes handling all interactions with the API.
- Website: MaakEenFactuur.nl
- Documentatie: API documentatie
- Supported Laravel versions: 10, 11
- Supported PHP versions: > 8.2
Features
- Customer management: Retrieve, create, and manage customer information.
- Invoice processing: Create, update, and fetch invoices.
- Exception handling: Error management to handle API responses.
This package is maintained by VeiligLanceren.nl, your partner in website development and everything else to power up your online company. More information available on our website.
Installation
To use the Laravel package of MaakEenFactuur.nl in your project, require it via Composer in your terminal:
Configuration
The API key is handled by the ApiService
of the package. Set up your API key to authenticate requests.
By default this will be loaded from the config file config/maakeenfactuur.php
which can be exported by running:
This will add the default .env
variable MAAKEENFACTUUR_API_KEY
which can be set:
Usage
Managing Customers
Handling Invoices
Handling API Errors
Both Customer
and Invoice
services throw an ApiErrorException
if an API request fails, allowing you to handle errors gracefully in your application.
Contributing
Contributions are welcome! Please feel free to submit a pull request or create an issue if you have any suggestions or find any bugs.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
This README is structured to provide a comprehensive introduction and guide on how to use the library, complete with installation instructions, usage examples, and basic error handling. Adjust the details according to your actual project structure and requirements.
All versions of maakeenfactuur-laravel with dependencies
illuminate/contracts Version ^10.0||^11.0
scrumble-nl/popo Version *
spatie/laravel-package-tools Version ^1.16