Download the PHP package alphalemon/alphalemon-cms-bundle without Composer

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

AlphaLemon CMS

Welcome to the AlphaLemon CMS a Content Management System Application, built on top of Symfony2 and Twitter Bootstrap frameworks.

AlphaLemon CMS is designed to provide an easy an intuitive user-interface, to improve the website's content management experience.

Build Status

Requirements

Install AlphaLemon CMS

To install AlphaLemon CMS you just need to download the AlphaLemon CMS Sandbox and follow the intructions that comes with the sandbox itself.

If you want to install AlphaLemon CSM for an existing application or from the scratch, just read the AlphaLemon CMS install chapter

Start AlphaLemon CMS

To browse your site, simply open a browser and point to http://localhost or whatever your domain is.

To work with AlphaLemon CMS simply point to http://localhost/alcms.php/backend/login

You may debug your application using the alcms_dev.php environment: http://localhost/alcms_dev.php/backend/login

The page is blank

If you encounter a blank web page, something went wrong. To understand what's appened, you could open the same page in the _dev environment or open the alcms.php and change the following row from:

$kernel = new AppKernel('alcms', false);

to

$kernel = new AppKernel('alcms', true);

Documentation

You can read AlphaLemon CMS official documentation at alphalemon.com:

AlphaLemon CMS documentation repository lives at github.

Support

If you require support you can ask for help at AlphaLemon CSM users forum.

If you want to collaborate, just introduce yourself at AlphaLemon CSM developers forum.

Stay in touch

AlphaLemon CMS is present on major social networks:

Follow @alphalemoncms on Twitter for the latest news

Like AlphaLemon CMS at Facebook

Connect with AlphaLemon CMS at Google+

Notes for windows users

AlphaLemon CMS has been written on a linux system machine, so you might encounter some small issues when you work on a windows machine:

None of those problems breaks the usability of AlphaLemon CMS. If you are a windows user and you want to fix them on your own, fork the repository, do the fixes then ask for a pull request: it would be really appreciated! :)

Enjoy!


All versions of alphalemon-cms-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
imagine/imagine Version >=0.4.1
propel/propel-bundle Version 1.2.*
propel/propel1 Version 1.6.*
phing/phing Version 2.4.12
alphalemon/alphalemon-bootstrap-bundle Version dev-master
alphalemon/theme-engine-bundle Version dev-master
alphalemon/elfinder-bundle 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 alphalemon/alphalemon-cms-bundle contains the following files

Loading the files please wait ....