Download the PHP package pagocards/php-laravel without Composer

On this page you can find all versions of the php package pagocards/php-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-laravel

Pagocards PHP Laravel SDK

CI Latest Version PHP Version

The official PHP SDK for Pagocards - A powerful card issuance and virtual wallet platform. This SDK allows you to easily integrate Pagocards services into your Laravel applications.

Features

Requirements

Installation

Via Composer (From GitHub)

Or add to your composer.json:

Then run:

From Released Package

When the package is available on Packagist:

Configuration

1. Publish Configuration File

This creates config/pagocards.php in your Laravel project.

2. Set Environment Variables

Add the following to your .env file:

You can get your API keys from your Pagocards Dashboard.

Usage

Using the Facade

Direct Client Usage

In Service Classes or Controllers

API Methods

Cards

Create Mastercard

Create Visa Card

Get Card Details

List Cards

Fund Visa Card

Block Mastercard

Unblock Mastercard

Wallet

Get Wallet Balance

Error Handling

All methods throw an \Exception on failure. The exception message contains the API error message.

Configuration

Change Base URL

Get Current Base URL

Testing

Run tests with:

Generate coverage report:

Coverage reports will be generated in the coverage/ directory.

Development

Clone the Repository

Install Dependencies

Run Tests

Build and Contribute

  1. Create a feature branch
  2. Make your changes
  3. Write tests for new features
  4. Ensure all tests pass
  5. Submit a pull request

Troubleshooting

"Could not resolve: api"

This error typically means the request is being sent to an invalid URL. Ensure:

"An email must have a "To", "Cc", or "Bcc" header"

This error occurs when making API calls without proper authentication. Ensure:

"Incorrect column count"

If you're experiencing data issues, ensure:

Documentation

For complete documentation and API reference, visit:

Support

For support and questions:

License

This SDK is open-sourced software licensed under the MIT License.

Changelog

See CHANGELOG.md for a list of changes in each version.

Contributing

Thank you for considering contributing! Please see CONTRIBUTING.md for details.


Pagocards: Transform your financial products with our robust card issuance platform.


All versions of php-laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pagocards/php-laravel contains the following files

Loading the files please wait ...