PHPackages                             icybee/icybee - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. icybee/icybee

ActiveLibrary[Framework](/categories/framework)

icybee/icybee
=============

A buzzing CMS for PHP

v3.0.0(9y ago)164382[2 issues](https://github.com/Icybee/Icybee/issues)BSD-3-ClausePHPPHP &gt;=5.6

Since Oct 21Pushed 8y ago3 watchersCompare

[ Source](https://github.com/Icybee/Icybee)[ Packagist](https://packagist.org/packages/icybee/icybee)[ Docs](http://icybee.org/)[ RSS](/packages/icybee-icybee/feed)WikiDiscussions 3.0 Synced 1mo ago

READMEChangelogDependencies (18)Versions (8)Used By (0)

Icybee
======

[](#icybee)

Icybee is a CMS for PHP5.5+

If you want to try the CMS for yourself please [download the demonstration](http://icybee.org/icybee-demo-latest.zip)and follow the [installation guide](https://github.com/Icybee/Icybee/wiki/Installation-guide-for-Icybee%27s-epic-demonstration).

Features
--------

[](#features)

### Ready out of the box

[](#ready-out-of-the-box)

Out of the box you have everything you need to manage your news, images, files. You can edit complex contents thanks to the many editors included. Create a website. Create some pages. Choose where to display your lists and details. You can even choose the pattern of the URL of your records.

### Multisite, multilanguage

[](#multisite-multilanguage)

Your website should be translated, or you want to manage multiple websites using the same instance of Icybee ? Just create a new website using the administration UI and choose the relation between your websites.

### Views, CSS and JavaScript

[](#views-css-and-javascript)

Modules that manage contents–such as Articles, News, Press release, Job offers...–comes with all the views, CSS and JavaScript required to display their content. As such, adding news support to your website can be done in seconds.

An online demo
--------------

[](#an-online-demo)

A demonstration is also available online but you won't have access to the administration interface yet. Still you can check it out at the following address:

What can be done with it ?
--------------------------

[](#what-can-be-done-with-it-)

Here are some of the last references:

-
-
-  (a cluster of 10 websites, each with multiple languages)
-
-
-

You can also check what its predecessor was capable of and dream about what Icybee is now capable of, after twelve months of development:

---

Requirements
------------

[](#requirements)

The package requires PHP 5.5 or later.

Installation
------------

[](#installation)

The recommended way to install this package is through [Composer](http://getcomposer.org/). Create a `composer.json` file and run `php composer.phar install` command to install it:

```
{
	"minimum-stability": "dev",

	"require": {
		"icybee/icybee": "2.x"
	},

	"scripts": {
		"post-autoload-dump": "ICanBoogie\\Autoconfig\\Hooks::on_autoload_dump"
	}
}
```

Usage
-----

[](#usage)

```
