Download the PHP package slamby/slamby-sdk-php without Composer

On this page you can find all versions of the php package slamby/slamby-sdk-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 slamby-sdk-php

SwaggerClient-php

Slamby API

This PHP package is automatically generated by the modified Swagger Codegen project:

Requirements

PHP 5.4.0 and later

Installation & Usage

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Tests

To run the unit tests:

Getting Started

Getting DataSet list

Selecting a DataSet for work

Get Tag list

Creating a new Tag

Get a Document

Update a Document

Documentation for API Endpoints

All URIs are relative to https://localhost/

Class Method HTTP request Description
ClassifierServiceApi classifierActivateService POST /api/Services/Classifier/{id}/Activate
ClassifierServiceApi classifierDeactivateService POST /api/Services/Classifier/{id}/Deactivate
ClassifierServiceApi classifierExportDictionaries POST /api/Services/Classifier/{id}/ExportDictionaries
ClassifierServiceApi classifierGetService GET /api/Services/Classifier/{id}
ClassifierServiceApi classifierPrepareService POST /api/Services/Classifier/{id}/Prepare
ClassifierServiceApi classifierRecommendService POST /api/Services/Classifier/{id}/Recommend
DataSetApi createDataSet POST /api/DataSets
DataSetApi createDataSetSchema POST /api/DataSets/Schema
DataSetApi deleteDataSet DELETE /api/DataSets/{name}
DataSetApi getDataSet GET /api/DataSets/{name}
DataSetApi getDataSets GET /api/DataSets
DataSetApi updateDataSet PUT /api/DataSets/{existingName}
DocumentApi bulkDocuments POST /api/Documents/Bulk
DocumentApi copyDocuments POST /api/Documents/Copy
DocumentApi createDocument POST /api/Documents
DocumentApi deleteDocument DELETE /api/Documents/{id}
DocumentApi getDocument GET /api/Documents/{id}
DocumentApi getFilteredDocuments POST /api/Documents/Filter/{scrollId}
DocumentApi getSampleDocuments POST /api/Documents/Sample
DocumentApi moveDocuments POST /api/Documents/Move
DocumentApi updateDocument PUT /api/Documents/{id}
HelperApi fileParser POST /api/Helper/FileParser
LicenseApi changeLicense POST /api/License
LicenseApi getLicense GET /api/License
MaintenanceApi changeSecret POST /api/Maintenance/ChangeSecret
PrcServiceApi prcActivateService POST /api/Services/Prc/{id}/Activate
PrcServiceApi prcDeactivateService POST /api/Services/Prc/{id}/Deactivate
PrcServiceApi prcExportDictionaries POST /api/Services/Prc/{id}/ExportDictionaries
PrcServiceApi prcGetService GET /api/Services/Prc/{id}
PrcServiceApi prcIndexPartialService POST /api/Services/Prc/{id}/IndexPartial
PrcServiceApi prcIndexService POST /api/Services/Prc/{id}/Index
PrcServiceApi prcKeywordsService POST /api/Services/Prc/{id}/Keywords
PrcServiceApi prcPrepareService POST /api/Services/Prc/{id}/Prepare
PrcServiceApi prcRecommendByIdService POST /api/Services/Prc/{id}/RecommendById
PrcServiceApi prcRecommendService POST /api/Services/Prc/{id}/Recommend
ProcessApi cancelProcess POST /api/Processes/{id}/Cancel
ProcessApi getProcess GET /api/Processes/{id}
ProcessApi getProcesses GET /api/Processes
SearchServiceApi searchActivateService POST /api/Services/Search/{id}/Activate
SearchServiceApi searchDeactivateService POST /api/Services/Search/{id}/Deactivate
SearchServiceApi searchGetService GET /api/Services/Search/{id}
SearchServiceApi searchPrepareService POST /api/Services/Search/{id}/Prepare
SearchServiceApi searchService POST /api/Services/Search/{id}
ServiceApi createService POST /api/Services
ServiceApi deleteService DELETE /api/Services/{id}
ServiceApi getService GET /api/Services/{id}
ServiceApi getServices GET /api/Services
ServiceApi updateService PUT /api/Services/{id}
StatisticsApi getStatistics GET /api/Statistics
StatisticsApi getStatistics_0 GET /api/Statistics/{year}
StatisticsApi getStatistics_1 GET /api/Statistics/{year}/{month}
StatusApi getStatus GET /api/Status
TagApi bulkTags POST /api/Tags/Bulk
TagApi cleanDocuments POST /api/Tags/CleanDocuments
TagApi createTag POST /api/Tags
TagApi deleteTag DELETE /api/Tags/{id}
TagApi getTag GET /api/Tags/{id}
TagApi getTags GET /api/Tags
TagApi updateTag PUT /api/Tags/{id}
TagApi wordsExport POST /api/Tags/ExportWords

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author


All versions of slamby-sdk-php with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
ext-curl Version *
ext-json Version *
ext-mbstring Version *
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 slamby/slamby-sdk-php contains the following files

Loading the files please wait ....