بدون توضیح

ljoaquim 8bbcd6de2a READEME.MD fix 10 ماه پیش
bin 19c61059bb first commit 10 ماه پیش
controllers 19c61059bb first commit 10 ماه پیش
libs 19c61059bb first commit 10 ماه پیش
middlewares 19c61059bb first commit 10 ماه پیش
migrations 19c61059bb first commit 10 ماه پیش
models 19c61059bb first commit 10 ماه پیش
public 19c61059bb first commit 10 ماه پیش
templates 19c61059bb first commit 10 ماه پیش
.env.example 19c61059bb first commit 10 ماه پیش
.gitignore 19c61059bb first commit 10 ماه پیش
README.md 8bbcd6de2a READEME.MD fix 10 ماه پیش
composer.json 19c61059bb first commit 10 ماه پیش
composer.lock 19c61059bb first commit 10 ماه پیش

README.md

Mail API

Build

composer install

Run

X_LISTEN=127.0.0.1:8081 php public/index.php

FPM

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