Download the PHP package sproutcms/cms without Composer

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

SproutCMS 4

SproutCMS is a flexible and feature rich cms and application framework, developed in PHP, designed to enable quick and agile custom development. SproutCMS was built to reward innovation and encourage developers to produce complex applications. It is built by developers, for developers.

Website: http://getsproutcms.com/

Development docs: http://docs.getsproutcms.com/

User manual: http://manual.getsproutcms.com/3.0

Requirements

Getting started

  1. Run composer create-project sproutcms/site
  2. Run composer serve
  3. Browse to http://localhost:8080/

This is a quick start example. For a detailed installation walk-through see INSTALL.md

Deployment

SproutCMS runs natively with git deploy.

  1. Set up your remote, e.g.

  2. Run the setup task

  3. No need to run git deploy init as this has already been done

  4. Push the code

Development tools

To run unit tests, execute the following from the root directory:

To run NStrack, our namespace issue finder and fixer, run from the root directory, e.g.

To add license blocks to recently added files, run the following from the root directory:

Publishing

(for contributors)

To publish a new version simply create a git tag with the next appropriate version. This is then automatically pushed to packagist.org via a web hook.

We've created a script to automate this:

For example, given the last version (from git log) is v3.2.10 then tag and push v3.2.11.

Please be careful and don't publish untested code. Keep your messy business in a branch and require it into your projects using the dev- prefixes.

Such as:

Or use the composer patch-locals script to symlink the dependency while locally building your site.


All versions of cms with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
ext-curl Version *
ext-dom Version *
ext-iconv Version *
ext-intl Version *
ext-json Version *
ext-mbstring Version *
ext-openssl Version *
ext-pcre Version *
ext-zip Version *
davechild/textstatistics Version ^1.0
ezyang/htmlpurifier Version ^4.17
guzzlehttp/guzzle Version ^7.9
karmabunny/kb Version ^3.38
karmabunny/pdb Version >=0.29|<1.0
karmabunny/rdb Version ^1.20
karmabunny/router Version ^2.7.12
karmabunny/visor Version ^1.0
nyholm/psr7 Version ^1.6
openai-php/client Version ^0.10.1
phpmailer/phpmailer Version ^6.5
psr/http-message Version ^1.0
setasign/tfpdf Version ^1.32
symfony/browser-kit Version ^7.1
symfony/css-selector Version ^7.1
symfony/dom-crawler Version ^7.1
symfony/http-client Version ^7.1
twig/twig Version ^3.3
vlucas/phpdotenv Version ^3
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 sproutcms/cms contains the following files

Loading the files please wait ....