dreamcommerce / shop-appstore-lib
SDK for Dreamcommerce based shops REST-API
Installs: 58 918
Dependents: 1
Suggesters: 0
Security: 0
Stars: 8
Watchers: 12
Forks: 21
Open Issues: 2
pkg:composer/dreamcommerce/shop-appstore-lib
Requires
- php: >=5.3.0
- psr/log: ^1.0
- dev-master
- 1.x-dev
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 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-dev3.0
- dev-dev2.0
- dev-SHOPAPI-144
- dev-SHOPAPI-176
- dev-SHOPAPI-131
- dev-SHOPAPI-113
- dev-SHOPAPI-100
- dev-subscribers-alpha-850
- dev-reviews-post-resource-alpha-658
- dev-dev
This package is auto-updated.
Last update: 2025-10-05 11:38:43 UTC
README
See: http://developers.shoper.pl/
Changelog
Version 1.2.11
- + added Collectionresource
Version 1.2.10
- + added LoyaltyEventresource
Version 1.2.9
- + added Warehouseresource
- + added WarehouseLogrecource
- + added WarehouseRelocationrecource
Version 1.2.8
- + added AdditionalFieldOption,OrderTag,ProductTag,Progress,UserTag,XmlFeedresources
Version 1.2.7
- + added Redirectresource
Version 1.2.6
- + added PromotionCoderesource
Version 1.2.5
- + added Specialoffersresource
- + fixed PHP 7.2 compatibility issue
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