An open API service indexing awesome lists of open source software.

https://github.com/kickasscommerce/framework


https://github.com/kickasscommerce/framework

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# KickAss Commerce

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Dependencies][ico-dependencies]][link-dependencies]
[![Total Downloads][ico-downloads]][link-downloads]

A small proof of concept for building an eCommerce system based on an underlying API system.

Currently built on Moltin but PRs for other systems are welcome

"So is this a new eCommerce system?"
> NO! we want to give you a way to work with your favourite (API enabled) eCommerce system without
> the constraints it might impose on the technologies you can use or the way you implement the frontend
If you're curious about the 'why' behind this project please read [our blogpost about it](https://medium.com/@sandermangel/you-wont-believe-what-happened-when-these-e-commerce-devs-got-frustrated-30e67fef94e4#.lcj1r9dxo)

## Requirements
- PHP ^7.0

## Authors

For more information about the KickAss team and to apply for a position please us our [team repository](https://github.com/KickAssCommerce/team-kickass).

- Sander Mangel
- David Manners
- Adam Paterson
- Tobias Hartmann

## Installation
``` bash
$ composer create-project kickasscommerce/kickasscommerce=dev-develop .
```

## More information
- check the [Philosophy document](https://github.com/KickAssCommerce/KickAssCommerce/blob/develop/doc/philosophy.md)
- check our [alpha roadmap](https://github.com/KickAssCommerce/KickAssCommerce/projects/1) or
create a ticket / PR to help us move this project

## Examples
Anything in the `app` directory is example code. The `app` directory should be used for your project code.

## Testing

``` bash
$ composer test
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

## Credits

- [KickAssCommerce Team][link-author]
- [All Contributors][link-contributors]

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/kickasscommerce/kickasscommerce.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/KickAssCommerce/KickAssCommerce.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/kickasscommerce/kickasscommerce.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/kickasscommerce/kickasscommerce.svg?style=flat-square
[ico-dependencies]: https://www.versioneye.com/user/projects/58aaee3cb4d2a20045c15806/badge.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/kickasscommerce/kickasscommerce.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/kickasscommerce/kickasscommerce
[link-travis]: https://travis-ci.org/KickAssCommerce/KickAssCommerce
[link-scrutinizer]: https://scrutinizer-ci.com/g/KickAssCommerce/KickAssCommerce/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/KickAssCommerce/KickAssCommerce/
[link-dependencies]: https://www.versioneye.com/user/projects/58aaee3cb4d2a20045c15806
[link-downloads]: https://packagist.org/packages/kickasscommerce/kickasscommerce
[link-author]: https://github.com/KickAssCommerce
[link-contributors]: ../../contributors