PHPackages                             bigfoot/bigfoot - 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. [Admin Panels](/categories/admin)
4. /
5. bigfoot/bigfoot

ActiveProject[Admin Panels](/categories/admin)

bigfoot/bigfoot
===============

Bigfoot CMS

v2.2.0(11y ago)1151MITPHPPHP &gt;=5.3.3

Since Sep 25Pushed 11y ago13 watchersCompare

[ Source](https://github.com/c2is/Bigfoot)[ Packagist](https://packagist.org/packages/bigfoot/bigfoot)[ RSS](/packages/bigfoot-bigfoot/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (43)Versions (6)Used By (0)

Bigfoot [![Build Status](https://camo.githubusercontent.com/b6aba702bf5e6ee5437f6d6a61e53d187c80a02071f41ff38d5fe375e68a61c0/68747470733a2f2f636972636c6563692e636f6d2f67682f633269732f426967666f6f742f747265652f6d61737465722e706e673f636972636c652d746f6b656e3d36316436663665376264653039303166323932336134353863633931653937636630353230653763)](https://camo.githubusercontent.com/b6aba702bf5e6ee5437f6d6a61e53d187c80a02071f41ff38d5fe375e68a61c0/68747470733a2f2f636972636c6563692e636f6d2f67682f633269732f426967666f6f742f747265652f6d61737465722e706e673f636972636c652d746f6b656e3d36316436663665376264653039303166323932336134353863633931653937636630353230653763)
=============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#bigfoot-)

The Bigfoot administration interface. Demo application using Bigfoot bundles to setup a BackOffice application. Based on symfony2 and symfony/symfony-standard.

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

[](#installation)

Clone this project :

```
git clone git@github.com:c2is/Bigfoot.git your_project

```

Install dependencies using composer :

```
cd your_project
curl -sS https://getcomposer.org/installer | php
php composer.phar install

```

**If you didn't set it up during the composer install**, setup your database through the Symfony standard distribution configuration web interface :

```
/app_dev.php/_configurator/step/0

```

If you're using a database you didn't previously create, Doctrine can do it for you (this is a safe command you can use even if the database already exists) :

```
./app/console doctrine:database:create

```

Load the schema and the fixtures :

```
./app/console doctrine:schema:update --force
./app/console doctrine:fixtures:load

```

Set permissions on cache and logs directories

```
sudo setfacl -R -m u:www-data:rwx -m u:`whoami`:rwx app/cache/
sudo setfacl -dR -m u:www-data:rwx -m u:`whoami`:rwx app/cache/
sudo setfacl -R -m u:www-data:rwx -m u:`whoami`:rwx app/logs/
sudo setfacl -dR -m u:www-data:rwx -m u:`whoami`:rwx app/logs/

```

On Macosx rather do this way

```
sudo chmod -R +a "`whoami` allow delete,write,append,file_inherit,directory_inherit" app/cache/
sudo chmod -R +a "`whoami` allow delete,write,append,file_inherit,directory_inherit" app/logs/
sudo chmod -R +a "_www allow delete,write,append,file_inherit,directory_inherit" app/cache/
sudo chmod -R +a "_www allow delete,write,append,file_inherit,directory_inherit" app/logs/

```

Usage
-----

[](#usage)

The Bigfoot administration interface is accessed in its specific environment named admin. It means the entry point is the admin.php file (or admin\_dev.php for the debug mode), and the configuration is handled in the \_admin suffixed files. The configuration setup looks like :

- app
    - config
        - common.yml : contains configuration options used by both the front and back offices
        - config.yml : contains configuration options for the front office
        - config\_admin.yml : contains configuration options for the back office
        - routing.yml : contains routing configuration for both the front office and back office
        - routing\_admin.yml : contains routing configuration for the front office

Default configuration only includes the administration interface routes in the admin environment. The administration interface is then available at :

```
http://localhost/admin(_dev).php/admin/

```

Bigfoot comes with the SEO and User plugins. By default, an authentication is required to access (if you loaded the bundled fixtures, you can use the admin / admin account). Feel free to change the authentication configuration in app/Resources/config/security.yml to fit your needs, though be advised that the BigfootUserBundle features won't be usable if your User class doesn't extend the Bigfoot\\Bundle\\UserBundle\\Model\\BigfootUser class.

You should create a new admin user and delete the one loaded with the BigfootUserBundle fixtures if your application is accessible from the outside.

You can comment the content of the app/Resources/config/security.yml file to disable the authentication on the application.

Assetic
-------

[](#assetic)

Bigfoot assets are not in the usual public/ directory under Resources/ ; they are not installed properly with an assets:install. To install the administration interface assets, please use :

```
./app/console bigfoot:theme:install (--symlink)

```

This command installs bigfoot assets and also executes the usual assets:install command. If executed with the symlink option, assets will be installed via a symbolic link (instead of hard copy), which is recommended during development (no need to assets:install everytime a css / js file is changed).

Bigfoot assets are loaded via Assetic and are gitignored. To have the admin interface display properly in production environment, you first must dump the assets with :

```
./app/console assetic:dump --env=admin

```

Documentation
-------------

[](#documentation)

[Read the dedicated Github pages website](http://c2is.github.io/BigfootDoc/html/en/).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 89.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~70 days

Total

2

Last Release

4122d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9cf973b70f53fe114063efd8ca9e8c9dd45606ad49b5a9dba27fdecb0d0ada64?d=identicon)[gmanen](/maintainers/gmanen)

---

Top Contributors

[![gmanen](https://avatars.githubusercontent.com/u/1336033?v=4)](https://github.com/gmanen "gmanen (120 commits)")[![korby](https://avatars.githubusercontent.com/u/1763887?v=4)](https://github.com/korby "korby (10 commits)")[![Acrack](https://avatars.githubusercontent.com/u/1526998?v=4)](https://github.com/Acrack "Acrack (4 commits)")

###  Code Quality

TestsBehat

### Embed Badge

![Health badge](/badges/bigfoot-bigfoot/health.svg)

```
[![Health](https://phpackages.com/badges/bigfoot-bigfoot/health.svg)](https://phpackages.com/packages/bigfoot-bigfoot)
```

###  Alternatives

[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[claroline/core-bundle

Claroline core bundle

165.5k52](/packages/claroline-core-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
