Download the PHP package ghostzero/bitinflow-accounts without Composer
On this page you can find all versions of the php package ghostzero/bitinflow-accounts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ghostzero/bitinflow-accounts
More information about ghostzero/bitinflow-accounts
Files in ghostzero/bitinflow-accounts
Package bitinflow-accounts
Short Description PHP bitinflow Accounts API Client for Laravel 5+
License MIT
Informations about the package bitinflow-accounts
bitinflow Accounts
PHP bitinflow Accounts API Client for Laravel 5+
Table of contents
- Installation
- Event Listener
- Configuration
- Examples
- Documentation
- Development
Installation
If you use Laravel 5.5+ you are already done, otherwise continue.
Add Service Provider to your app.php
configuration file:
Event Listener
- Add
SocialiteProviders\Manager\SocialiteWasCalled
event to yourlisten[]
array inapp/Providers/EventServiceProvider
. - Add your listeners (i.e. the ones from the providers) to the
SocialiteProviders\Manager\SocialiteWasCalled[]
that you just created. - The listener that you add for this provider is
'GhostZero\\BitinflowAccounts\\Socialite\\BitinflowExtendSocialite@handle',
. - Note: You do not need to add anything for the built-in socialite providers unless you override them with your own providers.
Configuration
Copy configuration to config folder:
Add environmental variables to your .env
You will need to add an entry to the services configuration file so that after config files are cached for usage in production environment (Laravel command artisan config:cache
) all config is still available.
Add to config/services.php
:
Examples
Basic
Setters
OAuth Tokens
Facade
Documentation
Oauth
PaymentIntents
SshKeys
Users
Development
Run Tests
Generate Documentation
Join the bitinflow Discord!
All versions of bitinflow-accounts with dependencies
ext-json Version *
illuminate/support Version ~5.4|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/console Version ~5.4|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0
guzzlehttp/guzzle Version ^6.3|^7.0
socialiteproviders/manager Version ^3.4|^4.0.1
firebase/php-jwt Version ^6.0