Sin descripción

Fernando a045b47262 feat: added status seeding in setup hace 3 semanas
bin a045b47262 feat: added status seeding in setup hace 3 semanas
controllers 91c620244f feat: woovi webhook performs payment confirmation hace 3 semanas
libs 09d4e322a4 time out changes hace 2 meses
middlewares 524d93ec84 implent the bank system on the backend hace 3 semanas
migrations 01e4069e2c fix the migrations hace 3 semanas
models 91c620244f feat: woovi webhook performs payment confirmation hace 3 semanas
public 5c0699a5ff add the webhook test pix hace 3 semanas
services 524d93ec84 implent the bank system on the backend hace 3 semanas
test 923be81ed4 changes to token_create_test.php hace 2 meses
.env.example 192195b296 ERRO_LOG + LAST TSHIELD PROBLEM hace 3 semanas
.gitignore 898fa1b989 new: implementation of the auth token from B3 hace 1 mes
README.md 898fa1b989 new: implementation of the auth token from B3 hace 1 mes
TODO.md f7a124e508 token creation service hace 2 meses
composer.json 906aaa2091 feat: add request validators to controllers hace 2 meses
composer.lock ee0a402a2b migration fixes (duplicate columns), setup reedo (now deletes database and creates a new one) hace 2 meses
package.json 1c792098f3 migration token changes hace 2 meses
php-api_1.0.0_all.deb a431b88a56 debian package support hace 5 meses
routes.md b53ac4d3d4 B3 CPR register fixes hace 1 mes
test_bash_executor.php 61fba5e31a Inicial commit hace 2 meses

README.md

  1. run ./bin/setup

(deleta o banco existente, cria o banco de dados com as credenciais do ENV e aplica migrations)

  1. run composer install (instala dependencias)

  2. run X_LISTEN=127.0.0.1:8000 php public/index.php

    fpm -s dir -t deb \
    -n php-api -v 1.0.0 \
    -C build/php-api \
    --prefix / \
    --description "API PHP php-api (SmartPay)" \
    --license "Proprietary" \
    --vendor "SmartPay" \
    --maintainer "lucas.joaquim@smartpay.com.vc" \
    --architecture all \
    --deb-no-default-config-files \
    --config-files /etc/php-api \
    --depends "php8.2-cli | php-cli (>= 8.2)" \
    opt/php-api etc/php-api var/log/php-api
    Created package {:path=>"php-api_1.0.0_all.deb"}