Download the PHP package silvercart/silvercart without Composer

On this page you can find all versions of the php package silvercart/silvercart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package silvercart

SilverCart

SilverCart E-Commerce module for SilverStripe CMS Framework

Maintainer Contact

Requirements

Basic installation from scratch with composer

  1. composer create-project silverstripe/installer silvercart-demo
  2. cd silvercart-demo
  3. composer require silvercart/silvercart 4.2.0
  4. change the class definition in app/src/Page.php to

  5. change the class definition in app/src/PageController.php to

  6. composer vendor-expose
  7. Set up the database configuration using the .env file (see .env.example)
  8. Add the default admin credentials and environment type to your .env configuration
    • SS_DEFAULT_ADMIN_USERNAME="YOUR-ADMIN-USER-NAME"
    • SS_DEFAULT_ADMIN_PASSWORD="YOUR-ADMIN-USER-PASSWORD"
    • SS_ENVIRONMENT_TYPE="dev"
  9. Build the database using either
    • sake dev/build (via CLI if sake is installed)
    • php vendor/silverstripe/framework/cli-script.php dev/build (via CLI if sake is not installed)
    • yourdomain.tld/dev/build (in your browser)
  10. Open the CMS admin area by running yourdomain.tld/admin in your browser
    • Configuration > Settings > Email Settings
      • enter a valid Email sender name.
      • enter a valid Email sender address.
      • Save the settings.
    • Configuration > Settings > Add Example data
      • Add Example Data (this might take a while!)
      • Add Example Configuration

Installing Twitter Bootstrap 4 based theme

  1. cd themes
  2. wget https://github.com/silvercart/theme-sc-bootstrap4/archive/master.zip
  3. unzip master.zip
  4. rm master.zip
  5. mv theme-sc-bootstrap4-master sc-bootstrap4
  6. Add the theme configuration to app/_config/theme.yml
  7. cd ..
  8. composer vendor-expose
  9. run yourdomain.tld/?flush=1 in your browser.

YAML theme configuration:

Place this configuration into your app/_config/theme.yml after installing the SilverCart theme sc-bootstrap4.

Summary

SilverCart is an Open Source E-Commerce module for the CMS Framework SilverStripe.

For more information about the SilverCart visit http://www.silvercart.org/about/

License

See LICENSE

Support

Please visit our website and contact us to learn more about our support options.
http://www.silvercart.org/


All versions of silvercart with dependencies

PHP Build Version
Package Version
Requires silverstripe/cms Version ^4.9
silverstripe/widgets Version ^2.1
silvercart/widgetsets Version ^4
silvercart/payment-prepayment Version ^4
tractorcow/silverstripe-fluent Version ^4.5
matthiasmullie/minify Version ^1.3
google/recaptcha Version ^1.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package silvercart/silvercart contains the following files

Loading the files please wait ....