Download the PHP package adrianmejias/laravel-routing-numbers without Composer
On this page you can find all versions of the php package adrianmejias/laravel-routing-numbers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download adrianmejias/laravel-routing-numbers
More information about adrianmejias/laravel-routing-numbers
Files in adrianmejias/laravel-routing-numbers
Package laravel-routing-numbers
Short Description Laravel API for ACH/NACHA Bank Routing Numbers.
License MIT
Homepage https://adrianmejias.com
Informations about the package laravel-routing-numbers
Routing Numbers API for Laravel
ACH/NACHA Bank Routing Numbers API package courtesy of https://www.routingnumbers.info/ for Laravel.
Installation
This version supports PHP 8.0 or 8.1
. You can install the package via composer:
composer require adrianmejias/laravel-routing-numbers
Usage
Example
Expected Output:
Api Requests
RoutingNumbers::bankName($routingNumber)
- Get bank name from routing number.RoutingNumbers::bankData($routingNumber)
- Get bank data from routing number.
Testing
composer test
Contributing
Thank you for considering contributing to Laravel Routing Numbers! You can read the contribution guide here.
Code of Conduct
In order to ensure that the community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please see the security file for more information.
License
The MIT License (MIT). Please see the license file for more information.
All versions of laravel-routing-numbers with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
ext-openssl Version *
illuminate/support Version ^9.17