phalcon/album-o-rama

Sample application for the Phalcon PHP Framework.

Package info

github.com/phalcon/album-o-rama

Homepage

Wiki

Language:CSS

Type:project

pkg:composer/phalcon/album-o-rama

Fund package maintenance!

phalcon

Open Collective

Statistics

Installs: 51

Dependents: 0

Suggesters: 0

Stars: 85

Open Issues: 1

v1.0.0 2019-05-04 14:16 UTC

Requires

  • php: >= 5.4
  • ext-phalcon: 2.*|3.*

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 9e580dbf17301d75e3100849d0b041ac839a2d2c

  • Phalcon Team <team.woop@phalconphp.com>

catalogmusicphalcon

This package is auto-updated.

Last update: 2026-06-07 12:04:10 UTC


README

Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption.

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.

Please write us if you have any feedback.

Thanks.

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.

Get Started

Requirements

To run this application on your machine, you need at least:

Installation

Install composer in a common location or in your project:

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

Create the composer.json file as follows:

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

Run the composer installer:

$ php composer.phar install

Then you'll need to create the database and initialize schema:

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

And set permissions for cache dirs:

$ 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. © Phalcon Team and contributors