Download the PHP package camoo/wp-camoo-sms without Composer

On this page you can find all versions of the php package camoo/wp-camoo-sms. 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 wp-camoo-sms

WP-CAMOO-SMS Plugin

CAMOO SMS A simple and powerful texting plugin for WordPress

You can add to WordPress, the ability to send SMS to a group, to a user, to a number or just to members of SMS newsletter.

To every event in WordPress, you can send sms through this plugin.

The usage of this plugin is completely free. You have to just have a CAMOO account:

Very easy Send SMS by PHP code:

Features

Installation

  1. Upload camoo-sms to the /wp-content/plugins/ directory

    Install Using GIT

    Install Using Composer

    Install Manually

If you do not use Composer to manage plugins or other dependencies, you can install the plugin manually. Download the wp-camoo-sms-Full.zip file from the Releases page and extract the ZIP file to your plugins directory.

You can also git clone this repository, and run composer install in the plugin folder to pull in it's dependencies.

  1. Activate the plugin through the 'Plugins' menu in WordPress
  2. To display Subscribe goto Themes -> Widgets, and adding SMS newsletter form into your sidebar Or using this functions: ` into theme. or using this Shortcode[wp-sms-subscriber-form]` in Posts pages or Widget.
  3. Using this functions for send manual SMS:

Actions

Run the following action when sending SMS with this plugin.

Example: Send mail when send sms.

Run the following action when subscribing a new user.

Example: Send sms to user when register a new subscriber.

Filters

You can use the following filter for modifying from the number.

Example: Add 0 to the end sender number.

You can use the following filter for modifying receivers number.

Example: Add new number to get message.

You can use the following filter for modifying text message.

Example: Add signature to messages that are sent.

Example: Auto satanise all REQUEST Data

Rest API Endpoints

Add new subscribe to SMS newsletter


All versions of wp-camoo-sms with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
camoo/sms Version ^4.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 camoo/wp-camoo-sms contains the following files

Loading the files please wait ....