Aucune description

Fernando 7acd03a557 Merge branch 'main' of http://git.mixtech.dev.br/TooEasy/backend-php il y a 3 semaines
bin a045b47262 feat: added status seeding in setup il y a 3 semaines
controllers 163a07984f feat: listing for company's tokens il y a 3 semaines
libs 09d4e322a4 time out changes il y a 2 mois
middlewares 524d93ec84 implent the bank system on the backend il y a 3 semaines
migrations 01e4069e2c fix the migrations il y a 3 semaines
models 163a07984f feat: listing for company's tokens il y a 3 semaines
public 7acd03a557 Merge branch 'main' of http://git.mixtech.dev.br/TooEasy/backend-php il y a 3 semaines
services 524d93ec84 implent the bank system on the backend il y a 3 semaines
test 923be81ed4 changes to token_create_test.php il y a 2 mois
.env.example 192195b296 ERRO_LOG + LAST TSHIELD PROBLEM il y a 3 semaines
.gitignore 898fa1b989 new: implementation of the auth token from B3 il y a 1 mois
README.md 898fa1b989 new: implementation of the auth token from B3 il y a 1 mois
TODO.md f7a124e508 token creation service il y a 2 mois
composer.json 906aaa2091 feat: add request validators to controllers il y a 2 mois
composer.lock ee0a402a2b migration fixes (duplicate columns), setup reedo (now deletes database and creates a new one) il y a 2 mois
package.json 1c792098f3 migration token changes il y a 2 mois
php-api_1.0.0_all.deb a431b88a56 debian package support il y a 5 mois
routes.md b53ac4d3d4 B3 CPR register fixes il y a 4 semaines
test_bash_executor.php 61fba5e31a Inicial commit il y a 2 mois

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"}