imper86 / shop-appstore-lib
SDK for Dreamcommerce based shops REST-API
Installs: 39
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 21
pkg:composer/imper86/shop-appstore-lib
Requires
- php: >=7.1.0
- psr/log: ^1.0
- dev-master
- 1.x-dev
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.2.16
- 0.2.15
- 0.2.14
- 0.2.13
- 0.2.12
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-SHOPER-141255
- dev-SHOPER-158649
- dev-dev
This package is auto-updated.
Last update: 2025-10-27 04:44:22 UTC
README
See: http://developers.shoper.pl/
Changelog
Version 1.2.4
- # fixed parsing response headers
- # fixed handling OAuth exception when HTTP response is empty
Version 1.2.3
- + added
News,NewsCategory,NewsComment,NewsFile,NewsTagresources
Version 1.2.2
- # version constraint less restrictive
- # changed developers e-mails
Version 1.2.1
- # fixed handling exception when HTTP response is empty
Version 1.2.0
- + added possibility to specify requests user-agent
Version 1.1.3
- # fixed multiple HTTP response codes handling
- # fixed
Aboutpageautoloading issue (file name case problem)
Version 1.1.2
- + new constants documented
- # fixed
HandlerExceptionandHttpExceptionexceptions hierarchy
Version 1.1.1
- +
AuctionHouseandAuctionZoneresources - + added ability to use more than single field in
Resource::orderargument - # some phpdoc clean-up
Version 1.1.0
- # fixed PHP 5.3 compatibility issues
- # forgetting to base64 encode files payload now will return more specific exception with corresponding message
Version 1.0.2
- #
Handlerclient instantiation fix re-applied; last time was present only in changelog
Version 1.0.1
- # fixed
Handlerclient instantiation
Version 1.0.0
- # refactored debugging facilities - added particular exceptions, eg.
NotFoundException, etc. - # stripped away some rubbish code
- # narrowed namespace of library -
DreamCommerce\\ShopAppstoreLib - # improved error logging - exceptions have attached all request/response data
- # removed magic, especially
__callonResource
Version 0.2.16
- +
GeolocationSubregionresource added
Version 0.2.15
- # another
MetafieldValuecollection hydration fix and docs adjustments
Version 0.2.14
- # fixed
MetafieldValuecollection hydration
Version 0.2.13
- # fixed
AdditionalFieldresource typo - # fixed custom logger issue
Version 0.2.12
- # fixed GZIP issues on some servers
Version 0.2.11
- #
CategoriesTreestrict warning fixed
Version 0.2.10
- # fixed README
- # fixed method signatures according to strict standards
- + added GZIP request headers for lower traffic
Version 0.2.9
- + added
AdditionalField,ApplicationConfigresources - + added two authentication methods
- + added HEAD method for records calculation
- # fixed PHP 5.3 compatibility issues - broken data encoding
Version 0.2.8
- # fixed PHP 5.3 compatibility issues
Version 0.2.7
- + added resources:
Gauge - + added API error language switching
- + added links in phpdoc for API documentations
- # polished code to meet PSR standards more
Version 0.2.6
- + added resources:
ApplicationVersion,GeolocationCountry,GeolocationRegion,Zone
Version 0.2.5
- # maintenance release - removed unused code from library
Version 0.2.4
- + introduced new library developer
- + token invalid event
- # fixed MetafieldValue data hydration
Version 0.2.3
- # fixed criteria reset before pagination occurs
Version 0.2.2
- # logger has been fixed
Version 0.2.1
- #
AuctionOrderresource
Version 0.2.0
- # internal library refactoring
Version 0.1.10
- # API has been fixed
Version 0.1.9
- # fixed API resource name typo
Version 0.1.8
- # fixed problem with POST ID returning
Version 0.1.7
- # fixed response hydration for GET#ID (previously array returned instead of ArrayObject)
Version 0.1.6
- # fixed records sorting by complex keys, such as
translations.pl_PL.name
Version 0.1.5
- # changed
Handler::actionExistsandHandler::verifyPayloadvisibility for better portability
Version 0.1.4
- # fixed metafield collection
Version 0.1.3
- # fixed stability requirement for Composer
Version 0.1.2
- + added changelog
- # fixed Composer's license info
Version 0.1.1
- + Added Aboutpages resource
- # removed unnecessary imports