JamesRezo/archiver | 3 commits
Par JamesRezo, le 21 juillet 2026 à 10h55min :
docs: Add README.php
Ajouté
README.md
Détails : docs: Add README.php (77c5b301) · Validations · JamesRezo / archiver · GitLab
==============================
Par JamesRezo, le 21 juillet 2026 à 10h54min :
feat(zip): zip implementation of ArchiveInterface
Ajouté
src/AbstractArchive.php
src/ArchiveInterface.php
src/Archiver.php
src/ArchiverInterface.php
src/File/InnerFile.php
src/File/InnerFileInterface.php
src/RemoteArchiver.php
src/Zip.php
==============================
Par JamesRezo, le 20 juillet 2026 à 20h18min :
Initial commit
Ajouté
.editorconfig
.gitattributes
.gitignore
.php-cs-fixer.dist.php
LICENSE
composer.json
phplint.lst
phpstan-baseline.neon
phpstan.neon.dist
phpunit.xml.dist
rector.php
src/Mime/DetectionError.php
src/Mime/Guesser.php
src/Mime/GuesserInterface.php
src/Mime/UnknownMimeType.php
tests/Mime/GuesserTest.php
tests/fixtures/test.bin
tests/fixtures/test.bz2
tests/fixtures/test.tar
tests/fixtures/test.tar.bz2
tests/fixtures/test.tgz
tests/fixtures/test.txt
tests/fixtures/test.txt.gz
Détails : Initial commit (a307aa68) · Validations · JamesRezo / archiver · GitLab