2025-04-29 12:13:45 -04:00
2025-04-25 22:34:01 -04:00
2025-04-25 22:27:47 -04:00
2025-04-29 12:13:45 -04:00
2025-04-25 22:30:43 -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-04-25 19:42:16 -04:00
2025-04-25 22:30:43 -04:00
2025-04-25 21:27:31 -04:00
2025-04-25 22:27:47 -04:00
2025-04-25 19:42:16 -04:00
2025-04-25 22:53:18 -04:00
2025-04-25 22:27:47 -04:00
2025-04-29 11:38:59 -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

```shell
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%