Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Videles/PhalconTime
Time registration tool build with Phalcon
https://github.com/Videles/PhalconTime
Last synced: about 2 months ago
JSON representation
Time registration tool build with Phalcon
- Host: GitHub
- URL: https://github.com/Videles/PhalconTime
- Owner: Videles
- License: other
- Created: 2017-09-04T12:32:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T14:05:09.000Z (almost 7 years ago)
- Last Synced: 2024-08-04T01:05:17.468Z (5 months ago)
- Language: PHP
- Size: 605 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-phalcon - PhalconTime - TimeKeeping tool / Dashboard skeleton (Dashboard)
README
# PhalconTime Application
PhalconTime is a timekeeping tool that helps you track hours spend on clients and projects.
Please write me if you have any feedback.
## 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
* PHP >= 7.0.x (lower versions might work but are not tested)
* [Apache][2] Web Server with [mod_rewrite][3] enabled or [Nginx][4] Web Server
* Latest stable [Phalcon Framework release][5] extension enabled
* [MySQL][6] >= 5.7.x (lower versions might work but are not tested)### Installation
First you need to clone this repository:
```
$ git clone [email protected]:Videles/PhalconTime.git
```Or via HTTPS
```
$ git clone https://github.com/Videles/PhalconTime.git
```Create the database via either the Phalcon Developer Tools - Migrations or via the database phalcon-time.sql dump file, see app/migrations/phalcon-time.sql
### Configuration
Open app/config/config.php and set the parameters for the database connection and basepath / domain URI
Create the directory public/img/uploads and /cache and set the right permissions for both directories i.e. 755
## Credentials
The default login credentials are:
Username: Admin
Password: ChangeThisPassword## License
PhalconTime is lincensed under MIT. © Videles. See LICENSE.md for more information.