All Projects → phalcon → Album O Rama

phalcon / Album O Rama

Album O'Rama repository

Projects that are alternatives of or similar to Album O Rama

element
Element CMF
Stars: ✭ 16 (-81.61%)
Mutual labels:  phalcon
Vokuro
Sample application for Phalcon Framework (Acl, Auth, Security)
Stars: ✭ 350 (+302.3%)
Mutual labels:  phalcon
Incubator
Incubator adapters/functionality for the Phalcon PHP Framework
Stars: ✭ 734 (+743.68%)
Mutual labels:  phalcon
phalcon
[WIP] Phalcon Framework. Work will continue after release of v5.0
Stars: ✭ 138 (+58.62%)
Mutual labels:  phalcon
Docs
Phalcon Framework documentation
Stars: ✭ 305 (+250.57%)
Mutual labels:  phalcon
Yona Cms
CMS based on Phalcon PHP Framework with modular structure
Stars: ✭ 374 (+329.89%)
Mutual labels:  phalcon
homebrew-tap
Official Homebrew tap for Phalcon PHP Framework (brew install phalcon)
Stars: ✭ 14 (-83.91%)
Mutual labels:  phalcon
Phalcon Mongodb Odm
MongoDB ODM for Phalcon framework for new mongodb php extension with query builder and rich functionality
Stars: ✭ 42 (-51.72%)
Mutual labels:  phalcon
Invo
Sample application for the Phalcon PHP Framework
Stars: ✭ 342 (+293.1%)
Mutual labels:  phalcon
Awesome Phalcon
A curated list of awesome Phalcon libraries and resources
Stars: ✭ 593 (+581.61%)
Mutual labels:  phalcon
phalcon-authmiddleware
Auth Middleware component for Phalcon.
Stars: ✭ 27 (-68.97%)
Mutual labels:  phalcon
Zephir
Zephir is a compiled high level language aimed to the creation of C-extensions for PHP.
Stars: ✭ 3,086 (+3447.13%)
Mutual labels:  phalcon
Prophiler
PHP Profiler & Developer Toolbar (built for Phalcon)
Stars: ✭ 445 (+411.49%)
Mutual labels:  phalcon
Core
Free, easy to setup PBX for small business based on Asterisk 16 core
Stars: ✭ 190 (+118.39%)
Mutual labels:  phalcon
Padlock
Phalcon Authentication Server
Stars: ✭ 18 (-79.31%)
Mutual labels:  phalcon
dashninja-fe
Dash Ninja Front-End (Public Rest API+HTML+JS)
Stars: ✭ 22 (-74.71%)
Mutual labels:  phalcon
Forum
Phalcon official Forum
Stars: ✭ 358 (+311.49%)
Mutual labels:  phalcon
Phalcon Cron
Cron component for Phalcon.
Stars: ✭ 73 (-16.09%)
Mutual labels:  phalcon
Phalcon
📕 基于Phalcon集成Composer,事件监听,中间件,MongoDB,Redis
Stars: ✭ 31 (-64.37%)
Mutual labels:  phalcon
Hookphp
HookPHP基于C扩展搭建内置AI编程的架构系统-支持微服务部署|热插拔业务组件-集成业务模型|权限模型|UI组件库|多模板|多平台|多域名|多终端|多语言-含常驻内存|前后分离|API平台|LUA QQ群:679116380
Stars: ✭ 575 (+560.92%)
Mutual labels:  phalcon

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 stable version. If you wish to check older versions or newer ones currently under development, please switch to the relevant branch.

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 Framework Team and contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].