Download the PHP package ciims-themes/default without Composer

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

CiiMS Default 2014 Theme

[Latest Version]() [Downloads]() Gittip License

This is the default theme that comes prebundled with CiiMS

Building Assets

Asset management is done via node.js and grunt. To make changes to any of the assets/src files, install the npm dependencies, and regrunt

 npm install
 grunt

Or use

nohup grunt watch &

Before packaging, be sure to run the build command to generate the minified assets

grunt build

Provided Functionlaity

This theme provides the basic functionality to pull Tweets from Twitter, and timeline updates from Facebook and Google+. To make use of these features, you MUST create an application on those services and generate OAuth API Tokens. These keys are added on the page.

Applications and keys can be generated at the following sites:

Google+: https://code.google.com/apis/console/ Facebook: https://developers.facebook.com/apps Twitter: https://dev.twitter.com/apps

Options

The following options are made available through

Twitter

Settings to connect to Twitter.

Twitter Handle

The twitter handle of the user you want to retrieve tweets from. eg

Twitter Tweets to Fetch

The number of tweets you want to retrieve, as an integer

Facebook

Settings to connect to Facebook.

Facebook User ID

This corresponds to the numerical facebook user id. Use a tool like http://findmyfacebookid.com/ to retrieve yours

Google+

Settings to connect to Google+.

Note that Google+ Settings have 2 sets of keys, a OAuth Key, and a Public API Access Server Key. For these settings to work you'll need a Public API Access Server key added to the dashboard settings page

Google+ User ID

This corresponds to the numerical google+ user id. As of 2014, you can use the instructions found at http://www.twelveskip.com/tutorials/google-plus/1134/how-to-find-your-google-plus-id-number to retrieve yours.


All versions of default with dependencies

PHP Build Version
Package Version
Requires facebook/php-sdk Version v3.2.3
kertz/twitteroauth Version dev-master
google/apiclient Version dev-master
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 ciims-themes/default contains the following files

Loading the files please wait ....