Download the PHP package ziming/laravel-myinfo-business-sg without Composer
On this page you can find all versions of the php package ziming/laravel-myinfo-business-sg. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ziming/laravel-myinfo-business-sg
More information about ziming/laravel-myinfo-business-sg
Files in ziming/laravel-myinfo-business-sg
Package laravel-myinfo-business-sg
Short Description Laravel Package for Singapore MyInfo Business
License
Homepage https://github.com/ziming/laravel-myinfo-business-sg
Informations about the package laravel-myinfo-business-sg
Laravel MyInfo Business Singapore
PHP Laravel Package for MyInfo Business Singapore.
Installation
You can install the package via composer:
Followed by adding the following variables to your .env
file.
The values provided below are the ones provided in the official MyInfo nodejs tutorial.
Change them to the values you are given for your app.
Lastly, publish the config file
You may also wish to publish the MyInfo official nodejs demo app ssl files as well to storage/myinfo-business-ssl. You should replace these in your production environment.
Usage and Customisations
When building your button to redirect to SingPass. It should link to route('myinfo-business.singpass')
After SingPass redirects back to your Callback URI, you should make a post request to route('myinfo.person')
If you prefer to not use the default routes provided you may set enable_default_myinfo_business_routes
to false
in
config/laravel-myinfo-business-sg.php
and map your own routes. This package controllers will still be accessible as shown
in the example below:
During the entire execution, some exceptions may be thrown. If you do not like the format of the json responses.
You can customise it by intercepting them in your laravel application app/Exceptions/Handler.php
An example is shown below:
The list of exceptions are as follows
Lastly, if you prefer to write your own controllers, you may make use of LaravelMyinfoBusinessSgFacade
or LaravelMyinfoBusinessSg
to generate the
authorisation api uri (The redirect to Singpass link) and to fetch MyInfo Person Data. Examples are shown below
You may also choose to subclass GetMyinfoEntityPersonDataController
and override its preResponseHook()
template method to
do logging or other stuffs before returning the person data.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Other ways of Contributing
Please see CONTRIBUTING for details.
All versions of laravel-myinfo-business-sg with dependencies
ext-json Version *
ext-openssl Version *
guzzlehttp/guzzle Version ^7.0
illuminate/contracts Version ^11.0||^12.0
web-token/jwt-framework Version ^4.0