pxgamer / laravel-arionum
A Laravel adapter for the Arionum PHP wrapper.
Fund package maintenance!
owenvoke
ecologi.com/owenvoke?gift-trees
Requires
- php: ^7.4 || ^8.0
- facade/ignition-contracts: ^1.0
- illuminate/support: ^7.0 || ^8.0
- owenvoke/arionum-php: ^4.0
Requires (Dev)
- orchestra/testbench: ^5.0 || ^6.0
- pestphp/pest: ^1.1
- phpstan/phpstan: ^0.12.85
- symfony/var-dumper: ^5.1
README
A Laravel adapter for the Arionum PHP wrapper.
Install
Via Composer
$ composer require owenvoke/laravel-arionum
Usage
This adapter allows the use of the Arionum PHP wrapper directly in Laravel projects.
The ARIONUM_NODE_URI
property must be set in the .env
or environment.
All methods can be used statically, via the Arionum
facade, or resolved from the service container.
// Resolving from the app container app(\OwenVoke\Arionum\Arionum::class)->getNodeInfo(); app('arionum')->getNodeInfo(); // Using the facade (with, and without the short alias) \Arionum::getNodeInfo(); \OwenVoke\LaravelArionum\Facades\Arionum::getNodeInfo(); // Type hinting with dependency injection public function __construct(\OwenVoke\Arionum\Arionum $arionum) { $arionum->getNodeInfo(); }
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email security@voke.dev instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Treeware
You're free to use this package, but if it makes it to your production environment you are required to buy the world a tree.
It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.
You can buy trees here.
Read more about Treeware at treeware.earth.