Libraries tagged by php archive
etshy/php-zip-bundle
12656 Downloads
Symfony bundle using php-zip
triggerhappy/mpq
87 Downloads
Handle the MPQ (MoPaQ) format natively from PHP with support for Warcraft III & Starcraft II.
newsdataio/newsdataapi
3347 Downloads
Official PHP client (SDK) for the Newsdata.io News API — fetch real-time, historical, crypto, and stock-market news via REST with validation, retries, and error handling.
cloudbear/api-oci
261 Downloads
Build OCI image archives and interact with OCI registries from PHP.
php-etl/packaging-contracts
13537 Downloads
This library aims at providing contracts for building TAR archives, using PHP resources and streams
x2nx/wework-finance-sdk
169 Downloads
Enterprise WeChat Conversation Content Archive PHP Extension
felixmaier1989/pseudo-crypt
85599 Downloads
Composer friendly version of http://web.archive.org/web/20130727034425/http://blog.kevburnsjr.com/php-unique-hash
pear/php_archive
19 Downloads
Create a single .phar file containing an entire application
mishak/archive-tar
175 Downloads
Archive TAR reader for PHP - supports gz, bz2 and files over 2 GB
zippendo/zippendo-php
18 Downloads
Public API documentation for Zippendo. Authenticate using your API token (Bearer token prefixed with zipp_). **Brands (sub-accounts).** An organization can be split into brands, each keeping its own orders, shipments and configuration separate. There are two ways to scope requests to one brand, and NEITHER changes any request body: 1. **Bind the token.** Create an API token with a `brandId` and every request it makes is confined to that brand — reads filtered, writes stamped. This is the recommended way to give a single brand's team its own credential. 2. **Send the `X-Zippendo-Brand` header.** An organization-wide token can scope an individual request by sending the brand's id or slug in this header. Most SDKs let you set it once on the client so every call inherits it. A brand-bound token that receives an `X-Zippendo-Brand` header naming a different brand is rejected with `403 BRAND_ACCESS_DENIED` — the binding is never widened. Omit both and requests cover the whole organization, which is the behaviour of every existing token. Records that belong to no brand carry `brandId: null`. Configuration (carriers, shipping rules, addresses) with a null brand is organization-wide and remains visible inside every brand; orders and shipments with a null brand are only visible organization-wide. List endpoints additionally take a `?brandScope=own|shared|both` parameter to narrow further within whichever brand context already applies. `own` returns only rows assigned to that brand, and requires a brand context — a brand-bound token, a resolved brand session, or the `X-Zippendo-Brand` header above — otherwise `400`. `shared` returns only the organization-wide rows (equivalent to filtering `brandId=none`). The default, `both`, keeps the existing behaviour: a brand context sees its own rows plus the organization-wide ones. Set `X-Zippendo-Brand-Scope` as a client default to apply the same choice to every request instead of repeating the query parameter on each call — an explicit `brandScope` query parameter always wins over the header, and a blank header value is ignored. Brands themselves are managed under the **Brands** tag. Retiring a brand is done with `POST /orgs/{orgId}/brands/{brandId}/archive` — permanent deletion is a dashboard-only action, since it is refused while any order, shipment, member or token still references the brand. Brands require a plan that includes them; creating one beyond your plan's limit returns `403`.
survos/nara-php-api
157 Downloads
PHP client for NARA's Catalog API v2
goletter/hyperf-archive
7 Downloads
Multi-file archive (ZIP) builder for Hyperf with sync download and storage upload support.
dzasa/maratus-php-backup
10 Downloads
Backup different types databases(Couchdb, MongoDB, MySQL, PostgreSQL, Redis, Riak, SQLite) on local or remote to Google Drive, Dropbox, Copy, FTP etc.
takuya/php-7z-cmd-wrapper
132 Downloads
7z Archiver Command Wrapper
dawood/wmb-scrapper
121 Downloads
A small Php package to fetch archive url snapshots from archive.org.using it you can fetch complete list of snapshot urls of any year orcomplete list of all years possible.This package can be used to do recon of any target.