Download the PHP package codersgarden/php-lexoffice-api without Composer
On this page you can find all versions of the php package codersgarden/php-lexoffice-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codersgarden/php-lexoffice-api
More information about codersgarden/php-lexoffice-api
Files in codersgarden/php-lexoffice-api
Package php-lexoffice-api
Short Description PHP Laravel Package for LexOffice APIs.
License MIT
Informations about the package php-lexoffice-api
LexOffice API Laravel Package
Welcome to the LexOffice API Laravel Package Documentation. This package provides a comprehensive set of tools to integrate and manage LexOffice APIs seamlessly within Laravel applications. With a focus on simplicity and efficiency, this package helps developers interact with LexOffice services for managing contacts, articles, countries, and more.
Features
- Easy setup and integration with Laravel.
- Manage contacts, articles, and other LexOffice API resources.
- Full support for CRUD operations and advanced filtering.
- Structured error handling for API requests.
Documentation Index
Getting Started
- Getting Started
Step-by-step instructions for installing and configuring the package in your Laravel application.
Usage
- Usage
Detailed examples and guidelines for performing various operations using the package.
Here's the updated API Reference section for your README file with the new LexofficeFileManager
class added:
API Reference
Comprehensive references for all classes and methods available in this package:
-
LexofficeContactManager
Manage contacts using LexOffice API, including creation, updating, retrieval, and deletion. -
LexofficeArticleManager
Manage articles using the LexOffice API, including creating, updating, retrieving, and deleting articles. -
LexofficeCountryManager
Retrieve and manage country-related data using the LexOffice API. -
LexofficeDeliveryNoteManager
Manage delivery notes, including creation, pursuing, and rendering documents. -
LexofficeCreditNoteManager
Manage creating, retrieving, finalizing, pursuing to credit notes, rendering PDF documents, and generating deeplinks for credit notes. -
LexofficeFileManager
Upload and download files using the LexOffice API, and generate deeplinks for uploaded files. -
LexofficeInvoiceManager
Manage invoices using the LexOffice API, including creating, retrieving, finalizing, rendering PDF documents, and generating deeplinks for invoices. - More Classes
Explore additional classes and methods for extended functionalities.
Contribution Guide
We welcome contributions to this package! Follow these steps to contribute:
- Fork the repository.
- Create a feature branch for your changes.
- Submit a pull request with detailed explanations of your updates.
For bug reports or feature requests, please open an issue in the repository.
License
This package is licensed under the MIT License. See the LICENSE file for more details.
Contact Us
For support or inquiries, feel free to contact us via email or create an issue on our GitHub repository.
All versions of php-lexoffice-api with dependencies
guzzlehttp/guzzle Version ^7.0
illuminate/http Version ^7.0|^8.0|^9.0|^10.0|^11.0