wexample-wex-addon-dev-php 0.1.0__tar.gz → 7.0.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 (149) hide show
  1. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/PKG-INFO +157 -5
  2. wexample_wex_addon_dev_php-7.0.0/README.md +302 -0
  3. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/pyproject.toml +3 -3
  4. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/resources/.wex.yml +2 -0
  5. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/composer/docker/.wex.yml +2 -0
  6. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/composer/docker/docker-compose.yml +13 -0
  7. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/composer/service.yml +6 -0
  8. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/docker/.wex.yml +2 -0
  9. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/docker/docker-compose.yml +16 -0
  10. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/samples/.wex.yml +2 -0
  11. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/samples/caddy/.wex.yml +2 -0
  12. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/samples/caddy/Caddyfile +13 -0
  13. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/samples/docker/.wex.yml +2 -0
  14. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/samples/docker/docker-compose.yml +5 -0
  15. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/dev/docker/.wex.yml +2 -0
  16. {wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/env/prod → wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/dev}/docker/docker-compose.yml +1 -1
  17. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/local/docker/.wex.yml +2 -0
  18. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/local/docker/docker-compose.yml +2 -0
  19. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/prod/docker/.wex.yml +2 -0
  20. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/samples/env/prod/docker/docker-compose.yml +4 -0
  21. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/samples/php/.wex.yml +2 -0
  22. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/samples/php/web.ini +4 -0
  23. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp/service.yml +12 -0
  24. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/laravel/docker/.wex.yml +2 -0
  25. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/laravel/samples/.wex.yml +2 -0
  26. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/php/docker/.wex.yml +2 -0
  27. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/php/docker/docker-compose.yml +0 -2
  28. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/php/samples/.wex.yml +2 -0
  29. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/php/samples/env/local/docker/docker-compose.yml +2 -0
  30. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/php/service.yml +4 -4
  31. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/docker/.wex.yml +2 -0
  32. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/env/.wex.yml +2 -0
  33. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/symfony/docker/.wex.yml +2 -0
  34. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/symfony/samples/.wex.yml +2 -0
  35. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/symfony/samples/apache/.wex.yml +2 -0
  36. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/symfony/samples/apache/web.conf +14 -0
  37. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/symfony/samples/env/local/docker/.wex.yml +2 -0
  38. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/symfony/samples/env/local/docker/docker-compose.yml +2 -0
  39. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/symfony/service.yml +0 -2
  40. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/wordpress/docker/.wex.yml +2 -0
  41. wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/wordpress/samples/.wex.yml +2 -0
  42. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/wordpress/service.yml +3 -2
  43. {wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/laravel/samples/env/prod → wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/workdir}/__init__.py +0 -0
  44. wexample_wex_addon_dev_php-0.1.0/README.md +0 -150
  45. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/laravel/samples/env/prod/docker/__init__.py +0 -0
  46. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/__init__.py +0 -0
  47. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/docker/__init__.py +0 -0
  48. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/__init__.py +0 -0
  49. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/apache/__init__.py +0 -0
  50. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/docker/__init__.py +0 -0
  51. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/env/__init__.py +0 -0
  52. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/env/dev/__init__.py +0 -0
  53. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/env/dev/cron/__init__.py +0 -0
  54. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/env/dev/docker/__init__.py +0 -0
  55. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/env/local/__init__.py +0 -0
  56. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/env/local/cron/__init__.py +0 -0
  57. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/env/local/docker/__init__.py +0 -0
  58. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/env/local/php/__init__.py +0 -0
  59. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/__init__.py +0 -0
  60. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/apache/__init__.py +0 -0
  61. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/cron/__init__.py +0 -0
  62. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/docker/__init__.py +0 -0
  63. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/php/__init__.py +0 -0
  64. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/__init__.py +0 -0
  65. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands/__init__.py +0 -0
  66. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands/runtime/__init__.py +0 -0
  67. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/docker/__init__.py +0 -0
  68. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/env/__init__.py +0 -0
  69. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/env/local/__init__.py +0 -0
  70. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/env/local/docker/__init__.py +0 -0
  71. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/symfony/__init__.py +0 -0
  72. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/symfony/docker/__init__.py +0 -0
  73. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/symfony/samples/__init__.py +0 -0
  74. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/symfony/samples/docker/__init__.py +0 -0
  75. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/symfony/samples/env/__init__.py +0 -0
  76. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/symfony/samples/env/dev/__init__.py +0 -0
  77. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/symfony/samples/env/dev/docker/__init__.py +0 -0
  78. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/symfony/samples/env/prod/__init__.py +0 -0
  79. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/symfony/samples/env/prod/docker/__init__.py +0 -0
  80. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/wordpress/__init__.py +0 -0
  81. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/wordpress/docker/__init__.py +0 -0
  82. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/wordpress/samples/__init__.py +0 -0
  83. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/wordpress/samples/docker/__init__.py +0 -0
  84. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/__init__.py +0 -0
  85. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/dev/__init__.py +0 -0
  86. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/dev/docker/__init__.py +0 -0
  87. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/local/__init__.py +0 -0
  88. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/local/wp-cli/__init__.py +0 -0
  89. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/prod/__init__.py +0 -0
  90. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/prod/docker/__init__.py +0 -0
  91. wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/workdir/__init__.py +0 -0
  92. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/__init__.py +0 -0
  93. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/__pycache__/__init__.py +0 -0
  94. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/config_value/__init__.py +0 -0
  95. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/config_value/php_package_readme_config_value.py +0 -0
  96. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/file/__init__.py +0 -0
  97. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/file/php_composer_json_file.py +0 -0
  98. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/php_addon_manager.py +0 -0
  99. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/py.typed +0 -0
  100. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/resources/docker/Dockerfile.roave +0 -0
  101. {wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/resources → wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services}/__init__.py +0 -0
  102. {wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/resources/docker → wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/composer}/__init__.py +0 -0
  103. {wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services → wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/frankenphp}/__init__.py +0 -0
  104. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/laravel/__init__.py +0 -0
  105. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/laravel/docker/docker-compose.yml +0 -0
  106. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/laravel/samples/docker/docker-compose.yml +0 -0
  107. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/laravel/samples/env/dev/docker/docker-compose.yml +0 -0
  108. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/laravel/samples/env/prod/docker/docker-compose.yml +0 -0
  109. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/laravel/service.yml +0 -0
  110. {wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/laravel/docker → wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/php}/__init__.py +0 -0
  111. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/php/samples/apache/web.conf +0 -0
  112. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/php/samples/docker/docker-compose.yml +0 -0
  113. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/dev/cron/default.cron +0 -0
  114. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/dev/docker/docker-compose.yml +0 -0
  115. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/local/cron/default.cron +0 -0
  116. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/local/php/web.ini +0 -0
  117. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/apache/web.conf +0 -0
  118. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/php/samples/env/prod/cron/default.cron +0 -0
  119. {wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/php/samples/env/local → wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/php/samples/env/prod}/docker/docker-compose.yml +0 -0
  120. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/php/samples/index.php +0 -0
  121. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/php/samples/php/web.ini +0 -0
  122. {wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/laravel/samples → wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/phpmyadmin}/__init__.py +0 -0
  123. {wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/laravel/samples/docker → wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands}/__init__.py +0 -0
  124. {wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/laravel/samples/env → wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/phpmyadmin/commands/runtime}/__init__.py +0 -0
  125. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/docker/docker-compose.yml +0 -0
  126. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/env/local/docker/docker-compose.yml +0 -0
  127. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/phpmyadmin/service.yml +0 -0
  128. {wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/laravel/samples/env/dev → wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/symfony}/__init__.py +0 -0
  129. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/symfony/docker/docker-compose.yml +0 -0
  130. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/docker/docker-compose.yml +0 -0
  131. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/dev/docker/docker-compose.yml +0 -0
  132. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/symfony/samples/env/prod/docker/docker-compose.yml +0 -0
  133. {wexample_wex_addon_dev_php-0.1.0/src/wexample_wex_addon_dev_php/services/laravel/samples/env/dev/docker → wexample_wex_addon_dev_php-7.0.0/src/wexample_wex_addon_dev_php/services/wordpress}/__init__.py +0 -0
  134. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/__init__.py +0 -0
  135. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/service/__init__.py +0 -0
  136. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/service/install.py +0 -0
  137. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/url/__init__.py +0 -0
  138. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/wordpress/commands/url/replace.py +0 -0
  139. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/wordpress/docker/docker-compose.yml +0 -0
  140. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/docker/docker-compose-cli.yml +0 -0
  141. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/docker/docker-compose.yml +0 -0
  142. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/dev/docker/docker-compose.yml +0 -0
  143. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/local/wp-cli/.gitkeep +0 -0
  144. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/services/wordpress/samples/env/prod/docker/docker-compose.yml +0 -0
  145. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/workdir/php_package_workdir.py +0 -0
  146. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/workdir/php_packages_suite_workdir.py +0 -0
  147. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/workdir/php_symfony_workdir.py +0 -0
  148. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/workdir/php_workdir.py +0 -0
  149. {wexample_wex_addon_dev_php-0.1.0 → wexample_wex_addon_dev_php-7.0.0}/src/wexample_wex_addon_dev_php/workdir/symfony_workdir.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wexample-wex-addon-dev-php
