2017 © Pedro Peláez
 

project album-o-rama

Sample application for the Phalcon PHP Framework. We expect to implement as many features as possible to showcase the framework and its potential.

image

phalcon/album-o-rama

Sample application for the Phalcon PHP Framework. We expect to implement as many features as possible to showcase the framework and its potential.

  • Sunday, October 2, 2016
  • by phalcon
  • Repository
  • 18 Watchers
  • 88 Stars
  • 36 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 37 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Album O'Rama

Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption., (*1)

This is a sample application for the Phalcon PHP Framework. We expect to implement as many features as possible to showcase the framework and its potential., (*2)

Please write us if you have any feedback., (*3)

Thanks., (*4)

NOTE

The master branch will always contain the latest unstable version. If you wish to check older versions or formal, tagged release, please switch to the relevant tag., (*5)

Get Started

Requirements

To run this application on your machine, you need at least:, (*6)

Installation

Install composer in a common location or in your project:, (*7)

$ curl -s http://getcomposer.org/installer | php

Create the composer.json file as follows:, (*8)

{
    "require": {
        "phalcon/album-o-rama": "dev-master"
    }
}

Run the composer installer:, (*9)

$ php composer.phar install

Then you'll need to create the database and initialize schema:, (*10)

$ echo 'CREATE DATABASE albumorama' | mysql -u root
$ cat schemas/albumorama.sql | mysql -u root albumorama

And set permissions for cache dirs:, (*11)

$ chmod a+wx var/logs/
$ chmod a+wx var/cache/
$ chmod a+wx var/volt/

License

Album O'Rama is open-sourced software licensed under the [New BSD License][6]. © Phalcon Team and contributors, (*12)

The Versions

02/10 2016

dev-master

9999999-dev http://album-o-rama.phalconphp.com/

Sample application for the Phalcon PHP Framework. We expect to implement as many features as possible to showcase the framework and its potential.

  Sources   Download

BSD-3-Clause

The Requires

  • php >= 5.4
  • ext-phalcon ~2.0

 

phalcon catalog music