Download the PHP package itsmurumba/laravel-hostpinnacle without Composer
On this page you can find all versions of the php package itsmurumba/laravel-hostpinnacle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download itsmurumba/laravel-hostpinnacle
More information about itsmurumba/laravel-hostpinnacle
Files in itsmurumba/laravel-hostpinnacle
Package laravel-hostpinnacle
Short Description Laravel Package for Hostpinnacle SMS API
License MIT
Informations about the package laravel-hostpinnacle
Laravel Hostpinnacle
Official Laravel package for the Hostpinnacle SMS API. Quick SMS, Group SMS, and File Upload — with optional SaaS multi-account support.
Quick start
Add to .env:
Send SMS:
Testing the package locally (before publishing)
To try the package in a real Laravel app without publishing to Packagist:
1. Path repository (recommended) — In your Laravel app’s composer.json add a path repo and require the package:
Then run composer update, add your Hostpinnacle env vars, and use the package as normal (e.g. Hostpinnacle::sendQuickSMS(...)). Changes in the package folder are used immediately (no re-publish).
2. From a Git branch — To test the install as users will (from GitHub), push your branch and in the app use:
Replace the branch name with yours. Run composer update in the app. Good for checking that composer.json and the repo are correct before a public release.
Documentation
Full documentation (installation, configuration, usage, SaaS multi-account, testing, config reference) is built with VitePress and lives in the docs/ folder.
- Local: Run
npm installthennpm run docs:devand open http://localhost:5174. - Build:
npm run docs:build— output indocs/.vitepress/dist/(suitable for GitHub Pages or any static host).
For GitHub Pages (project site), set base: '/laravel-hostpinnacle/' in docs/.vitepress/config.mts before building. For a custom domain, keep base: '/'.
Contributing
Contributions are welcome. Please read Contribution.md before submitting PRs or issues.
License
MIT. See LICENSE for details.
All versions of laravel-hostpinnacle with dependencies
illuminate/support Version ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
guzzlehttp/guzzle Version ^6.0|^7.0