Download the PHP package aryelgois/bank-interchange without Composer

On this page you can find all versions of the php package aryelgois/bank-interchange. 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 bank-interchange

Bank Interchange

Index:

Intro

pt_BR

Esse pacote implementa as especificações do CNAB240 e do CNAB400, definido pelo FEBRABAN, e contém geradores de boleto para diversos bancos, em PHP.

O CNAB permite a comunicação entre empresas e bancos, organizando as informações em arquivos de texto com uma estrutura predefinida

O objetivo desse pacote é automatizar a criação de Boletos bancários e Arquivos Remessa, e facilitar a leitura de Arquivos Retorno em um servidor web:

  1. Quando o cliente realiza uma compra, por exemplo, um Título bancário é criado

    • Esse Título pode ser representado como um boleto, em PDF
  2. Um Arquivo Remessa, contendo um ou mais Títulos, é gerado e enviado ao banco antes que o cliente efetue o pagamento

  3. O banco envia um Arquivo Retorno informando se o Título foi aceito, pago, tem algum erro, ou alguma outra ocorrência

  4. Após o administrador conferir o resultado, o banco de dados é atualizado com novos dados

en_US

This package implements CNAB240 and CNAB400 specifications, defined by FEBRABAN (a Brazilian organization), and contains bank billet generators for various banks, in PHP.

The CNAB allows a comunication between enterprises and banks, organizing the information in text files with a predefined layout

This package aims to automate the generation of bank billets and Shipping Files, and to help reading Return Files in a web server:

  1. When your client buys something, for exemple, a banking Title is created

    • This Title can be rendered as a bank billet, in PDF
  2. A Shipping File, containing one or more Titles, is generated and sent to the bank before the client makes the payment

  3. The bank sends a Return File informing if the Title was accepted, paid, has an error, or some other occurrence

  4. After the administrator checks the result, the database is updated with new data

Setup

  1. Clone with Git

  2. Create a web server with PHP 7 or higher

    • Using Apache is recommended because the .htaccess files are already created

      • Enable the AllowOverride directive
    • Set the Document Root to public/

    • If you are using HTTPS, uncomment the line with SSLRequireSSL directive in public/.htaccess. It is highly recommended that you use SSL
  3. Build the databases and run the generated SQL: see YASQL-PHP

  4. Change the database credentials in config/medools.php see Medools

  5. Configure the Authentication secret in config/router.yml see Medools Router

    • You also need to register users in the authentications table and add their authorizations
  6. Now you can develop inside public/

    • Make your app ajax request from server's /api/

TODO

Documentation

Changelog


All versions of bank-interchange with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0
ext-zip Version *
ext-zlib Version *
aryelgois/databases Version ^0.7
aryelgois/medools Version ^5.1
aryelgois/medools-router Version ^0.3
aryelgois/utils Version ^0.5
aryelgois/yasql-php Version ^0.6
setasign/fpdf Version ^1.8
symfony/yaml Version ^3.4
vria/nodiacritic Version 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 aryelgois/bank-interchange contains the following files

Loading the files please wait ....