PHP code example of soiposervices / reica
1. Go to this page and download the library: Download soiposervices/reica library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
soiposervices / reica example snippets
REICA_API_TOKEN=your-api-token;
$conn = new ReicaConnector();
$request = new CreateChildFolderRequest(
name: "New Folder",
folderId: "1c090c3f-a004-4fdc-ba76-28adcd75a6ea",
);
$response = $conn->send($request);