Download the PHP package kwenziwa/filament-sms-sender without Composer

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

Here's the README file based on the information you provided:

Filament SMS Sender Plugin

A Filament plugin for sending SMS messages using Vonage (formerly Nexmo). This package allows you to select users from a dropdown, configure SMS settings, and send messages directly from your Laravel application.

Features

Installation

  1. Install the Package

    Add the package to your Laravel project using Composer:

  2. Publish the Configuration

    Publish the package configuration file:

  3. Configure Environment Variables

    Add the following entries to your .env file:

    Replace your_api_key and your_api_secret with your Vonage API credentials.

  4. Run Database Migrations

    Ensure your database has a table with the appropriate phone number column. For example, add a phone number column to the users table:

    In the migration file:

    Run the migration:

Usage

  1. Add the SMS Sending Page to Filament

    Register the SMS sending page in your Filament admin panel. Typically, this is done in a service provider:

  2. Access the SMS Sending Page

    Navigate to the SMS sending page in your Filament admin panel. You should see a form where you can:

    • Select users from a multi-select dropdown
    • Enter the sender number
    • Write your SMS message
    • Click "Send SMS" to send messages to the selected users

Configuration

You can configure the table and column names for phone numbers by editing the config/filament-sms-sender.php file:

Development

  1. Clone the Repository

    Clone this repository to your local machine:

  2. Navigate to the Package Directory

  3. Install Dependencies

  4. Run Tests

    Ensure everything works as expected:

License

This package is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please submit issues or pull requests on GitHub. Make sure to follow the contributing guidelines.

Contact

For support or inquiries, please contact [email protected].


All versions of filament-sms-sender with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
filament/filament Version ^3.2.97
vonage/client-core Version ^2.6
laravel/framework Version ^11.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 kwenziwa/filament-sms-sender contains the following files

Loading the files please wait ....