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,404 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  
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

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