https://github.com/kickasscommerce/framework
https://github.com/kickasscommerce/framework
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kickasscommerce/framework
- Owner: KickAssCommerce
- License: mit
- Created: 2017-02-21T09:53:46.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2017-03-01T10:36:13.000Z (over 9 years ago)
- Last Synced: 2025-02-16T16:09:39.164Z (over 1 year ago)
- Language: PHP
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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