Ron Rise 1bacc2cc72
Some checks failed
🏗️✨ Build Workflow / 🖥️🔨 Build (push) Has been skipped
🧪✨ Tests Workflow / Code Sniffer (push) Failing after 49s
🧪✨ Tests Workflow / Code Lint (push) Failing after 51s
🧪✨ Tests Workflow / License Check (push) Failing after 52s
🧪✨ Tests Workflow / Unit Tests (push) Failing after 49s
Love coding? here's the secret reason why
2025-05-13 20:32:44 -04:00
2025-05-13 18:23:37 -04:00
2025-04-25 22:27:47 -04:00
2025-04-29 12:13:45 -04:00
2025-05-13 18:23:37 -04:00
2025-04-25 22:30:43 -04:00
2025-04-25 20:59:13 -04:00
2025-04-25 22:27:47 -04:00
2025-04-25 22:53:54 -04:00
2025-04-25 21:02:07 -04:00
2025-05-13 18:23:37 -04:00
2025-05-13 18:23:37 -04:00
2025-05-13 18:23:37 -04:00
2025-05-13 18:23:37 -04:00
2025-05-13 19:22:37 -04:00
2025-05-13 19:22:37 -04:00
2025-04-25 22:53:18 -04:00
2025-04-25 22:27:47 -04:00
2025-05-13 18:23:37 -04:00
2025-04-25 19:42:16 -04:00

Template

export PHP_IDE_CONFIG=serverName=localhost
docker run --rm  -v $(PWD):/app siteworxpro/composer run tests:all

migrations

create a new migration

docker run --rm  -v $(PWD):/app siteworxpro/migrate:v4.18.3 create -ext sql -dir /app/db/migrations -seq create_users_table
postgres://siteworxpro:password@localhost:5432/siteworxpro?sslmode=disable
docker run --rm  -v $(PWD):/app siteworxpro/migrate:v4.18.3 -database "postgres://siteworxpro:password@localhost:5432/siteworxpro?sslmode=disable" -path /app/db/migrations up
Description
The is a starting point for a modern php api
Readme 639 KiB
v1.8.0 Latest
2025-12-04 16:50:35 +00:00
Languages
PHP 94.3%
Makefile 3.9%
Dockerfile 1.2%
Shell 0.6%