Skip to content

A setup base for the Phalcon PHP framework that uses composer.

Notifications You must be signed in to change notification settings

Danzabar/phalcon-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phalcon starter skeleton

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

A Skeleton project that has an already working test suite with travis setup and Composer integration.

How to install

Simply run composer create-project danzabar/phalcon-starter project-directory --prefer-source

Usage

In your project base, running phpunit will run unit tests, there is already an example test setup in there.

There is also a base controller and an example controller.

Modules

Modules can be added in the app/config/modules.php file, I have included a constant for the vendor directory, as I think modules are best served as composer packages. Although you are always free to make a directory and create modules specific to your app.

CLI

I have a seperate package Danzabar\Phalcon-CLI that improves the usability of the CLI. To run the CLI go to the root and run php cli Task:action params. Theres more Documentation about the features of the CLI package on its own repo.

About

A setup base for the Phalcon PHP framework that uses composer.

Resources

Stars

Watchers

Forks

Packages

No packages published