Download the PHP package syntro/ssto without Composer

On this page you can find all versions of the php package syntro/ssto. 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 ssto

Syntro Silverstripe SSTO 🌍 🚀 ✨

🎭 Tests Dependabot composer Packagist Version

Syntro Silverstripe SSTO (from the abbreviation for Single-stage-to-orbit) provides a prepackaged recipe for starting a new Silverstripe project from scratch. Featured are:

📯 Getting started

To get started, simply run: (see ssdev for more info on our devenv.)

After installation, consult the checklist to make the newly created project your own. Then, you should replace this part of the readme with a guide on how to clone the new project

🖥 Serving Silverstripe

To start the server via docker, run

This will start a host and database container running your project. To stop it, run

🎨 Theming

-> Refer to the 📖 theming docs

🎭 Testing

By default, this recipe supplies PHPUnit, PHPCS and PHPStan for testing. you can run the tests by executing:

🆕 Commiting new Things

We recommend using the Gitflow Workflow (for big teams) or the Git Feature Branch Workflow (for small teams). When creating new PRs with features, use the "squash and merge" option and prefix the resulting commit with (it helps adding the prefix to the PR title):

Following this makes releasing easier and allows using an automatically generated changelog.

🚀 Releasing

After you have a deployable application / website, you can deploy it to a server. We recommend you follow these steps (which will incidentally also trigger the production deployment job):

  1. Make sure all tests pass
  2. Run npm run release --next="x.x.x"
  3. Commit the changes as release/x.x.x and push them
  4. Create a new release x.x.x on Github

➕ More Infos

Check out the following for more informations:


All versions of ssto with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4.0
silverstripe/recipe-plugin Version ^1.2
silverstripe/recipe-cms Version 4.13.0
silverstripe/login-forms Version 4.9.0
syntro/recipe-elemental-bootstrap Version 1.1.2
syntro/silverstripe-seo Version 2.2.1
wilr/silverstripe-googlesitemaps Version 2.2.1
syntro/silvershare Version 1.0.4
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 syntro/ssto contains the following files

Loading the files please wait ....