PHP Classes

Laravel Nova Paypal: Show Paypal account transactions in Laravel Nova

Recommend this page to a friend!
  Info   View files Documentation   Screenshots Screenshots   View files View files (15)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 61 All time: 10,411 This week: 164Up
Version License PHP version Categories
nova-paypal 1.0The PHP License5PHP 5, E-Commerce, Libraries, Content..., W...
Description 

Author

This package can show Paypal account transactions in Laravel Nova.

It can manage a card to be displayed inside a Laravel Nova that shows information retrieved from a given Paypal account calling its API.

Currently it can display the current balance and latest transactions of the specified Paypal account.

Picture of Naif Alshaye
  Performance   Level  
Name: Naif Alshaye <contact>
Classes: 24 packages by
Country: Saudi Arabia Saudi Arabia
Age: ???
All time rank: 18796 in Saudi Arabia Saudi Arabia
Week rank: 91 Up2 in Saudi Arabia Saudi Arabia Up
Innovation award
Innovation award
Nominee: 9x

Documentation

Nova PayPal Card

A Laravel Nova card to display PayPal current balance and latest transactions.

Installation:

First you must install naif/laravel-paypal naif/laravel-paypal into your Laravel app.

You can install the package in to a Laravel app that uses Nova via composer:

composer require naif/paypal

Usage:

<h4>Add the below to the card function in app/Providers/NovaServiceProvider.php</h4>


protected function cards()
{
    return [
      (new Paypal())
      
      //you can set days to retrieve transacitons
      (new Paypal())->days(3)  //default last 5 days
      
      //you can specifivy how many transactions to retreive
      (new Paypal())->count(5) //default is 10 transactions
      
      //you can hide PayPal logo
      (new Paypal())->hideLogo(true) //default false
      
     //Example for all options
     (new Paypal())->days(3)->count(5)->hideLogo(true)
    ];
}

Support:

naif@naif.io

https://www.linkedin.com/in/naif

License:

The MIT License (MIT). Please see License File for more information.


Screenshots  
  • screenshots/auth.png
  • screenshots/error.png
  • screenshots/example.png
  Files folder image Files  
File Role Description
Files folder imagedist (2 directories)
Files folder imageresources (2 directories)
Files folder imageroutes (1 file)
Files folder imagesrc (2 files, 1 directory)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file main.js Data Auxiliary data
Accessible without login Plain text file mix-manifest.json Data Auxiliary data
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file webpack.mix.js Data Auxiliary data

  Files folder image Files  /  dist  
File Role Description
Files folder imagecss (1 file)
Files folder imagejs (1 file)

  Files folder image Files  /  dist  /  css  
File Role Description
  Accessible without login Plain text file card.css Data Auxiliary data

  Files folder image Files  /  dist  /  js  
File Role Description
  Accessible without login Plain text file card.js Data Auxiliary data

  Files folder image Files  /  resources  
File Role Description
Files folder imagejs (1 file, 1 directory)
Files folder imagesass (1 file)

  Files folder image Files  /  resources  /  js  
File Role Description
Files folder imagecomponents (1 file)
  Accessible without login Plain text file card.js Data Auxiliary data

  Files folder image Files  /  resources  /  js  /  components  
File Role Description
  Accessible without login Plain text file Card.vue Data Auxiliary data

  Files folder image Files  /  resources  /  sass  
File Role Description
  Accessible without login Plain text file card.scss Data Auxiliary data

  Files folder image Files  /  routes  
File Role Description
  Plain text file api.php Class Class source

  Files folder image Files  /  src  
File Role Description
Files folder imageHttp (1 directory)
  Plain text file CardServiceProvider.php Class Class source
  Plain text file Paypal.php Class Class source

  Files folder image Files  /  src  /  Http  
File Role Description
Files folder imageControllers (1 file)

  Files folder image Files  /  src  /  Http  /  Controllers  
File Role Description
  Plain text file PaypalController.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:61
This week:0
All time:10,411
This week:164Up