saschahuber / saastemplatecore
There is no license information available for the latest version (3.1.3) of this package.
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
3.1.3
2025-03-26 17:56 UTC
Requires
- php: ^8.2
- ext-curl: *
- ext-dom: *
- ext-exif: *
- ext-fileinfo: *
- ext-gd: *
- ext-imap: *
- ext-json: *
- ext-libxml: *
- ext-mysqli: *
- ext-openssl: *
- ext-simplexml: *
- bordoni/phpass: 0.3.6
- league/oauth2-client: ^2.6
- league/oauth2-facebook: ^2.2
- league/oauth2-google: ^4.0
- league/oauth2-instagram: ^3.1
- league/oauth2-linkedin: ^5.1
- matthiasmullie/minify: ^1.3.66
- minishlink/web-push: ^7
- orhanerday/open-ai: ^4.0
- paquettg/php-html-parser: 2.1
- php-imap/php-imap: ^5.0.1
- phpmailer/phpmailer: ^6.5
- rtheunissen/oauth2-reddit: ^2.0
- spatie/image-optimizer: 1.8.0
- spipu/html2pdf: 5.2.8
- stripe/stripe-php: ^9.5
Requires (Dev)
- mikey179/vfsstream: 1.6.11
- mockery/mockery: 1.6.11
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2025-05-31 20:15:09 UTC
README
docker run --rm -v $(pwd)/src:/src -v $(pwd)/tests:/tests -v $(pwd)/vendor:/vendor jitesoft/phpunit phpunit --configuration /tests/phpunit.xml
Semantic Release Tokens
- Personal Token erstellen (https://gitlab.com/-/user_settings/personal_access_tokens)
- Projekt Token als 'CUSTOM_PUSH_TOKEN' als CI/CD-Variable anlegen
Nginx Proxy Docker settings
Add new file upload_size.conf in /var/lib/docker/volumes/nginx-data/_data/conf.d with content client_max_body_size 512M;
And run nginx -s reload in nginx container