Zippy API

Classes

Alchemy\Zippy\Adapter\AbstractAdapter
Alchemy\Zippy\Adapter\AbstractBinaryAdapter
Alchemy\Zippy\Adapter\AbstractTarAdapter
Alchemy\Zippy\Adapter\AdapterContainer
Alchemy\Zippy\Adapter\AdapterInterface
Alchemy\Zippy\Adapter\BSDTar\TarBSDTarAdapter BSDTAR allows you to create and extract files from archives using BSD tar
Alchemy\Zippy\Adapter\BSDTar\TarBz2BSDTarAdapter
Alchemy\Zippy\Adapter\BSDTar\TarGzBSDTarAdapter
Alchemy\Zippy\Adapter\BinaryAdapterInterface
Alchemy\Zippy\Adapter\GNUTar\TarBz2GNUTarAdapter
Alchemy\Zippy\Adapter\GNUTar\TarGNUTarAdapter GNUTarAdapter allows you to create and extract files from archives using GNU tar
Alchemy\Zippy\Adapter\GNUTar\TarGzGNUTarAdapter
Alchemy\Zippy\Adapter\Resource\FileResource
Alchemy\Zippy\Adapter\Resource\ResourceInterface
Alchemy\Zippy\Adapter\Resource\ZipArchiveResource
Alchemy\Zippy\Adapter\ZipAdapter ZipAdapter allows you to create and extract files from archives using Zip
Alchemy\Zippy\Adapter\ZipExtensionAdapter ZipExtensionAdapter allows you to create and extract files from archives using PHP Zip extension
Alchemy\Zippy\Archive\Archive Represents an archive
Alchemy\Zippy\Archive\ArchiveInterface
Alchemy\Zippy\Archive\Member Represents a member of an archive.
Alchemy\Zippy\Archive\MemberInterface
Alchemy\Zippy\Exception\ExceptionInterface
Alchemy\Zippy\Exception\FormatNotSupportedException
Alchemy\Zippy\Exception\IOException
Alchemy\Zippy\Exception\InvalidArgumentException
Alchemy\Zippy\Exception\NoAdapterOnPlatformException
Alchemy\Zippy\Exception\NotSupportedException
Alchemy\Zippy\Exception\RuntimeException
Alchemy\Zippy\Exception\TargetLocatorException
Alchemy\Zippy\FileStrategy\FileStrategyInterface
Alchemy\Zippy\FileStrategy\TB2FileStrategy
Alchemy\Zippy\FileStrategy\TBz2FileStrategy
Alchemy\Zippy\FileStrategy\TGzFileStrategy
Alchemy\Zippy\FileStrategy\TarBz2FileStrategy
Alchemy\Zippy\FileStrategy\TarFileStrategy
Alchemy\Zippy\FileStrategy\TarGzFileStrategy
Alchemy\Zippy\FileStrategy\ZipFileStrategy
Alchemy\Zippy\Parser\BSDTarOutputParser This class is responsable of parsing GNUTar command line output
Alchemy\Zippy\Parser\GNUTarOutputParser This class is responsable of parsing GNUTar command line output
Alchemy\Zippy\Parser\ParserFactory
Alchemy\Zippy\Parser\ParserInterface
Alchemy\Zippy\Parser\ZipOutputParser This class is responsable of parsing GNUTar command line output
Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactory
Alchemy\Zippy\ProcessBuilder\ProcessBuilderFactoryInterface
Alchemy\Zippy\Resource\RequestMapper
Alchemy\Zippy\Resource\Resource
Alchemy\Zippy\Resource\ResourceCollection
Alchemy\Zippy\Resource\ResourceManager
Alchemy\Zippy\Resource\ResourceTeleporter
Alchemy\Zippy\Resource\TargetLocator
Alchemy\Zippy\Resource\TeleporterContainer A container of TeleporterInterface
Alchemy\Zippy\Resource\Teleporter\AbstractTeleporter
Alchemy\Zippy\Resource\Teleporter\GuzzleTeleporter Guzzle Teleporter implementation for HTTP resources
Alchemy\Zippy\Resource\Teleporter\LocalTeleporter This class transport an object using the local filesystem
Alchemy\Zippy\Resource\Teleporter\StreamTeleporter This class transport an object using php stream wrapper
Alchemy\Zippy\Resource\Teleporter\TeleporterInterface
Alchemy\Zippy\Zippy