No description
- PHP 74.5%
- Kotlin 9.4%
- JavaScript 8.1%
- Swift 8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| resources | ||
| src | ||
| tests | ||
| .gitignore | ||
| composer.json | ||
| nativephp.json | ||
| README.md | ||
Haptics Plugin for NativePHP Mobile
Better Haptics plugin
This Plugin is from the NativePHP Blog Post
Installation
Add following to your composer.json:
{
"repositories": [
{
"type": "vcs",
"url": "https://git.cyanfox.de/CyanFox/Mobile/Plugins/Haptics"
}
]
}
Then run:
composer require cyanfox/mobile-haptics
Usage
use Cyanfox\MobileHaptics\Facades\Haptics;
// Execute functionality
Haptics::impact();
Haptics::notification();
License
MIT