Skip to content

lechatquidanse/php-cart-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cart-api

This repository provides a simple PHP API following these specifications.

  1. Installing

Clone the repository

git clone https://github.com/lechatquidanse/php-cart-api.git

Use Composer to install vendors

Vendors that will be installed are phpunit and ArrayCollections.

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

Then, use the composer command to install required vendors:

php composer.phar install
  1. Launching Application

Congratulations! You're now ready to use the API:

php web/index.php
  1. Testing Application

You can launch UnitTests with this command:

bin/phpunit

Enjoy!

Authors

  • Stéphane EL MANOUNI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages