Download the PHP package leandronunes07/c6bank-php-sdk without Composer

On this page you can find all versions of the php package leandronunes07/c6bank-php-sdk. 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 c6bank-php-sdk

C6 Bank PHP SDK πŸ‡§πŸ‡·

PHP Version License Version Code Style

Unofficial PHP SDK for C6 Bank API. Simplify your integration with C6 Bank's services using a robust, object-oriented, and production-ready library.


🌟 Why use this SDK?

Integration with banking APIs can be complex (mTLS, OAuth2, cryptic errors). This SDK abstracts all that complexity into a fluent, easy-to-use interface.


πŸ“¦ Installation

Install via Composer:

Requirements


⚑ Quick Start (Simple)

For development/testing:


🏭 Production Setup (Recommended)

For production, you should inject a Cache (to store tokens) and a Logger (to debug errors).


πŸ“š Modules & Examples

Full documentation for each module can be found in EXAMPLES.md.

Module Description Resource Access
Authentication OAuth2 Token Management Internal
Accounts Balance and Account Details $c6->accounts()
Bank Slips Issue, Consult, Cancel Boletos $c6->bankSlips()
PIX Dynamic QRCodes, Cob, CobV $c6->pix()
Webhooks PIX and Banking notifications $c6->pix()->webhook(), $c6->bankingWebhook()
Checkout E-commerce Payment Links $c6->checkout()
Schedule Payment Scheduling (DDA/Ted) $c6->schedule()
Statement Account Statements $c6->statement()
C6 Pay POS transactions and receivables $c6->c6pay()

πŸ”’ Security


🀝 Contributing

We welcome contributions! Please check CONTRIBUTING.md for details on code standards and testing.

  1. Fork the project.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

πŸ“„ License

Distributed under the MIT License. See LICENSE for more information.


πŸ‘¨β€πŸ’» Authors

Developed with ❀️ by AgΓͺncia Taruga and Leandro Oliveira Nunes.


All versions of c6bank-php-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
ext-json Version *
guzzlehttp/guzzle Version ^7.8
psr/log Version ^3.0
psr/simple-cache Version ^3.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 leandronunes07/c6bank-php-sdk contains the following files

Loading the files please wait ...