PHPackages                             phalcon/album-o-rama - 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. [Framework](/categories/framework)
4. /
5. phalcon/album-o-rama

ActiveProject[Framework](/categories/framework)

phalcon/album-o-rama
====================

Sample application for the Phalcon PHP Framework.

v1.0.0(7y ago)865133[1 issues](https://github.com/phalcon/album-o-rama/issues)BSD-3-ClauseCSSPHP &gt;= 5.4

Since May 4Pushed 7y ago14 watchersCompare

[ Source](https://github.com/phalcon/album-o-rama)[ Packagist](https://packagist.org/packages/phalcon/album-o-rama)[ Docs](https://phalconphp.com)[ RSS](/packages/phalcon-album-o-rama/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Album O'Rama
============

[](#album-orama)

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
----

[](#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](https://github.com/phalcon/album-o-rama/releases).

Get Started
-----------

[](#get-started)

### Requirements

[](#requirements)

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

- [Composer](https://getcomposer.org/)
- PHP &gt;= 5.4
- [Apache Web Server](http://httpd.apache.org/) with [mod\_rewrite](http://httpd.apache.org/docs/current/mod/mod_rewrite.html) enabled or [Nginx](http://nginx.org/)
- Latest stable [Phalcon Framework release](https://github.com/phalcon/cphalcon/releases) extension enabled

### Installation

[](#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
-------

[](#license)

Album O'Rama is open-sourced software licensed under the [New BSD License](https://github.com/phalcon/album-o-rama/blob/master/docs/LICENSE.md). © Phalcon Team and contributors

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.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

Unknown

Total

1

Last Release

2565d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/826683026897842e5e89553da75daf5f8b4d0fe030761c876e2c8e2029942f8e?d=identicon)[phalcon](/maintainers/phalcon)

![](https://www.gravatar.com/avatar/d5ff591be4c323fa518af7afa942b4b1423ce4bd3991e9d9b3fc1b3878cfea75?d=identicon)[Jeckerson](/maintainers/Jeckerson)

---

Top Contributors

[![sergeyklay](https://avatars.githubusercontent.com/u/1256298?v=4)](https://github.com/sergeyklay "sergeyklay (38 commits)")[![andresgutierrez](https://avatars.githubusercontent.com/u/213590?v=4)](https://github.com/andresgutierrez "andresgutierrez (3 commits)")[![kenjikobe](https://avatars.githubusercontent.com/u/2137523?v=4)](https://github.com/kenjikobe "kenjikobe (3 commits)")[![mfer](https://avatars.githubusercontent.com/u/1151432?v=4)](https://github.com/mfer "mfer (3 commits)")[![ch3k1](https://avatars.githubusercontent.com/u/10967829?v=4)](https://github.com/ch3k1 "ch3k1 (1 commits)")[![jcsibon](https://avatars.githubusercontent.com/u/3449854?v=4)](https://github.com/jcsibon "jcsibon (1 commits)")

---

Tags

phalconphalconphpphpphp7sample-appphalconcatalogmusic

### Embed Badge

![Health badge](/badges/phalcon-album-o-rama/health.svg)

```
[![Health](https://phpackages.com/badges/phalcon-album-o-rama/health.svg)](https://phpackages.com/packages/phalcon-album-o-rama)
```

###  Alternatives

[phalcon/cphalcon

Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.

10.8k241.4k1](/packages/phalcon-cphalcon)[phalcon/devtools

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

1.3k2.0M54](/packages/phalcon-devtools)[phalcon/incubator

Adapters, prototypes or functionality that can be potentially incorporated to the C-framework.

7222.9M81](/packages/phalcon-incubator)[phalcon/migrations

Run and Generate DB Migrations with Phalcon Framework

29977.8k6](/packages/phalcon-migrations)[oleksandr-torosh/yona-cms

Yona CMS - open source content management system (CMS). Written in Phalcon PHP Framework (v 1.3.x). Has a convenient modular structure. Has simple configuration and architecture. Can be easily modified for any task with any loads.

3652.1k](/packages/oleksandr-torosh-yona-cms)[m1ome/phalcon-datatables

DataTables adapter for Phalcon Framework

4943.2k](/packages/m1ome-phalcon-datatables)

PHPackages © 2026

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