Download the PHP package ashraam/ipaidthat-php without Composer

On this page you can find all versions of the php package ashraam/ipaidthat-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ipaidthat-php

IPaidThat-PHP

Latest Stable Version Build Status License

A PHP wrapper for IPaidThat's API (V2).

You can manage customers, invoices, invoice's items.

Table of contents


Installation

Using composer

Usage


List or filter customers

This method returns an array of customers

Available filters: external_id, name, last_name, first_name, email, siren

Please refer to the official documentation for more informations about types and requirements.


Get a customer

This methods returns a customer


Create a customer

this methods returns the newly created customer

The method only accept an instance of


Update a customer

this methods returns the updated customer

The method only accept an instance of


Delete a customer

This methods returns an empty response


List or filter invoices

This methods returns an array of invoices

Available filters : external_id, type, status, issue_date, number, generated_number, due_date, sent, customer_id, sender_id, customer, sender.

Please refer to the official documentation for more informations about types and requirements.


Get an invoice

This methods returns an invoice by it's ID (without items)


Create an invoice

This methods returns the newly created invoice

The method only accept an instance of


Update an invoice

This methods returns the updated invoice

The method only accept an instance of


Download an invoice

This methods returns the string raw content of the PDF


Validate an invoice

This methods validate an invoice,

if the second parameter is set to true the invoice will be sent to the customer email address (default set to )


Delete an invoice

This methods returns an empty response

Validated document can't be delete


List or filter invoice items

This methods returns an array of InvoiceItem

Available filters: invoice_id, name, additionnal_info, invoice


Get an invoice item

This methods returns the item by it's ID


Add an item to an invoice

This methods returns the newly created item

The method only accept an instance of


Update an invoice item

This methods returns the updated item

The method only accept an instance of


delete an invoice item

This methods returns an empty response


Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT


All versions of ipaidthat-php with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3
guzzlehttp/guzzle Version ^7.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ashraam/ipaidthat-php contains the following files

Loading the files please wait ....