Download the PHP package rwoverdijk/sxbootstrap without Composer

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

SxBootstrap

This module supplies view helpers to make it easy to work with twitter bootstrap. Optionally, this module also allows you to build, cache, modify and extend twitter bootstrap using the AssetManager module.

Note:

Support for bootstrap 3.0 is under active development. You can help and test by checking out the 3.0.0 branch.

Installation ViewHelpers

How?

Add the requirement to your composer.json file

Installation Font Awesome

How?

  1. Add the dependency to your composer.json file:

  2. Enable the use of Font Awesome by adding the following in config/autoload/sxbootstrap.local.php:

Installation renderer (recommended)

How?

  1. Add the dependencies to your composer.less file:

  2. Enable AssetManager and SxBootstrap in your application.config.php config file.

  3. Install less...

    a) Via NPM/Node.js (recommended method):

    1. Install npm/node.js. Instructions can be found here.
    2. To Install lessc, open up your command line, and navigate to your project (cd /path/to/my/project).
    3. Once you get there, run the following command: npm install less . (including the dot).

    b) Via lessphp (Advised against):

    Add the requirement

    Then add the following config to your application's module.config.php:

  4. Configure the filter to get it working. (This only applies to you if your using node.js and the binary is not in /usr/bin/node, or your node paths are not the default, so you've ignored my advice in step 3a.)

  5. Take a look at the wiki for examples and other information to get started. Specifically the part on how to configure the filter to get it working (bottom of the page)

Okay... Why?

The renderer has a lot of advantages.

Features

Usage

Check out the config/sxbootstrap.local.php.dist file in vendor/spoonx/sxbootstrap/config for the configuration options, and info. Also, please check out the wiki.

Questions / support

If you're having trouble with the module there are a couple of resources that might be of help.


All versions of sxbootstrap with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
spoonx/sxcore Version 1.*
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 rwoverdijk/sxbootstrap contains the following files

Loading the files please wait ....