Download the PHP package bcdh/laravel-exist-db-client without Composer
On this page you can find all versions of the php package bcdh/laravel-exist-db-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bcdh/laravel-exist-db-client
More information about bcdh/laravel-exist-db-client
Files in bcdh/laravel-exist-db-client
Download bcdh/laravel-exist-db-client
More information about bcdh/laravel-exist-db-client
Files in bcdh/laravel-exist-db-client
Vendor bcdh
Package laravel-exist-db-client
Short Description A client that abstracts out the XML RPC calls for eXist-db for Laravel 5
License GPL-2.0
Homepage https://github.com/bcdh/laravel-exist-db-client
Package laravel-exist-db-client
Short Description A client that abstracts out the XML RPC calls for eXist-db for Laravel 5
License GPL-2.0
Homepage https://github.com/bcdh/laravel-exist-db-client
Please rate this library. Is it a good library?
Informations about the package laravel-exist-db-client
eXist-db Client for Laravel 5
A Laravel 5 package that abstracts out the XML RPC calls for eXist-db. Based on php-eXist-db-Client.
Requirements:
- Laravel 5
- PHP 5.5 or PHP 7
-
PEAR 1.10
- PHP XSLT extension
Installing
1. Add the service provider to your config/app.php:
BCDH\ExistDbClient\ExistDbServiceProvider::class
2. Publish your configuration file:
php artisan vendor:publish
3. Edit your connection credentials in config/exist-db.php
[
'protocol' => "http",
'user' => "admin",
'password' => "admin",
'host' => "localhost",
'port' => 8080,
'path' => "/exist/xmlrpc/",
]
Usage
Return types
-
Query::setStringReturnType() result is instance of DOMElement
-
Query::setSimpleXMLReturnType() result is instance of SimpleXMLElement
- Query::setDomXMLReturnType() result is string
Get result field
-
DomXmlResult
- SimpleXML
Get result attribute
-
DomXmlResult
- SimpleXML
XLS transformations
-
Single result (DomXmlResult|SimpleXmlResult)
- ResultSet
All versions of laravel-exist-db-client with dependencies
PHP Build Version
Package Version
The package bcdh/laravel-exist-db-client contains the following files
Loading the files please wait ....