Download the PHP package bentonow/bento-php-sdk without Composer

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

Bento PHP SDK

[!TIP] Need help? Join our Discord or email [email protected] for personalized support.

The Bento PHP SDK makes it quick and easy to build an excellent analytics experience in your PHP application. We provide powerful and customizable APIs that can be used out-of-the-box to track your users' behavior, manage subscribers, and send emails. We also expose low-level APIs so that you can build fully custom experiences.

Get started with our 📚 integration guides, or 📘 browse the SDK reference.

❤️ Thank you @cavel (in Discord) from GuitarCreative for your contribution to the Laravel documentation (which lead to the creation of our new official Laravel SDK).

Build Status

Table of contents

Features

Requirements

The Bento PHP SDK requires PHP 7.4+ and Composer.

Bento Account for a valid SITE_UUID, BENTO_PUBLISHABLE_KEY & BENTO_SECRET_KEY.

Getting started

Installation

Install the Bento SDK using Composer:

Configuration

Initialize the Bento client:

Modules

Analytics (Base Module)

Track events and manage subscribers.

Tag a Subscriber

Add a Subscriber

Remove a Subscriber

Update Fields

Track Purchase

Track Event

Batch

Import Subscribers

Import Events

Commands

Add Tag

Remove Tag

Add Field

Remove Field

Subscribe

Unsubscribe

Events

Create Event

Experimental

Validate Email

Guess Gender

Geolocate

Check Blacklist

Fields

Get Fields

Create Field

Forms

Get Form Responses

Subscribers

Get Subscriber

Create Subscriber

Tags

Get Tags

Create Tag

Types Reference

For a detailed reference of the types used in the Bento PHP SDK, please refer to the Types Reference section in the full documentation.

Things to Know

  1. All events must be identified with an email address.
  2. Most events are indexed within seconds in your Bento account.
  3. Batch operations are available for importing subscribers and events efficiently.
  4. The SDK provides seamless integration with Laravel applications.
  5. Email validation and experimental features are available for advanced use cases.

Contributing

We welcome contributions! Please see our contributing guidelines for details on how to submit pull requests, report issues, and suggest improvements.

License

The Bento SDK for PHP is available as open source under the terms of the MIT License.


All versions of bento-php-sdk with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1 || ^8.0
guzzlehttp/guzzle Version ^7.8
guzzlehttp/test-server Version ^0.1.0
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 bentonow/bento-php-sdk contains the following files

Loading the files please wait ....