Download the PHP package asboldyrev/modem-message-sync without Composer

On this page you can find all versions of the php package asboldyrev/modem-message-sync. 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 modem-message-sync

ModemMessageSync

ModemMessageSync is a PHP package designed to simplify the synchronization and management of SMS messages obtained from a GSM modem. It provides tools to efficiently handle incoming SMS messages, decode Unicode content, and send notifications through various channels.

Features

Installation

  1. Open a terminal and navigate to the directory where you want to create your project.

  2. Run the following Composer command to create a new ModemMessageSync project:

    Replace your-project-name with the desired name for your project directory.

  3. Change into the newly created project directory:

    1. Create a .env file in the project root directory. You can use the provided .env.example as a template. Fill in the necessary environment variables such as SSH connection details, Apprise credentials, and other configuration options.

Usage

Follow these steps to use ModemMessageSync:

Run PHP script to initiate the synchronization and management of SMS messages from the GSM modem:

Or

  1. Set up a cron job to automate the synchronization process. Open your crontab configuration by running:

  2. Add a line to specify the frequency of synchronization, replacing path_to_your_script with the actual path to your PHP script:

Configuration

You can configure the package by setting the required environment variables in a .env file. Refer to the example .env.example file for the list of variables.

License

ModemMessageSync is open-source software licensed under the MIT License. Feel free to contribute to this project or report any issues you encounter.

© 2023 asboldyrev


All versions of modem-message-sync with dependencies

PHP Build Version
Package Version
Requires php Version 8.2.*
phpseclib/phpseclib Version ^3.0
asboldyrev/apprise-notification-sdk Version ^1.0
vlucas/phpdotenv Version ^5.5
php-mqtt/client Version ^1.8
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 asboldyrev/modem-message-sync contains the following files

Loading the files please wait ....