Download the PHP package btjsteens/eboekhouden without Composer
On this page you can find all versions of the php package btjsteens/eboekhouden. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download btjsteens/eboekhouden
More information about btjsteens/eboekhouden
Files in btjsteens/eboekhouden
Package eboekhouden
Short Description PHP Wrapper for eBoekhouden SOAP server. Fork of bobkosse/eBoekhouden with some bugfixes and extra features.
License MIT
Informations about the package eboekhouden
PHP Wrapper for eBoekhouden SOAP server
This package makes it easy to connect to your eBoekhouden Accounting system. This is forked project. Much of the work has been done by the original authors and contributors.
Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
API Documentation
The implementation is based on the E-Boekhouden SOAP documentation found here: https://secure.e-boekhouden.nl/handleiding/Documentatie_soap.pdf
Setup
Login to your account on eBoekhouden and go to Beheer -> Instellingen -> API/SOAP.
Call the eBoekhoudenConnect class as follow:
Usage
After the setup, you can use the class as described below.
Relations
Here are some usage examples.
Find relation
Add new relation
Update a relation
Other relation methods
See Relation.php.
Mutations
Here are some usage examples.
Find mutation
Add new mutation
Other mutation methods
See Mutation.php.
Invoices
Please not that you have to use the Mutation functions when synchronising orders/invoices from your own system to e-Boekhouden.nl, not Invoices.
Field | Format | Mandatory |
---|---|---|
$dateFormat | yyyy-mm-dd | Y |
$toDate | yyyy-mm-dd | Y |
$invoiceNumber | STRING 50 | N |
$relationCode | STRING 15 | N |
Debug
Add this to get more debug information: