2017 © Pedro Peláez
 

library sample-php-app

Sample app for Tienda Nube/Nuvem Shop.

image

tiendanube/sample-php-app

Sample app for Tienda Nube/Nuvem Shop.

  • Wednesday, March 23, 2016
  • by Fonso
  • Repository
  • 5 Watchers
  • 5 Stars
  • 60 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 4 Versions
  • 2 % Grown

The README.md

Sample PHP App

This is a sample app for the API of Nuvem Shop / Tienda Nube using the official SDK for PHP., (*1)

This app was made using Laravel. Be sure to check their documentation., (*2)

Installation

First, you will need to install Composer following the instructions on their site., (*3)

Then, simply run the following command:, (*4)

composer create-project tiendanube/sample-php-app sample-app --prefer-dist

Alternatively, you may download the contents of this repository and run composer install from your project's root directory., (*5)

Configuration

Make sure to define your database connection in app/config/database.php, then run the provided migration:, (*6)

php artisan migrate

Then add your app_id and app_secret to app/config/tiendanube.php. You might also want to change the auth filter in app/filters.php to use the login URL in Spanish or Portuguese., (*7)

Now you can test your app! Just set your redirect_uri to http://localhost:8000/auth and run a PHP server:, (*8)

php artisan serve

When you visit http://localhost:8000 you will be taken to Tienda Nube/Nuvem Shop's login page. Log into your store and you will be prompted to install your app. Install it and the provided auth route will take care of obtaining and storing an access token., (*9)

The Versions

23/03 2016

dev-master

9999999-dev

Sample app for Tienda Nube/Nuvem Shop.

  Sources   Download

MIT

The Requires

 

14/10 2013

v1.0.2

1.0.2.0

Sample app for Tienda Nube/Nuvem Shop.

  Sources   Download

MIT

The Requires

 

28/09 2013

v1.0.1

1.0.1.0

Sample app for Tienda Nube/Nuvem Shop.

  Sources   Download

MIT

The Requires

 

28/09 2013

v1.0.0

1.0.0.0

Sample app for Tienda Nube/Nuvem Shop.

  Sources   Download

MIT

The Requires