wexample-wex-addon-dev-php 8.6.1__tar.gz → 8.8.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/PKG-INFO +8 -6
  2. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/README.md +4 -3
  3. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/pyproject.toml +4 -3
  4. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/file → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/const}/__init__.py +0 -0
  5. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/const/tags.py +13 -0
  6. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/composer/docker/docker-compose.yml +1 -0
  7. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/laravel → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/frankenphp}/__init__.py +0 -0
  8. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/docker/.wex.yml +0 -0
  9. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/docker/docker-compose.yml +1 -0
  10. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/.wex.yml +0 -0
  11. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/caddy/.wex.yml +0 -0
  12. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/caddy/Caddyfile +0 -0
  13. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/docker/.wex.yml +0 -0
  14. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/docker/docker-compose.yml +1 -0
  15. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/dev/docker/.wex.yml +0 -0
  16. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/dev/docker/docker-compose.yml +0 -0
  17. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/local/docker/.wex.yml +0 -0
  18. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/local/docker/docker-compose.yml +0 -0
  19. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/prod/docker/.wex.yml +0 -0
  20. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/prod/docker/docker-compose.yml +0 -0
  21. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/php/.wex.yml +0 -0
  22. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/samples/php/web.ini +0 -0
  23. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/frankenphp/service.yml +0 -0
  24. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/laravel/commands → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/laravel}/__init__.py +0 -0
  25. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/laravel/commands/db/migrate.yml +9 -0
  26. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/php → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/laravel/commands/maintenance}/__init__.py +0 -0
  27. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/laravel/commands/maintenance/disable.yml +9 -0
  28. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/laravel/commands/maintenance/enable.yml +9 -0
  29. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/laravel/docker/docker-compose.yml +1 -0
  30. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/laravel/samples/docker/docker-compose.yml +1 -0
  31. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/phpmyadmin → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php}/__init__.py +0 -0
  32. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/php → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php}/docker/.wex.yml +0 -0
  33. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php/docker/docker-compose.yml +17 -0
  34. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/php → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php}/samples/.wex.yml +0 -0
  35. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/phpmyadmin/docker → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php/samples/caddy}/.wex.yml +0 -0
  36. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php/samples/caddy/Caddyfile +13 -0
  37. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/phpmyadmin/env → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php/samples/docker}/.wex.yml +0 -0
  38. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php/samples/docker/docker-compose.yml +6 -0
  39. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/symfony → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php/samples/env/dev}/docker/.wex.yml +0 -0
  40. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php/samples/env/dev/docker/docker-compose.yml +4 -0
  41. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/symfony/samples → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php/samples/env/local/docker}/.wex.yml +0 -0
  42. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php/samples/env/local/docker/docker-compose.yml +2 -0
  43. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/symfony/samples/apache → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php/samples/env/prod/docker}/.wex.yml +0 -0
  44. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php/samples/env/prod/docker/docker-compose.yml +4 -0
  45. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/symfony/samples/env/local/docker → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php/samples/php}/.wex.yml +0 -0
  46. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php/samples/php/web.ini +4 -0
  47. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_php/service.yml +15 -0
  48. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_symfony}/__init__.py +0 -0
  49. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/wordpress → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_symfony}/docker/.wex.yml +0 -0
  50. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_symfony/docker/docker-compose.yml +6 -0
  51. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/new_symfony/service.yml +6 -0
  52. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/php/docker/docker-compose.yml +1 -0
  53. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/php/samples/.wex.yml +2 -0
  54. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/php/samples/apache/web.conf +0 -0
  55. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/php/samples/docker/docker-compose.yml +1 -0
  56. wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/symfony/__init__.py → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/php/samples/env/dev/cron/default.cron +0 -0
  57. wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/wordpress/__init__.py → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/php/samples/env/local/cron/default.cron +0 -0
  58. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/apache/web.conf +1 -1
  59. wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/workdir/__init__.py → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/cron/default.cron +0 -0
  60. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/__init__.py +0 -0
  61. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands/__init__.py +0 -0
  62. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands/runtime/__init__.py +0 -0
  63. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/docker/.wex.yml +2 -0
  64. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/docker/docker-compose.yml +1 -0
  65. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/env/.wex.yml +2 -0
  66. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/symfony/__init__.py +0 -0
  67. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/symfony/docker/.wex.yml +2 -0
  68. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/symfony/docker/docker-compose.yml +1 -0
  69. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/symfony/samples/.wex.yml +2 -0
  70. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/symfony/samples/apache/.wex.yml +2 -0
  71. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/docker/docker-compose.yml +1 -0
  72. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/symfony/samples/env/local/docker/.wex.yml +2 -0
  73. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/wordpress/__init__.py +0 -0
  74. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/url/replace.py +16 -1
  75. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/wordpress/docker/.wex.yml +2 -0
  76. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/wordpress/docker/docker-compose.yml +2 -0
  77. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/wordpress/samples/.wex.yml +2 -0
  78. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/docker/docker-compose.yml +1 -0
  79. wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/workdir/__init__.py +0 -0
  80. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/workdir/php_package_workdir.py +2 -0
  81. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/workdir/php_packages_suite_workdir.py +2 -0
  82. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/workdir/php_symfony_workdir.py +3 -0
  83. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/workdir/php_workdir.py +8 -1
  84. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/workdir/symfony_workdir.py +2 -0
  85. wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/php/samples/env/dev/cron/default.cron +0 -1
  86. wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/php/samples/env/local/cron/default.cron +0 -1
  87. wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/cron/default.cron +0 -1
  88. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/__init__.py +0 -0
  89. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/__pycache__/__init__.py +0 -0
  90. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/config_value/__init__.py +0 -0
  91. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/config_value/php_package_readme_config_value.py +0 -0
  92. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/file}/__init__.py +0 -0
  93. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/file/php_composer_json_file.py +0 -0
  94. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/php_addon_manager.py +0 -0
  95. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/py.typed +0 -0
  96. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/resources/.wex.yml +0 -0
  97. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/resources/docker/Dockerfile.roave +0 -0
  98. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/composer → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services}/__init__.py +0 -0
  99. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/frankenphp → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/composer}/__init__.py +0 -0
  100. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/composer/docker/.wex.yml +0 -0
  101. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/composer/service.yml +0 -0
  102. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/laravel/commands/db → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/laravel/commands}/__init__.py +0 -0
  103. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/laravel/commands/maintenance → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/laravel/commands/db}/__init__.py +0 -0
  104. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/laravel/docker/.wex.yml +0 -0
  105. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/laravel/samples/.wex.yml +0 -0
  106. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/laravel/samples/env/dev/docker/docker-compose.yml +0 -0
  107. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/laravel/samples/env/prod/docker/docker-compose.yml +0 -0
  108. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/laravel/service.yml +0 -0
  109. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands/runtime → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/php}/__init__.py +0 -0
  110. {wexample_wex_addon_dev_php-8.6.1/src/wexample_wex_addon_dev_php/services/wordpress/samples → wexample_wex_addon_dev_php-8.8.0/src/wexample_wex_addon_dev_php/services/php/docker}/.wex.yml +0 -0
  111. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/dev/docker/docker-compose.yml +0 -0
  112. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/local/docker/docker-compose.yml +0 -0
  113. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/local/php/web.ini +0 -0
  114. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/docker/docker-compose.yml +0 -0
  115. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/php/samples/index.php +0 -0
  116. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/php/samples/php/web.ini +0 -0
  117. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/php/service.yml +0 -0
  118. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/env/local/docker/docker-compose.yml +0 -0
  119. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/service.yml +0 -0
  120. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/apache/web.conf +0 -0
  121. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/dev/docker/docker-compose.yml +0 -0
  122. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/local/docker/docker-compose.yml +0 -0
  123. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/prod/docker/docker-compose.yml +0 -0
  124. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/symfony/service.yml +0 -0
  125. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/__init__.py +0 -0
  126. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/service/__init__.py +0 -0
  127. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/url/__init__.py +0 -0
  128. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/docker/docker-compose-cli.yml +0 -0
  129. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/dev/docker/docker-compose.yml +0 -0
  130. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/local/wp-cli/.gitkeep +0 -0
  131. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/prod/docker/docker-compose.yml +0 -0
  132. {wexample_wex_addon_dev_php-8.6.1 → wexample_wex_addon_dev_php-8.8.0}/src/wexample_wex_addon_dev_php/services/wordpress/service.yml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wexample-wex-addon-dev-php
