Download the PHP package dervis/parasut without Composer
On this page you can find all versions of the php package dervis/parasut. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package parasut
Parasut v4 Client
Install
composer require dervis/parasut
Guide
Configuration
include 'vendor/autoload.php';
use Parasut\Client;
$parasut = new Client([
"client_id" => "...",
"username" => "...",
"password" => "****",
'company_id' => "...",
"grant_type" => "password",
"redirect_uri" => "urn:ietf:wg:oauth:2.0:oob"
]);
Authorize
$parasut->authorize();
Use Services
$parasut->open('service_name');
Service name list
- Account
- Category
- Contact
- Employee
- Invoice
- Product
-
Trackable
Services have
unique
andgeneral
methods, open method is called to use services$parasut->open('service_name')->methods;
- Account
- Category
- Contact
- Employee
- Invoice
- Product
-
Trackable
General Methods
-
show()
->show($filter:array, $page:default(1), $size:default(15));
-
find()
->find($id:requirement);
-
create()
->create($data:requirement);
-
update()
->update($id:requirement, $data:requirement);
-
delete()
->delete($id:requirement);
Unique Methods
-
- Account
- General Methods
- transactions()
- Category
- General Methods
- Contact
- General Methods
- Employee
- General Methods
- archive()
- unArchive()
- Invoice
- General Methods
- archive()
- eArchives()
- eInvoices()
- cancel()
- pay()
- pdf()
- recover()
- unArchive()
- Product
- General Methods
- Trackable
- checkStatus()
All versions of parasut with dependencies
PHP Build Version
Package Version
No informations.
The package dervis/parasut contains the following files
Loading the files please wait ....