Download the PHP package tmajne/silex-cart without Composer
On this page you can find all versions of the php package tmajne/silex-cart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package silex-cart
App
Reqirements
- php7.1-xml
- php7.1-mbstring
- php7.1-sqlite3
- $app['cart.storage.path'] - path must be writable
API
Games
- listing: GET: games?limit=20
- show one item: GET: games/{gameId}
- create: PUT: games/ - parameters "title" and "price"
- update: POST: games/{gameId} - parameters "title" or/and "price"
- remove: DELETE: games/{gameId}
- load test data: PUT: /games/load/test/data
Cart
- listing: GET: carts/admin?limit=20
- show on item: GET: carts/{cartId}
- create: PUT: carts/
- remove: DELETE: carts/{cartId}
- add item: PUT: carts/{cartId}/items/{itemId}?count=3
- update item quantity: POST: carts/{cartId}/items/{itemId}/{deltaQuantity}
- remove item: DELETE: carts/{cartId}/items/{itemId}
All versions of silex-cart with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
silex/silex Version ~2.0
filp/whoops Version ^2.1
symfony/css-selector Version ^3.1
tmajne/cart Version ^0.5
silex/silex Version ~2.0
filp/whoops Version ^2.1
symfony/css-selector Version ^3.1
tmajne/cart Version ^0.5
The package tmajne/silex-cart contains the following files
Loading the files please wait ....