3
- Version: 8.6.1
3
+ Version: 8.8.0
4
4
  Summary: Python dev addon for wex
5
5
  Author-Email: weeger <contact@wexample.com>
6
6
  License: MIT
@@ -12,8 +12,9 @@ Requires-Python: >=3.10
12
12
  Requires-Dist: attrs>=23.1.0
13
13
  Requires-Dist: cattrs>=23.1.0
14
14
  Requires-Dist: wexample-filestate-php>=6.3.0
15
- Requires-Dist: wexample-wex-addon-app>=22.0.0
16
- Requires-Dist: wexample-wex-addon-dev-javascript>=7.10.0
15
+ Requires-Dist: wexample-wex-addon-ai>=9.0.0
16
+ Requires-Dist: wexample-wex-addon-app>=24.0.0
17
+ Requires-Dist: wexample-wex-addon-dev-javascript>=7.12.0
17
18
  Provides-Extra: dev
18
19
  Requires-Dist: pytest; extra == "dev"
19
20
  Requires-Dist: pytest-cov; extra == "dev"
@@ -21,7 +22,7 @@ Description-Content-Type: text/markdown
21
22
 
22
23
  # wex_addon_dev_php
23
24
 
24
- Version: 8.6.1
25
+ Version: 8.8.0
25
26
 
26
27
  Python dev addon for wex
27
28
 
@@ -104,8 +105,9 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
104
105
  - attrs: >=23.1.0
105
106
  - cattrs: >=23.1.0
106
107
  - wexample-filestate-php: >=6.3.0
107
- - wexample-wex-addon-app: >=22.0.0
108
- - wexample-wex-addon-dev-javascript: >=7.10.0
108
+ - wexample-wex-addon-ai: >=9.0.0
109
+ - wexample-wex-addon-app: >=24.0.0
110
+ - wexample-wex-addon-dev-javascript: >=7.12.0
109
111
 
110
112
  ## Versioning & Compatibility Policy
111
113
 
@@ -1,6 +1,6 @@
1
1
  # wex_addon_dev_php
2
2
 
3
- Version: 8.6.1
3
+ Version: 8.8.0
4
4
 
5
5
  Python dev addon for wex
6
6
 
@@ -83,8 +83,9 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
83
83
  - attrs: >=23.1.0
84
84
  - cattrs: >=23.1.0
85
85
  - wexample-filestate-php: >=6.3.0
86
- - wexample-wex-addon-app: >=22.0.0
87
- - wexample-wex-addon-dev-javascript: >=7.10.0
86
+ - wexample-wex-addon-ai: >=9.0.0
87
+ - wexample-wex-addon-app: >=24.0.0
88
+ - wexample-wex-addon-dev-javascript: >=7.12.0
88
89
 
89
90
  ## Versioning & Compatibility Policy
90
91
 
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "wexample-wex-addon-dev-php"
9
- version = "8.6.1"
9
+ version = "8.8.0"
10
10
  description = "Python dev addon for wex"
11
11
  authors = [
12
12
  { name = "weeger", email = "contact@wexample.com" },
@@ -21,8 +21,9 @@ dependencies = [
21
21
  "attrs>=23.1.0",
22
22
  "cattrs>=23.1.0",
23
23
  "wexample-filestate-php>=6.3.0",
24
- "wexample-wex-addon-app>=22.0.0",
25
- "wexample-wex-addon-dev-javascript>=7.10.0",
24
+ "wexample-wex-addon-ai>=9.0.0",
25
+ "wexample-wex-addon-app>=24.0.0",
26
+ "wexample-wex-addon-dev-javascript>=7.12.0",
26
27
  ]
27
28
 
28
29
  [project.readme]
@@ -0,0 +1,13 @@
1
+ """Domain tags exposed by this addon — one entry per `domain:*` value its commands use."""
2
+
3
+ from __future__ import annotations
4
+
5
+
6
+ class DomainTag:
7
+ """Functional domain this addon's commands touch."""
8
+
9
+ APP_LIFECYCLE = "domain:app-lifecycle"
10
+ CONFIG = "domain:config"
11
+ DB = "domain:db"
12
+ FRAMEWORK = "domain:framework"
13
+ LANGUAGE_PHP = "domain:language-php"
@@ -1,5 +1,6 @@
1
1
  services:
2
2
  composer:
3
+ restart: unless-stopped
3
4
  container_name: ${APP_PROJECT_NAME}_composer
4
5
  image: composer:latest
5
6
  working_dir: /var/www/html
@@ -1,5 +1,6 @@
1
1
  services:
2
2
  frankenphp:
3
+ restart: unless-stopped
3
4
  container_name: ${APP_PROJECT_NAME}_frankenphp
4
5
  image: dunglas/frankenphp:php8.4
5
6
  environment:
@@ -1,5 +1,6 @@
1
1
  services:
2
2
  frankenphp:
3
+ restart: unless-stopped
3
4
  extends:
4
5
  file: ${SERVICE_FRANKENPHP_COMPOSE}
5
6
  service: frankenphp
@@ -1,5 +1,14 @@
1
1
  description: Run Laravel database migrations (php artisan migrate)
2
2
  decorators:
3
+ - name: tags
4
+ args:
5
+ - domain:db
6
+ - domain:framework
7
+ - domain:language-php
8
+ - effect:write
9
+ - audience:agent-safe
10
+ - scope:app
11
+ - scope:local
3
12
  - name: attach
4
13
  args:
5
14
  position: before
@@ -1,5 +1,14 @@
1
1
  description: Disable Laravel maintenance mode (php artisan up)
2
2
  decorators:
3
+ - name: tags
4
+ args:
5
+ - domain:app-lifecycle
6
+ - domain:framework
7
+ - domain:language-php
8
+ - effect:write
9
+ - audience:agent-safe
10
+ - scope:app
11
+ - scope:local
3
12
  - name: attach
4
13
  args:
5
14
  position: after
@@ -1,5 +1,14 @@
1
1
  description: Enable Laravel maintenance mode (php artisan down)
2
2
  decorators:
3
+ - name: tags
4
+ args:
5
+ - domain:app-lifecycle
6
+ - domain:framework
7
+ - domain:language-php
8
+ - effect:write
9
+ - audience:agent-safe
10
+ - scope:app
11
+ - scope:local
3
12
  - name: attach
4
13
  args:
5
14
  position: after
@@ -1,5 +1,6 @@
1
1
  services:
2
2
  laravel:
3
+ restart: unless-stopped
3
4
  container_name: ${APP_PROJECT_NAME}_laravel
4
5
  extends:
5
6
  file: ${SERVICE_PHP_COMPOSE}
@@ -1,5 +1,6 @@
1
1
  services:
2
2
  laravel:
3
+ restart: unless-stopped
3
4
  extends:
4
5
  file: ${SERVICE_LARAVEL_COMPOSE}
5
6
  service: laravel
@@ -0,0 +1,17 @@
1
+ services:
2
+ new_php:
3
+ restart: unless-stopped
4
+ container_name: ${APP_PROJECT_NAME}_new_php
5
+ image: dunglas/frankenphp:php8.4
6
+ environment:
7
+ - VIRTUAL_HOST=${APP_DOMAINS_STRING}
8
+ - VIRTUAL_PORT=80
9
+ volumes:
10
+ - /var/www/html/.git
11
+ - /var/www/html/.wex
12
+ - ${APP_PATH}:/var/www/html
13
+ - ${BIND_CADDYFILE}:/etc/frankenphp/Caddyfile:ro
14
+ - ${BIND_WEB_PHP_INI}:/usr/local/etc/php/conf.d/web.ini:ro
15
+ extends:
16
+ file: ${SERVICE_DEFAULT_COMPOSE}
17
+ service: default
@@ -0,0 +1,13 @@
1
+ {
2
+ frankenphp
3
+ auto_https off
4
+ admin off
5
+ }
6
+
7
+ :80 {
8
+ root * /var/www/html/public
9
+
10
+ encode zstd br gzip
11
+
12
+ php_server
13
+ }
@@ -0,0 +1,6 @@
1
+ services:
2
+ new_php:
3
+ restart: unless-stopped
4
+ extends:
5
+ file: ${SERVICE_NEW_PHP_COMPOSE}
6
+ service: new_php
@@ -0,0 +1,4 @@
1
+ services:
2
+ new_php:
3
+ environment:
4
+ - LETSENCRYPT_HOST=${APP_DOMAINS_STRING}
@@ -0,0 +1,4 @@
1
+ services:
2
+ new_php:
3
+ environment:
4
+ - LETSENCRYPT_HOST=${APP_DOMAINS_STRING}
@@ -0,0 +1,4 @@
1
+ upload_max_filesize = 64M
2
+ post_max_size = 64M
3
+ memory_limit = 256M
4
+ max_execution_time = 60
@@ -0,0 +1,15 @@
1
+ # Modern PHP runtime (FrankenPHP-based). Temporary side-by-side with the
2
+ # legacy `php` service while we migrate apps one by one. Will be renamed to
3
+ # `php` once all apps have moved.
4
+ name: new_php
5
+ tags:
6
+ - php
7
+ - web
8
+ docker:
9
+ compose: docker/docker-compose.yml
10
+ runtime:
11
+ bind:
12
+ caddyfile: caddy/Caddyfile
13
+ web_php_ini: php/web.ini
14
+ config:
15
+ proxy: true
@@ -0,0 +1,6 @@
1
+ services:
2
+ new_symfony:
3
+ container_name: ${APP_PROJECT_NAME}_new_symfony
4
+ extends:
5
+ file: ${SERVICE_NEW_PHP_COMPOSE}
6
+ service: new_php
@@ -0,0 +1,6 @@
1
+ # Modern Symfony service: thin wrapper over new_php (FrankenPHP-based).
2
+ # Temporary side-by-side with the legacy `symfony` service.
3
+ name: new_symfony
4
+ extends: new_php
5
+ docker:
6
+ compose: docker/docker-compose.yml
@@ -1,5 +1,6 @@
1
1
  services:
2
2
  php:
3
+ restart: unless-stopped
3
4
  container_name: ${APP_PROJECT_NAME}_php
4
5
  image: wexample/php-8.2:latest
5
6
  environment:
@@ -1,5 +1,6 @@
1
1
  services:
2
2
  php:
3
+ restart: unless-stopped
3
4
  extends:
4
5
  file: ${SERVICE_PHP_COMPOSE}
5
6
  service: php
@@ -2,7 +2,7 @@
2
2
  DocumentRoot "/var/www/html"
3
3
 
4
4
  <Directory "/var/www/html">
5
- Options FollowSymLinks
5
+ Options Indexes FollowSymLinks
6
6
  AllowOverride All
7
7
  Require all granted
8
8
  </Directory>
@@ -1,5 +1,6 @@
1
1
  services:
2
2
  phpmyadmin:
3
+ restart: unless-stopped
3
4
  container_name: ${APP_PROJECT_NAME}_phpmyadmin
4
5
  image: phpmyadmin/phpmyadmin:5.2
5
6
  environment:
@@ -1,5 +1,6 @@
1
1
  services:
2
2
  symfony:
3
+ restart: unless-stopped
3
4
  container_name: ${APP_PROJECT_NAME}_symfony
4
5
  image: gitlab-docker.wexample.com/wexample-public/docker/symfony:6.2
5
6
  extends:
@@ -1,5 +1,6 @@
1
1
  services:
2
2
  symfony:
3
+ restart: unless-stopped
3
4
  extends:
4
5
  file: ${SERVICE_SYMFONY_COMPOSE}
5
6
  service: symfony
@@ -2,10 +2,13 @@ from __future__ import annotations
2
2
 
3
3
  from typing import TYPE_CHECKING
4
4
 
5
+ from wexample_cli.const.tags import AudienceTag, EffectTag, ScopeTag
5
6
  from wexample_cli.decorator.command import command
6
7
  from wexample_cli.decorator.option import option
7
8
  from wexample_wex_core.const.globals import COMMAND_TYPE_SERVICE
8
9
 
10
+ from wexample_wex_addon_dev_php.const.tags import DomainTag
11
+
9
12
  if TYPE_CHECKING:
10
13
  from wexample_app.response.abstract_response import AbstractResponse
11
14
  from wexample_cli.context.execution_context import ExecutionContext
@@ -35,7 +38,19 @@ if TYPE_CHECKING:
35
38
  description="Do not ask for confirmation",
36
39
  )