3
- Version: 0.1.0
3
+ Version: 7.0.0
4
4
  Summary: Python dev addon for wex
5
5
  Author-Email: weeger <contact@wexample.com>
6
6
  License: MIT
@@ -12,8 +12,8 @@ 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>=0.1.0
15
- Requires-Dist: wexample-wex-addon-app>=1.0.0
16
- Requires-Dist: wexample-wex-addon-dev-javascript>=0.1.0
15
+ Requires-Dist: wexample-wex-addon-app>=9.0.0
16
+ Requires-Dist: wexample-wex-addon-dev-javascript>=7.0.0
17
17
  Provides-Extra: dev
18
18
  Requires-Dist: pytest; extra == "dev"
19
19
  Requires-Dist: pytest-cov; extra == "dev"
@@ -21,7 +21,7 @@ Description-Content-Type: text/markdown
21
21
 
22
22
  # wex_addon_dev_php
23
23
 
24
- Version: 0.1.0
24
+ Version: 7.0.0
25
25
 
26
26
  Python dev addon for wex
27
27
 
@@ -34,6 +34,7 @@ Python dev addon for wex
34
34
  - [License](#license)
35
35
  - [Suite Integration](#suite-integration)
36
36
  - [Suite Signature](#suite-signature)
37
+ - [Introduction](#introduction)
37
38
  - [Roadmap](#roadmap)
38
39
  - [Status Compatibility](#status-compatibility)
39
40
  - [Useful Links](#useful-links)
@@ -103,7 +104,128 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
103
104
  - attrs: >=23.1.0
104
105
  - cattrs: >=23.1.0
105
106
  - wexample-filestate-php: >=0.1.0
106
- - wexample-wex-addon-app: >=1.0.0
107
+ - wexample-wex-addon-app: >=9.0.0
108
+ - wexample-wex-addon-dev-javascript: >=7.0.0
109
+
110
+ ## Versioning & Compatibility Policy
111
+
112
+ Wexample packages follow **Semantic Versioning** (SemVer):
113
+
114
+ - **MAJOR**: Breaking changes
115
+ - **MINOR**: New features, backward compatible
116
+ - **PATCH**: Bug fixes, backward compatible
117
+
118
+ We maintain backward compatibility within major versions and provide clear migration guides for breaking changes.
119
+
120
+ ## License
121
+
122
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
123
+
124
+ Free to use in both personal and commercial projects.
125
+
126
+ ## Integration in the Suite
127
+
128
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
129
+
130
+ ### Related Packages
131
+
132
+ The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.
133
+
134
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
135
+
136
+ # About us
137
+
138
+ [Wexample](https://wexample.com) stands as a cornerstone of the digital ecosystem — a collective of seasoned engineers, researchers, and creators driven by a relentless pursuit of technological excellence. More than a media platform, it has grown into a vibrant community where innovation meets craftsmanship, and where every line of code reflects a commitment to clarity, durability, and shared intelligence.
139
+
140
+ This packages suite embodies this spirit. Trusted by professionals and enthusiasts alike, it delivers a consistent, high-quality foundation for modern development — open, elegant, and battle-tested. Its reputation is built on years of collaboration, refinement, and rigorous attention to detail, making it a natural choice for those who demand both robustness and beauty in their tools.
141
+
142
+ Wexample cultivates a culture of mastery. Each package, each contribution carries the mark of a community that values precision, ethics, and innovation — a community proud to shape the future of digital craftsmanship.
143
+
144
+ # wex_addon_dev_php
145
+
146
+ Version: 0.1.1
147
+
148
+ Python dev addon for wex
149
+
150
+ ## Table of Contents
151
+
152
+ - [Tests](#tests)
153
+ - [Suite Integration](#suite-integration)
154
+ - [Dependencies](#dependencies)
155
+ - [Versioning](#versioning)
156
+ - [License](#license)
157
+ - [Suite Integration](#suite-integration)
158
+ - [Suite Signature](#suite-signature)
159
+ - [Roadmap](#roadmap)
160
+ - [Status Compatibility](#status-compatibility)
161
+ - [Useful Links](#useful-links)
162
+ - [Migration Notes](#migration-notes)
163
+
164
+ ## Tests
165
+
166
+ This project uses `pytest` for testing and `pytest-cov` for code coverage analysis.
167
+
168
+ ### Installation
169
+
170
+ First, install the required testing dependencies:
171
+ ```bash
172
+ .venv/bin/python -m pip install pytest pytest-cov
173
+ ```
174
+
175
+ ### Basic Usage
176
+
177
+ Run all tests with coverage:
178
+ ```bash
179
+ .venv/bin/python -m pytest --cov --cov-report=html
180
+ ```
181
+
182
+ ### Common Commands
183
+ ```bash
184
+ # Run tests with coverage for a specific module
185
+ .venv/bin/python -m pytest --cov=your_module
186
+
187
+ # Show which lines are not covered
188
+ .venv/bin/python -m pytest --cov=your_module --cov-report=term-missing
189
+
190
+ # Generate an HTML coverage report
191
+ .venv/bin/python -m pytest --cov=your_module --cov-report=html
192
+
193
+ # Combine terminal and HTML reports
194
+ .venv/bin/python -m pytest --cov=your_module --cov-report=term-missing --cov-report=html
195
+
196
+ # Run specific test file with coverage
197
+ .venv/bin/python -m pytest tests/test_file.py --cov=your_module --cov-report=term-missing
198
+ ```
199
+
200
+ ### Viewing HTML Reports
201
+
202
+ After generating an HTML report, open `htmlcov/index.html` in your browser to view detailed line-by-line coverage information.
203
+
204
+ ### Coverage Threshold
205
+
206
+ To enforce a minimum coverage percentage:
207
+ ```bash
208
+ .venv/bin/python -m pytest --cov=your_module --cov-fail-under=80
209
+ ```
210
+
211
+ This will cause the test suite to fail if coverage drops below 80%.
212
+
213
+ ## Integration in the Suite
214
+
215
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
216
+
217
+ ### Related Packages
218
+
219
+ The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.
220
+
221
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
222
+
223
+ ## Dependencies
224
+
225
+ - attrs: >=23.1.0
226
+ - cattrs: >=23.1.0
227
+ - wexample-filestate-php: >=0.1.0
228
+ - wexample-wex-addon-app: >=1.1.0
107
229
  - wexample-wex-addon-dev-javascript: >=0.1.0
108
230
 
109
231
  ## Versioning & Compatibility Policy
@@ -169,3 +291,33 @@ See the [project roadmap](https://github.com/wexample/python-wex_addon_dev_php/i
169
291
  When upgrading between major versions, refer to the migration guides in the documentation.
170
292
 
171
293
  Breaking changes are clearly documented with upgrade paths and examples.
294
+
295
+ ## Known Limitations & Roadmap
296
+
297
+ Current limitations and planned features are tracked in the GitHub issues.
298
+
299
+ See the [project roadmap](https://github.com/wexample/python-wex_addon_dev_php/issues) for upcoming features and improvements.
300
+
301
+ ## Status & Compatibility
302
+
303
+ **Maturity**: Production-ready
304
+
305
+ **Python Support**: >=3.10
306
+
307
+ **OS Support**: Linux, macOS, Windows
308
+
309
+ **Status**: Actively maintained
310
+
311
+ ## Useful Links
312
+
313
+ - **Homepage**: https://github.com/wexample/python-wex-addon-dev-php
314
+ - **Documentation**: [docs.wexample.com](https://docs.wexample.com)
315
+ - **Issue Tracker**: https://github.com/wexample/python-wex-addon-dev-php/issues
316
+ - **Discussions**: https://github.com/wexample/python-wex-addon-dev-php/discussions
317
+ - **PyPI**: [pypi.org/project/wex_addon_dev_php](https://pypi.org/project/wex_addon_dev_php/)
318
+
319
+ ## Migration Notes
320
+
321
+ When upgrading between major versions, refer to the migration guides in the documentation.
322
+
323
+ Breaking changes are clearly documented with upgrade paths and examples.
@@ -0,0 +1,302 @@
1
+ # wex_addon_dev_php
2
+
3
+ Version: 7.0.0
4
+
5
+ Python dev addon for wex
6
+
7
+ ## Table of Contents
8
+
9
+ - [Tests](#tests)
10
+ - [Suite Integration](#suite-integration)
11
+ - [Dependencies](#dependencies)
12
+ - [Versioning](#versioning)
13
+ - [License](#license)
14
+ - [Suite Integration](#suite-integration)
15
+ - [Suite Signature](#suite-signature)
16
+ - [Introduction](#introduction)
17
+ - [Roadmap](#roadmap)
18
+ - [Status Compatibility](#status-compatibility)
19
+ - [Useful Links](#useful-links)
20
+ - [Migration Notes](#migration-notes)
21
+
22
+ ## Tests
23
+
24
+ This project uses `pytest` for testing and `pytest-cov` for code coverage analysis.
25
+
26
+ ### Installation
27
+
28
+ First, install the required testing dependencies:
29
+ ```bash
30
+ .venv/bin/python -m pip install pytest pytest-cov
31
+ ```
32
+
33
+ ### Basic Usage
34
+
35
+ Run all tests with coverage:
36
+ ```bash
37
+ .venv/bin/python -m pytest --cov --cov-report=html
38
+ ```
39
+
40
+ ### Common Commands
41
+ ```bash
42
+ # Run tests with coverage for a specific module
43
+ .venv/bin/python -m pytest --cov=your_module
44
+
45
+ # Show which lines are not covered
46
+ .venv/bin/python -m pytest --cov=your_module --cov-report=term-missing
47
+
48
+ # Generate an HTML coverage report
49
+ .venv/bin/python -m pytest --cov=your_module --cov-report=html
50
+
51
+ # Combine terminal and HTML reports
52
+ .venv/bin/python -m pytest --cov=your_module --cov-report=term-missing --cov-report=html
53
+
54
+ # Run specific test file with coverage
55
+ .venv/bin/python -m pytest tests/test_file.py --cov=your_module --cov-report=term-missing
56
+ ```
57
+
58
+ ### Viewing HTML Reports
59
+
60
+ After generating an HTML report, open `htmlcov/index.html` in your browser to view detailed line-by-line coverage information.
61
+
62
+ ### Coverage Threshold
63
+
64
+ To enforce a minimum coverage percentage:
65
+ ```bash
66
+ .venv/bin/python -m pytest --cov=your_module --cov-fail-under=80
67
+ ```
68
+
69
+ This will cause the test suite to fail if coverage drops below 80%.
70
+
71
+ ## Integration in the Suite
72
+
73
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
74
+
75
+ ### Related Packages
76
+
77
+ The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.
78
+
79
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
80
+
81
+ ## Dependencies
82
+
83
+ - attrs: >=23.1.0
84
+ - cattrs: >=23.1.0
85
+ - wexample-filestate-php: >=0.1.0
86
+ - wexample-wex-addon-app: >=9.0.0
87
+ - wexample-wex-addon-dev-javascript: >=7.0.0
88
+
89
+ ## Versioning & Compatibility Policy
90
+
91
+ Wexample packages follow **Semantic Versioning** (SemVer):
92
+
93
+ - **MAJOR**: Breaking changes
94
+ - **MINOR**: New features, backward compatible
95
+ - **PATCH**: Bug fixes, backward compatible
96
+
97
+ We maintain backward compatibility within major versions and provide clear migration guides for breaking changes.
98
+
99
+ ## License
100
+
101
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
102
+
103
+ Free to use in both personal and commercial projects.
104
+
105
+ ## Integration in the Suite
106
+
107
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
108
+
109
+ ### Related Packages
110
+
111
+ The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.
112
+
113
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
114
+
115
+ # About us
116
+
117
+ [Wexample](https://wexample.com) stands as a cornerstone of the digital ecosystem — a collective of seasoned engineers, researchers, and creators driven by a relentless pursuit of technological excellence. More than a media platform, it has grown into a vibrant community where innovation meets craftsmanship, and where every line of code reflects a commitment to clarity, durability, and shared intelligence.
118
+
119
+ This packages suite embodies this spirit. Trusted by professionals and enthusiasts alike, it delivers a consistent, high-quality foundation for modern development — open, elegant, and battle-tested. Its reputation is built on years of collaboration, refinement, and rigorous attention to detail, making it a natural choice for those who demand both robustness and beauty in their tools.
120
+
121
+ Wexample cultivates a culture of mastery. Each package, each contribution carries the mark of a community that values precision, ethics, and innovation — a community proud to shape the future of digital craftsmanship.
122
+
123
+ # wex_addon_dev_php
124
+
125
+ Version: 0.1.1
126
+
127
+ Python dev addon for wex
128
+
129
+ ## Table of Contents
130
+
131
+ - [Tests](#tests)
132
+ - [Suite Integration](#suite-integration)
133
+ - [Dependencies](#dependencies)
134
+ - [Versioning](#versioning)
135
+ - [License](#license)
136
+ - [Suite Integration](#suite-integration)
137
+ - [Suite Signature](#suite-signature)
138
+ - [Roadmap](#roadmap)
139
+ - [Status Compatibility](#status-compatibility)
140
+ - [Useful Links](#useful-links)
141
+ - [Migration Notes](#migration-notes)
142
+
143
+ ## Tests
144
+
145
+ This project uses `pytest` for testing and `pytest-cov` for code coverage analysis.
146
+
147
+ ### Installation
148
+
149
+ First, install the required testing dependencies:
150
+ ```bash
151
+ .venv/bin/python -m pip install pytest pytest-cov
152
+ ```
153
+
154
+ ### Basic Usage
155
+
156
+ Run all tests with coverage:
157
+ ```bash
158
+ .venv/bin/python -m pytest --cov --cov-report=html
159
+ ```
160
+
161
+ ### Common Commands
162
+ ```bash
163
+ # Run tests with coverage for a specific module
164
+ .venv/bin/python -m pytest --cov=your_module
165
+
166
+ # Show which lines are not covered
167
+ .venv/bin/python -m pytest --cov=your_module --cov-report=term-missing
168
+
169
+ # Generate an HTML coverage report
170
+ .venv/bin/python -m pytest --cov=your_module --cov-report=html
171
+
172
+ # Combine terminal and HTML reports
173
+ .venv/bin/python -m pytest --cov=your_module --cov-report=term-missing --cov-report=html
174
+
175
+ # Run specific test file with coverage
176
+ .venv/bin/python -m pytest tests/test_file.py --cov=your_module --cov-report=term-missing
177
+ ```
178
+
179
+ ### Viewing HTML Reports
180
+
181
+ After generating an HTML report, open `htmlcov/index.html` in your browser to view detailed line-by-line coverage information.
182
+
183
+ ### Coverage Threshold
184
+
185
+ To enforce a minimum coverage percentage:
186
+ ```bash
187
+ .venv/bin/python -m pytest --cov=your_module --cov-fail-under=80
188
+ ```
189
+
190
+ This will cause the test suite to fail if coverage drops below 80%.
191
+
192
+ ## Integration in the Suite
193
+
194
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
195
+
196
+ ### Related Packages
197
+
198
+ The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.
199
+
200
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
201
+
202
+ ## Dependencies
203
+
204
+ - attrs: >=23.1.0
205
+ - cattrs: >=23.1.0
206
+ - wexample-filestate-php: >=0.1.0
207
+ - wexample-wex-addon-app: >=1.1.0
208
+ - wexample-wex-addon-dev-javascript: >=0.1.0
209
+
210
+ ## Versioning & Compatibility Policy
211
+
212
+ Wexample packages follow **Semantic Versioning** (SemVer):
213
+
214
+ - **MAJOR**: Breaking changes
215
+ - **MINOR**: New features, backward compatible
216
+ - **PATCH**: Bug fixes, backward compatible
217
+
218
+ We maintain backward compatibility within major versions and provide clear migration guides for breaking changes.
219
+
220
+ ## License
221
+
222
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
223
+
224
+ Free to use in both personal and commercial projects.
225
+
226
+ ## Integration in the Suite
227
+
228
+ This package is part of the Wexample Suite — a collection of high-quality, modular tools designed to work seamlessly together across multiple languages and environments.
229
+
230
+ ### Related Packages
231
+
232
+ The suite includes packages for configuration management, file handling, prompts, and more. Each package can be used independently or as part of the integrated suite.
233
+
234
+ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the complete package ecosystem.
235
+
236
+ # About us
237
+
238
+ [Wexample](https://wexample.com) stands as a cornerstone of the digital ecosystem — a collective of seasoned engineers, researchers, and creators driven by a relentless pursuit of technological excellence. More than a media platform, it has grown into a vibrant community where innovation meets craftsmanship, and where every line of code reflects a commitment to clarity, durability, and shared intelligence.
239
+
240
+ This packages suite embodies this spirit. Trusted by professionals and enthusiasts alike, it delivers a consistent, high-quality foundation for modern development — open, elegant, and battle-tested. Its reputation is built on years of collaboration, refinement, and rigorous attention to detail, making it a natural choice for those who demand both robustness and beauty in their tools.
241
+
242
+ Wexample cultivates a culture of mastery. Each package, each contribution carries the mark of a community that values precision, ethics, and innovation — a community proud to shape the future of digital craftsmanship.
243
+
244
+ ## Known Limitations & Roadmap
245
+
246
+ Current limitations and planned features are tracked in the GitHub issues.
247
+
248
+ See the [project roadmap](https://github.com/wexample/python-wex_addon_dev_php/issues) for upcoming features and improvements.
249
+
250
+ ## Status & Compatibility
251
+
252
+ **Maturity**: Production-ready
253
+
254
+ **Python Support**: >=3.10
255
+
256
+ **OS Support**: Linux, macOS, Windows
257
+
258
+ **Status**: Actively maintained
259
+
260
+ ## Useful Links
261
+
262
+ - **Homepage**: https://github.com/wexample/python-wex-addon-dev-php
263
+ - **Documentation**: [docs.wexample.com](https://docs.wexample.com)
264
+ - **Issue Tracker**: https://github.com/wexample/python-wex-addon-dev-php/issues
265
+ - **Discussions**: https://github.com/wexample/python-wex-addon-dev-php/discussions
266
+ - **PyPI**: [pypi.org/project/wex_addon_dev_php](https://pypi.org/project/wex_addon_dev_php/)
267
+
268
+ ## Migration Notes
269
+
270
+ When upgrading between major versions, refer to the migration guides in the documentation.
271
+
272
+ Breaking changes are clearly documented with upgrade paths and examples.
273
+
274
+ ## Known Limitations & Roadmap
275
+
276
+ Current limitations and planned features are tracked in the GitHub issues.
277
+
278
+ See the [project roadmap](https://github.com/wexample/python-wex_addon_dev_php/issues) for upcoming features and improvements.
279
+
280
+ ## Status & Compatibility
281
+
282
+ **Maturity**: Production-ready
283
+
284
+ **Python Support**: >=3.10
285
+
286
+ **OS Support**: Linux, macOS, Windows
287
+
288
+ **Status**: Actively maintained
289
+
290
+ ## Useful Links
291
+
292
+ - **Homepage**: https://github.com/wexample/python-wex-addon-dev-php
293
+ - **Documentation**: [docs.wexample.com](https://docs.wexample.com)
294
+ - **Issue Tracker**: https://github.com/wexample/python-wex-addon-dev-php/issues
295
+ - **Discussions**: https://github.com/wexample/python-wex-addon-dev-php/discussions
296
+ - **PyPI**: [pypi.org/project/wex_addon_dev_php](https://pypi.org/project/wex_addon_dev_php/)
297
+
298
+ ## Migration Notes
299
+
300
+ When upgrading between major versions, refer to the migration guides in the documentation.
301
+
302
+ Breaking changes are clearly documented with upgrade paths and examples.
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "wexample-wex-addon-dev-php"
9
- version = "0.1.0"
9
+ version = "7.0.0"
10
10
  description = "Python dev addon for wex"
11
11
  authors = [
12
12
  { name = "weeger", email = "contact@wexample.com" },
@@ -21,8 +21,8 @@ dependencies = [
21
21
  "attrs>=23.1.0",
22
22
  "cattrs>=23.1.0",
23
23
  "wexample-filestate-php>=0.1.0",
24
- "wexample-wex-addon-app>=1.0.0",
25
- "wexample-wex-addon-dev-javascript>=0.1.0",
24
+ "wexample-wex-addon-app>=9.0.0",
25
+ "wexample-wex-addon-dev-javascript>=7.0.0",
26
26
  ]
27
27
 
28
28
  [project.readme]
@@ -0,0 +1,2 @@
1
+ filestate:
2
+ python_init: false
@@ -0,0 +1,13 @@
1
+ services:
2
+ composer:
3
+ container_name: ${APP_PROJECT_NAME}_composer
4
+ image: composer:latest
5
+ working_dir: /var/www/html
6
+ command: tail -f /dev/null
7
+ environment:
8
+ COMPOSER_ALLOW_SUPERUSER: "1"
9
+ volumes:
10
+ - ${APP_PATH}:/var/www/html
11
+ extends:
12
+ file: ${SERVICE_DEFAULT_COMPOSE}
13
+ service: default
@@ -0,0 +1,6 @@
1
+ name: composer
2
+ tags:
3
+ - php
4
+ - composer
5
+ docker:
6
+ compose: docker/docker-compose.yml
@@ -0,0 +1,16 @@
1
+ services:
2
+ frankenphp:
3
+ container_name: ${APP_PROJECT_NAME}_frankenphp
4
+ image: dunglas/frankenphp:php8.4
5
+ environment:
6
+ - VIRTUAL_HOST=${APP_DOMAINS_STRING}
7
+ - VIRTUAL_PORT=80
8
+ volumes:
9
+ - /var/www/html/.git
10
+ - /var/www/html/.wex
11
+ - ${APP_PATH}:/var/www/html
12
+ - ${BIND_CADDYFILE}:/etc/frankenphp/Caddyfile:ro
13
+ - ${BIND_WEB_PHP_INI}:/usr/local/etc/php/conf.d/web.ini:ro
14
+ extends:
15
+ file: ${SERVICE_DEFAULT_COMPOSE}
16
+ 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,5 @@
1
+ services:
2
+ frankenphp:
3
+ extends:
4
+ file: ${SERVICE_FRANKENPHP_COMPOSE}
5
+ service: frankenphp
@@ -0,0 +1,4 @@
1
+ services:
2
+ frankenphp:
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,12 @@
1
+ name: frankenphp
2
+ tags:
3
+ - php
4
+ - web
5
+ docker:
6
+ compose: docker/docker-compose.yml
7
+ runtime:
8
+ bind:
9
+ caddyfile: caddy/Caddyfile
10
+ web_php_ini: php/web.ini
11
+ config:
12
+ proxy: true