{"id":13805389,"url":"https://github.com/phalcon/vokuro","last_synced_at":"2025-05-13T19:30:58.289Z","repository":{"id":40990914,"uuid":"9816679","full_name":"phalcon/vokuro","owner":"phalcon","description":"Sample application for Phalcon Framework (Acl, Auth, Security)","archived":false,"fork":false,"pushed_at":"2023-07-19T07:08:53.000Z","size":1380,"stargazers_count":370,"open_issues_count":12,"forks_count":193,"subscribers_count":42,"default_branch":"master","last_synced_at":"2024-09-06T21:28:06.221Z","etag":null,"topics":["acl","demo","phalcon","phalcon-framework","php","sample","security","tutorial","vokuro"],"latest_commit_sha":null,"homepage":"https://phalcon.io","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phalcon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2013-05-02T15:59:36.000Z","updated_at":"2024-07-03T15:40:19.000Z","dependencies_parsed_at":"2023-02-16T17:46:16.027Z","dependency_job_id":"b6d4ffc4-f41b-4d31-969b-ef5142950382","html_url":"https://github.com/phalcon/vokuro","commit_stats":{"total_commits":299,"total_committers":41,"mean_commits":"7.2926829268292686","dds":0.5317725752508361,"last_synced_commit":"99873e38cda7856779dedde711f453b2e06afc18"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalcon%2Fvokuro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalcon%2Fvokuro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalcon%2Fvokuro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalcon%2Fvokuro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phalcon","download_url":"https://codeload.github.com/phalcon/vokuro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225254329,"owners_count":17445163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acl","demo","phalcon","phalcon-framework","php","sample","security","tutorial","vokuro"],"created_at":"2024-08-04T01:01:00.668Z","updated_at":"2024-11-18T21:31:10.055Z","avatar_url":"https://github.com/phalcon.png","language":"PHP","readme":"# Vökuró\n\n[![Discord](https://img.shields.io/discord/310910488152375297?label=Discord)](http://phalcon.io/discord)\n[![Build Status](https://travis-ci.org/phalcon/vokuro.svg?branch=master)](https://travis-ci.org/phalcon/vokuro)\n[![Phalcon Backers](https://img.shields.io/badge/phalcon-backers-99ddc0.svg)](https://github.com/phalcon/cphalcon/blob/master/BACKERS.md)\n[![OpenCollective](https://opencollective.com/phalcon/backers/badge.svg)](#backers)\n[![OpenCollective](https://opencollective.com/phalcon/sponsors/badge.svg)](#sponsors)\n\nThis is a sample application for the [Phalcon Framework](https://github.com/phalcon/cphalcon).\nWe expect to implement as many features as possible to showcase the framework and its potential.\n\nPlease write us if you have any feedback.\n\nThanks.\n\n## Get Started\n\n### Requirements\n\nTo run this application on your machine, you need at least:\n\n* PHP \u003e= 7.2\n* Phalcon \u003e= 4.0\n* MySQL \u003e= 5.5\n* Apache Web Server with `mod_rewrite enabled`, and `AllowOverride Options` (or `All`) in your `httpd.conf` or Nginx Web Server\n* Latest [Phalcon Framework](https://github.com/phalcon/cphalcon) extension installed/enabled\n\n### Install Vökuró via composer create-project\n\n```bash\ncomposer create-project phalcon/vokuro /path/to/vokuro-folder \"4.1.2\" --prefer-dist\n```\n\n### Installing Dependencies via Composer\n\nVökuró's dependencies must be installed using Composer. Install composer in a common location or in your project:\n\n```bash\ncurl -s http://getcomposer.org/installer | php\n```\n\nRun the composer installer:\n\n```bash\ncd vokuro\ncomposer install\ncp .env.example .env\nvendor/bin/phinx migrate\nvendor/bin/phinx seed:run\n```\n\n**NOTE** After the installation, please ensure that the following folders have write permissions set:\n- `var/cache/acl`\n- `var/cache/metaData`\n- `var/cache/session`\n- `var/cache/volt`\n\n## NOTE\n\nThe master branch will always contain the latest stable version.\nIf you wish to check older versions or newer ones currently under development, please switch to the relevant branch.\n\n## Improving this Sample\n\nPhalcon is an open source project and a volunteer effort.\nVökuró does not have human resources fully dedicated to the maintenance of this software.\nIf you want something to be improved or you want a new feature please submit a Pull Request.\n\n## Sponsors\n\nBecome a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/phalcon#sponsor)]\n\n\u003ca href=\"https://opencollective.com/phalcon/#contributors\"\u003e\n\u003cimg src=\"https://opencollective.com/phalcon/tiers/sponsors.svg?avatarHeight=48\u0026width=800\" alt=\"sponsors\"\u003e\n\u003c/a\u003e\n\n## Backers\n\nSupport us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/phalcon#backer)]\n\n\u003ca href=\"https://opencollective.com/phalcon/#contributors\"\u003e\n\u003cimg src=\"https://opencollective.com/phalcon/tiers/backers.svg?avatarHeight=48\u0026width=800\u0026height=200\" alt=\"backers\"\u003e\n\u003c/a\u003e\n\n## License\n\nVökuró is open-sourced software licensed under the New BSD License.\n","funding_links":["https://opencollective.com/phalcon","https://opencollective.com/phalcon/"],"categories":["Application Skeleton"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphalcon%2Fvokuro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphalcon%2Fvokuro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphalcon%2Fvokuro/lists"}