Skip to content

Simple example of using the php sdk to use staileu in your website

Notifications You must be signed in to change notification settings

staileu/php-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Example

A simple example of a implementation of STAIL.EU Accounts in a website using php.

Setup

  • Copy or clone the code in this repository
  • Install the one dependency by using composer: composer install
  • Configure the App Public Id and the App Secret token in the base.php file, change also the redirect uri/url depending of what port the server will listen
  • Start a php development server by using this command: php -S 0.0.0.0:80 (you can choose any port you want)
  • Open your browser at http://localhost:80
  • Enjoy this example!

Documentation

The complete documentation of the staileu php sdk is located here

You can also view the github repository of the STAIL.EU PHP SDK

Any questions or issues ?

Join us in our discord server, ask us on twitter

About

Simple example of using the php sdk to use staileu in your website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages