kickasscommerce / framework
A small proof of concept for Moltin
Installs: 1 578
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- cache/filesystem-adapter: ^0.3.3
- goaop/framework: ^2.1
- moltin/php-sdk: ^1.3
- slim/slim: ^3.7
- symfony/console: ^3.2
- symfony/property-access: ^3.2
- symfony/serializer: ^3.2
- vlucas/phpdotenv: ^2.4
Requires (Dev)
- phpunit/phpunit: ^6.0
- squizlabs/php_codesniffer: ^2.8
Replaces
- kickasscommerce/authentication: dev-develop
- kickasscommerce/commerce: dev-develop
- kickasscommerce/moltin: dev-develop
- kickasscommerce/toolbox: dev-develop
This package is not auto-updated.
Last update: 2024-10-26 20:15:28 UTC
README
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
Requirements
- PHP ^7.0
Authors
For more information about the KickAss team and to apply for a position please us our team repository.
- Sander Mangel http://www.twitter.com/sandermangel
- David Manners http://www.twitter.com/mannersd
- Adam Paterson http://www.twitter.com/adam_paterson
- Tobias Hartmann https://www.twitter.com/ToH_82
Installation
$ composer create-project kickasscommerce/kickasscommerce=dev-develop .
More information
- check the Philosophy document
- check our alpha roadmap 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
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Credits
License
The MIT License (MIT). Please see License File for more information.