Skip to content

rwagnon/Test1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Management Application

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.

Please contact us if you have any feedback. www.acumensoftwaredesign.com

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

Webserver

  • A webserver running on your local machine or hosting provider that

  • points to the domain listed in your /app/config/config.ini file.

  • ex. host = phalcon-contact-app.io

Installation

First you need to clone this repository:

$ git clone https://github.com/acumen-corp/OOP-Contact-Management.git

Then you'll need to create the database and initialize schema:

$ echo 'CREATE DATABASE contact_management CHARSET=utf8 COLLATE=utf8_unicode_ci' | mysql -u root
$ cat schemas/contact_management.sql | mysql -u root mysql

Also you can override application config by creating app/config/config.ini.dev (already gitignored).

Contributing

See [CONTRIBUTING.md][7]

License

© Phalcon Framework Team and contributors

Releases

No releases published

Packages

No packages published