37
40
  @command(
38
- type=COMMAND_TYPE_SERVICE, description="Replace the WordPress site URL using wp-cli"
41
+ type=COMMAND_TYPE_SERVICE,
42
+ description="Replace the WordPress site URL using wp-cli",
43
+ tags=[
44
+ DomainTag.CONFIG,
45
+ DomainTag.FRAMEWORK,
46
+ DomainTag.LANGUAGE_PHP,
47
+ EffectTag.NETWORK_CALL,
48
+ EffectTag.SUBPROCESS_SPAWN,
49
+ EffectTag.WRITE,
50
+ AudienceTag.AGENT_SAFE,
51
+ ScopeTag.APP,
52
+ ScopeTag.LOCAL,
53
+ ],
39
54
  )
40
55
  def wordpress__url__replace(
41
56
  context: ExecutionContext,
@@ -1,5 +1,6 @@
1
1
  services:
2
2
  wordpress:
3
+ restart: unless-stopped
3
4
  container_name: ${APP_PROJECT_NAME}_wordpress
4
5
  image: wordpress:6.3.1-php8.2-apache
5
6
  expose:
@@ -21,6 +22,7 @@ services:
21
22
  service: default
22
23
 
23
24
  wordpress_cli:
25
+ restart: unless-stopped
24
26
  container_name: ${APP_PROJECT_NAME}_wordpress_cli
25
27
  image: wordpress:cli-2.7.1-php8.2
26
28
  environment:
@@ -1,5 +1,6 @@
1
1
  services:
2
2
  wordpress:
3
+ restart: unless-stopped
3
4
  extends:
4
5
  file: ${SERVICE_WORDPRESS_COMPOSE}
5
6
  service: wordpress
@@ -2,6 +2,7 @@ from __future__ import annotations
2
2
 
3
3
  from typing import TYPE_CHECKING
4
4
 
5
+ from wexample_helpers.decorator.base_class import base_class
5
6
  from wexample_helpers.helpers.string import string_to_pascal_case
6
7
  from wexample_helpers_git.helpers.git import (
7
8
  git_tag_annotated,
@@ -24,6 +25,7 @@ if TYPE_CHECKING:
24
25
  from wexample_runner.runner_config import RunnerConfig
25
26
 
26
27
 
28
+ @base_class
27
29
  class PhpPackageWorkdir(WithRunnerWorkdirMixin, PhpWorkdir):
28
30
  def get_package_import_name(self) -> str:
29
31
  """Get the full package import name with vendor prefix."""
@@ -2,6 +2,7 @@ from __future__ import annotations
2
2
 
3
3
  from typing import TYPE_CHECKING
4
4
 
5
+ from wexample_helpers.decorator.base_class import base_class
5
6
  from wexample_wex_addon_app.workdir.framework_packages_suite_workdir import (
6
7
  FrameworkPackageSuiteWorkdir,
7
8
  )
@@ -12,6 +13,7 @@ if TYPE_CHECKING:
12
13
  from wexample_wex_addon_app.workdir.code_base_workdir import CodeBaseWorkdir
13
14
 
14
15
 
16
+ @base_class
15
17
  class PhpPackagesSuiteWorkdir(FrameworkPackageSuiteWorkdir):
16
18
  def _child_is_package_directory(self, entry: Path) -> bool:
17
19
  return entry.is_dir() and (entry / "composer.json").is_file()
@@ -1,7 +1,10 @@
1
1
  from __future__ import annotations
2
2
 
3
+ from wexample_helpers.decorator.base_class import base_class
4
+
3
5
  from wexample_wex_addon_dev_php.workdir.php_workdir import PhpWorkdir
4
6
 
5
7
 
8
+ @base_class
6
9
  class PhpSymfonyWorkdir(PhpWorkdir):
7
10
  pass
@@ -3,6 +3,10 @@ from __future__ import annotations
3
3
  from typing import TYPE_CHECKING
4
4
 
5
5
  from wexample_filestate_php.option.php.phpcs_fixer_option import PhpcsFixerOption
6
+ from wexample_helpers.decorator.base_class import base_class
7
+ from wexample_wex_addon_ai.workdir.mixin.with_ai_workdir_mixin import (
8
+ WithAiWorkdirMixin,
9
+ )
6
10
  from wexample_wex_addon_app.workdir.code_base_workdir import CodeBaseWorkdir
7
11
 
8
12
  if TYPE_CHECKING:
@@ -19,7 +23,8 @@ if TYPE_CHECKING:
19
23
  )
20
24
 
21
25
 
22
- class PhpWorkdir(CodeBaseWorkdir):
26
+ @base_class
27
+ class PhpWorkdir(WithAiWorkdirMixin, CodeBaseWorkdir):
23
28
  def get_app_config_file(self, reload: bool = True) -> PhpComposerJsonFile:
24
29
  from wexample_wex_addon_dev_php.file.php_composer_json_file import (
25
30
  PhpComposerJsonFile,
@@ -68,6 +73,8 @@ class PhpWorkdir(CodeBaseWorkdir):
68
73
 
69
74
  raw_value = super().prepare_value(raw_value=raw_value)
70
75
 
76
+ self.append_agents(config=raw_value)
77
+
71
78
  # Ensure a composer.json file exists for any PHP package project
72
79
  children = raw_value["children"]
73
80
 
@@ -1,6 +1,7 @@
1
1
  from __future__ import annotations
2
2
 
3
3
  from wexample_filestate.result.file_state_result import FileStateResult
4
+ from wexample_helpers.decorator.base_class import base_class
4
5
  from wexample_wex_addon_dev_javascript.workdir.javascript_workdir import (
5
6
  JavascriptWorkdir,
6
7
  )
@@ -8,6 +9,7 @@ from wexample_wex_addon_dev_javascript.workdir.javascript_workdir import (
8
9
  from wexample_wex_addon_dev_php.workdir.php_workdir import PhpWorkdir
9
10
 
10
11
 
12
+ @base_class
11
13
  class SymfonyWorkdir(PhpWorkdir):
12
14
  def apply(
13
15
  self,
@@ -1 +0,0 @@
1
- #* * * * * echo "Hello world" > /var/log/cron.log 2>&1
@@ -1 +0,0 @@
1
- #* * * * * echo "Hello world" > /var/log/cron.log 2>&1
@@ -1 +0,0 @@
1
- #* * * * * echo "Hello world" > /var/log/cron.log 2>&1