Download the PHP package ultraboldma/clever-reach without Composer

On this page you can find all versions of the php package ultraboldma/clever-reach. 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 clever-reach

Laravel-CleverReach

Integration for the v3 API

This package is a boiler plate for using the CleverReach API v3. It contains Actions and Livewire components to handle Groups, Forms and Subscribers. You can generate newsletter lists complete with form/group ID for generating easy signup forms.

Only Laravel 9/10 are currently supported

Docs

Installation

Install package

Add the package in your composer.json by executing the command.

Laravel CleverReach features auto discover for Laravel. In case this fails, just add the Service Provider to the app.php file.

Publishing everyting

Since we're focused on providing a working boiler plate, all necessary files will be published to your application structure. You can also publish individual parts if needed.

Migrations

During the publishing process the migrations were also published. This will generate all tables you need.

Menu items

There is no menu included with this package. You will need to build your own and link to the routes that were published.

Tailwind

All elements in this package are based on Tailwind and come with minimal styling. If needed you can adjust the published views to fit whatever framework you're using.

Configuration

Base URL

Base URL for the CleverReach v3 API. It's already set for you.

Single Client

You have the option to run multiple API clients for interacting with multiple CleverReach accounts.

Available languages

You can create newsletters with different languages/locales in the DB, if you wish to load the based on your app's locale. Please list the available languages here.

Default group ID

If you always want to use a default group for your newsletter signups, you can set that here. (not yet available)

Default form ID

Same as the default group ID. (not yet available)

Laravel compatibility

Laravel LaravelCM
10.x >0.0.*
9.x >0.0.*

Lower versions of Laravel are not supported.


All versions of clever-reach with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/support Version 9.* || 10.*
livewire/livewire Version ^2.5
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 ultraboldma/clever-reach contains the following files

Loading the files please wait ....