Download the PHP package stellarsecurity/stellar-laravel-devices without Composer
On this page you can find all versions of the php package stellarsecurity/stellar-laravel-devices. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stellarsecurity/stellar-laravel-devices
More information about stellarsecurity/stellar-laravel-devices
Files in stellarsecurity/stellar-laravel-devices
Download stellarsecurity/stellar-laravel-devices
More information about stellarsecurity/stellar-laravel-devices
Files in stellarsecurity/stellar-laravel-devices
Vendor stellarsecurity
Package stellar-laravel-devices
Short Description Stellar Devices API client for Laravel
License proprietary
Package stellar-laravel-devices
Short Description Stellar Devices API client for Laravel
License proprietary
Please rate this library. Is it a good library?
Informations about the package stellar-laravel-devices
Stellar Laravel Devices
stellarsecurity/stellar-laravel-devices is a Laravel package providing a complete client wrapper for the Stellar Devices API.
Features
- Add/register devices
- Delete devices
- List all devices under an identifier
- Static human-friendly device name generator
- Laravel auto-discovery (service provider + facade)
Installation
Configuration
Add to your .env:
Custom device-name pool
By default, the package ships with a built-in JSON name pool at resources/names.json (thousands of names) to reduce collisions.
You can override the pool in config/stellar-device.php:
The JSON file can be either:
- An array:
[...] - Or an object:
{ "names": [...] }
Usage Example
API Methods
add(string $identifier, string $name, bool $returnDevices = false)addRandom(string $identifier, bool $returnDevices = false)delete(string $identifier, string $name)devices(string $identifier)names(int $count = 25, bool $withSuffix = false)randomName(bool $withSuffix = false)
License
Proprietary – part of the Stellar Security ecosystem.
All versions of stellar-laravel-devices with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package stellarsecurity/stellar-laravel-devices contains the following files
Loading the files please wait ...