Download the PHP package commercetools/sunrise without Composer
On this page you can find all versions of the php package commercetools/sunrise. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download commercetools/sunrise
More information about commercetools/sunrise
Files in commercetools/sunrise
Package sunrise
Short Description Commercetools Sunrise PHP template shop
License MIT
Homepage https://github.com/commercetools/commercetools-sunrise-php
Informations about the package sunrise
commercetools-sunrise-php
:warning: The Sunrise php shopfront implementation is now deprecated and will be decommissioned in 2020. If you would nevertheless like to use it for your own developments you should fork this repository under the given license and continue developing your version, but please be aware that there will be no more updates and no support provided to this framework.
SUNRISE PHP is a template shopfront implementation that implements a complete online shop on the commercetools eCommerce platform using the following components:
- the commercetools PHP SDK and its corresponding commons library
- the commercetools SUNRISE responsive HTML templates (handlebars syntax)
- the symfony framework (using the MicrokernelTrait)
It aims to focus on being slim, easy to understand and fast, delegating reusabilty into the commons and symfony-components libraries.
Please read the Changelog before updating in any case.
Prerequisites
- PHP (see the SDK for detailed requirements)
- composer
Run
To run, you need a project on the commercetools platform that contains some minimum necessary content (e.g. the sample data). Then get your project key, client ID and client secret from the merchant center and provide them in one of the following ways:
- create a file
app/config/parameters.yml
with the following format:
For local development purposes you can run the application in the php built-in web server. The web
folder contains static assets and index.php as the only PHP file.
Production Site:
Development Site:
Develop
To improve the template, we are happily receiving pull requests with improvements and bug fixes. If you'd like to change bigger things or add features it's a good idea to discuss the idea in a github issue first.
IMPORTANT: The composer configuration clones the PHP commons library and the sunrise designs inside the vendor
directory. So pay attention when doing git operations with changes in these files.
Using the command line
Available console commands
Cache warm up
Deployment
Heroku
For an easy and fast deployment of your application we recommend heroku:
Docker
The Sunrise app is delivered with a docker compose configuration.
This starts a nginx and a php-fpm docker container serving the application.
Create your own shop
Fork and forge your own eCommerce solution from it.
More specifically:
- fork the project or just copy the code (the MIT license of this code and the SUNRISE design allow unrestricted commercial use and modification)
- you may want to change the namespace of some things to your own project's name (TODO the template could use a generic namespace from the beginning)
- EITHER override and change the SUNRISE design by creating a
templates
directory in the project folder and overriding the*.hbs
filenames you find invendor/commercetools/sunrise-design/templates
- OR create an own HTML and templates structure from scratch using your preferred tools and template language
- add and change stuff as you like
- Be nice and contribute useful generic helpers back to the OSS commons library.
All versions of sunrise with dependencies
commercetools/php-sdk Version ^1.5 || ^2.0
guzzlehttp/guzzle Version ^6.3
commercetools/sunrise-theme Version ^0.63
commercetools/symfony-bundle Version ^0.2@dev
jays-de/handlebars-bundle Version ^1.0.1
monolog/monolog Version ^1.7
symfony/symfony Version ^3.1
symfony/monolog-bundle Version ^3.0
symfony/psr-http-message-bridge Version ^0.2.0
sensio/framework-extra-bundle Version ^3.0
sensio/distribution-bundle Version ^5.0
incenteev/composer-parameter-handler Version ^2.0
particle/validator Version ^2.1