Download the PHP package kssadi/sslwirelesssms without Composer

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


SSL Wireless SMS Laravel Package


A Laravel package for integrating SSL Wireless SMS service into your Laravel applications. Easily send single, bulk, and dynamic SMS messages using this package.

Downloads Starts License

Features

Table of Contents

Requirements

Installation

  1. Install the package via Composer:

    bash php artisan vendor:publish --provider="Kssadi\Sslwirelesssms\SslwirelesssmsServiceProvider" --tag="config" bash)

//: # ( bash SSLWIRELESS_API_TOKEN=your_api_token SSLWIRELESS_SID=your_sid

bash vendor/bin/phpunit



## Author

**Name:** Khaled Saifullah Sadi  
**Email:** [[email protected]](mailto:[email protected]) <br>
### Social Handles

<p align="center">

<a href="https://www.linkedin.com/in/kssadi/" target="_blank"><img alt="LinkedIn" title="LinkedIn" src="https://img.shields.io/badge/LinkedIn-%230077B5.svg?&style=for-the-badge&logo=linkedin&logoColor=white"/>
</a>
<a href="https://facebook.com.com/mdsadi100" target="_blank"><img alt="Facebook" title="Facebook" src="https://img.shields.io/badge/-Facebook-1DA1F2?style=for-the-badge&logo=facebook&logoColor=white"/>
<a href="https://insta.com/Ks.Sadi" target="_blank"><img alt="Instagram" title="Instagram" src="https://img.shields.io/badge/-Instagram-C13584?style=for-the-badge&logo=instagram&logoColor=white"/>
<a href="https://twitter.com/Ks.Sadi" target="_blank"><img alt="Twitter" title="Twitter" src="https://img.shields.io/badge/-Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white"/>
</a>
<a href="https://github.com/KsSadi" target="_blank"><img alt="Github" title="Github" src="https://img.shields.io/badge/github-%23323330.svg?&style=for-the-badge&logo=github&logoColor=%23F7DF1E"/>
</a>

</p>

## Contributing

Please feel free to contribute to this package and submit a pull request.

## License

This package is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).

### Key Sections:
- **Features:** Highlights the capabilities of the package.
- **Table of Contents:** Provides an overview for easy navigation.
- **Installation:** Instructions to install the package.
- **Configuration:** Details on setting up configuration.
- **Usage:** Examples of how to use the package functions.
- **Testing:** Instructions for running tests.
- **Author:** Information about the package author.
- **Contributing:** Guidelines for contributing to the project.
- **License:** Information about the package's licensing.

Feel free to adjust the content as needed based on your specific use cases or additional features.

Copyright 2024 [Khaled Saifullah Sadi]()

All versions of sslwirelesssms with dependencies

PHP Build Version
Package Version
Requires php Version ^8.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 kssadi/sslwirelesssms contains the following files

Loading the files please wait ....