Download the PHP package cronixweb/streamline-sdk without Composer

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

Cronix LLC

Streamline VRS
Vacation Rental Software · All-in-one property management platform for professional managers

Streamline VRS PHP SDK

Laravel-ready, typed PHP SDK for the Streamline Vacation Rental Software (VRS) JSON API,
engineered by Cronix LLC, a full-service eCommerce & digital agency.

Packagist PHP 8.2+ Laravel HTTP Status: Actively evolving MIT License


Need help integrating Streamline VRS into your Laravel or eCommerce stack?
Cronix LLC can architect, build, and maintain your integration from end-to-end.
👉 Talk to an expert or email strong>[email protected]


Table of Contents


Overview

Streamline VRS PHP SDK is a thin, Laravel-friendly wrapper around the
Streamline VRS JSON API.

It focuses on:

Namespaces follow:

For example:

Note: This package is not officially affiliated with Streamline VRS.
It is maintained by Cronix LLC, an eCommerce and digital agency that frequently works with travel, hospitality, and property platforms.


Features


Requirements

Namespace & autoload notes:

If you install via Packagist, this will typically be preconfigured.


Installation

Install via Composer in your Laravel project:

If you’re still developing locally or using this via a path repository, point your project’s repositories section to your checkout and map the namespace to src/.

Example (path repository) in your app’s composer.json:

Then regenerate the autoloader:


Configuration

The SDK requires your Streamline API credentials: token_key and token_secret.

1. Environment variables

2. Service configuration

You can override this with your own config file or secrets manager if needed.


Quick Start

In a Laravel controller, job, or service class:

From here you can traverse into scoped clients (amenities, gallery images, etc.) or call dedicated top-level clients.


Usage

Unless otherwise noted, dates are in MM/DD/YYYY format as expected by Streamline.

All examples below assume you’ve already instantiated Streamline as shown in Quick Start.

Properties

List properties:

Get a single property by unit_id:

Traverse to related, property-scoped clients:


Amenities

Get amenities for a unit:


Gallery Images

Get gallery images for a unit:

Each item is parsed into a gallery-image model (array/object), mirroring the underlying API fields.


Reviews

Get guest reviews, optionally scoped and filtered:


Booked / Blocked Days

Fetch blocked days for one unit:

Fetch blocked days for multiple units (requires enddate):

Returns an array of booked/blocked date items parsed from the API.


Property Rates

There are two primary ways to fetch rates.

1. High-level all() helper

The all() method accepts an options array and handles validation + mapping:

2. Explicit typed method

Validation rules enforced by the client:

Returned items are parsed into PropertyRate model structures.


Token Renewal

Refresh/rotate your token pair:

The Streamline instance automatically updates its internal client with the new credentials.
If you persist credentials externally (DB, secrets store, etc.), make sure to store the new values.


Error Handling

Most client methods may throw:

Recommended pattern:


Date Formats & Common Parameters


FAQ & Notes

Is this Laravel-only?

What about pagination?

Why does the SDK sometimes flatten or wrap data differently from the raw API?

Namespace reminder


Cronix LLC · Services & Support

This SDK is built and maintained by Cronix LLC — a full-service digital marketing and eCommerce development agency specializing in custom eCommerce websites, apps, and integrations.

If you’re using Streamline Vacation Rental Software for:

…Cronix can help you:

📞 Let’s talk about your project

Ignite your ideas. Let’s chat and turn them into reality.


Contributing

Contributions are welcome!

  1. Fork the repository
  2. Create your feature branch: git checkout -b feature/my-awesome-feature
  3. Commit your changes: git commit -m "Add my awesome feature"
  4. Push the branch: git push origin feature/my-awesome-feature
  5. Open a Pull Request describing:
    • The problem
    • Your changes
    • Any breaking impacts or migration notes

Please include reproducible examples or failing tests whenever possible.


License

This SDK is released under the MIT License.
See the LICENSE file for full details.


Resources & Bibliography


Last updated: 2025-11-14


All versions of streamline-sdk with dependencies

PHP Build Version
Package Version
Requires illuminate/http Version ^12.31
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 cronixweb/streamline-sdk contains the following files

Loading the files please wait ...