Album O'Rama
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:
- Composer
- PHP >= 5.4
- Apache Web Server with mod_rewrite enabled or Nginx
- Latest stable Phalcon Framework release extension enabled
Installation
Install composer in a common location or in your project:
$ curl -s http://getcomposer.org/installer | phpCreate the composer.json file as follows:
{
"require": {
"phalcon/album-o-rama": "dev-master"
}
}Run the composer installer:
$ php composer.phar installThen you'll need to create the database and initialize schema:
$ echo 'CREATE DATABASE albumorama' | mysql -u root
$ cat schemas/albumorama.sql | mysql -u root albumoramaAnd 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

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
