wataridori/bphalcon

A small library which implement some features to phalcon

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/wataridori/bphalcon

v1.0.0 2014-08-24 11:41 UTC

This package is auto-updated.

Last update: 2025-10-15 21:56:19 UTC


README

BPhalcon is a set of components for PhalconPHP framework. BPhalcon stands for Base Phalcon or Bootstrap Phalcon. It helps you write your code in a more DRY way. The codes generate by BPhalcon are implemented with the Twitter Bootstrap style.

Requirements

  • PHP 5.4 or higher
  • PhalconPHP 1.3.1 or higher

Install

  • You can install BPhalcon via composer
composer create-project wataridori/bphalcon install_path

Config

If you start building your website from the BPhalcon skeleton, please remember to change the username, password, and database in the app/config/config.php file. Then change mode the folder app/cache

chmod 777 app/cache

Document

External Links