Sen descrición

gdias 7df7a69b09 Merge branch 'main' of ssh://git.mixtech.dev.br:22622/TooEasy/backend-php hai 4 semanas
bin 51d53ef7ed test wallet on seed hai 2 meses
controllers 0de94ea536 add the tshield webhook hai 4 semanas
libs 09d4e322a4 time out changes hai 2 meses
middlewares 9e09a5bd50 add the CORS tool add on .env CORS=true/false hai 1 mes
migrations 7fe5655cc7 add the tshield, need finishe the webhook hai 1 mes
models 7df7a69b09 Merge branch 'main' of ssh://git.mixtech.dev.br:22622/TooEasy/backend-php hai 4 semanas
public 0de94ea536 add the tshield webhook hai 4 semanas
services 02442fdf37 B3 new system to multiple itens in one field using (;) as a saparator hai 4 semanas
test 923be81ed4 changes to token_create_test.php hai 2 meses
.env.example f7a124e508 token creation service hai 2 meses
.gitignore 898fa1b989 new: implementation of the auth token from B3 hai 1 mes
README.md 898fa1b989 new: implementation of the auth token from B3 hai 1 mes
TODO.md f7a124e508 token creation service hai 2 meses
composer.json 906aaa2091 feat: add request validators to controllers hai 2 meses
composer.lock ee0a402a2b migration fixes (duplicate columns), setup reedo (now deletes database and creates a new one) hai 2 meses
package.json 1c792098f3 migration token changes hai 2 meses
php-api_1.0.0_all.deb a431b88a56 debian package support hai 5 meses
routes.md b53ac4d3d4 B3 CPR register fixes hai 4 semanas
test_bash_executor.php 61fba5e31a Inicial commit hai 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"}