{"id":13805331,"url":"https://github.com/phalcon/invo","last_synced_at":"2025-05-13T19:30:47.187Z","repository":{"id":2973941,"uuid":"3989277","full_name":"phalcon/invo","owner":"phalcon","description":"Sample application for the Phalcon PHP Framework","archived":false,"fork":false,"pushed_at":"2024-05-14T17:07:21.000Z","size":712,"stargazers_count":350,"open_issues_count":6,"forks_count":314,"subscribers_count":56,"default_branch":"master","last_synced_at":"2024-11-18T21:47:14.224Z","etag":null,"topics":["invo","phalcon","php"],"latest_commit_sha":null,"homepage":"https://docs.phalcon.io/latest/en/tutorial-invo#overview","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","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":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"phalcon","open_collective":"phalcon"}},"created_at":"2012-04-11T02:14:35.000Z","updated_at":"2024-05-14T17:07:26.000Z","dependencies_parsed_at":"2023-01-13T12:12:31.739Z","dependency_job_id":"f2068c0e-03dc-485b-b4cf-7735708a8475","html_url":"https://github.com/phalcon/invo","commit_stats":{"total_commits":285,"total_committers":36,"mean_commits":7.916666666666667,"dds":0.5964912280701755,"last_synced_commit":"28b66fded01b917a7e6aacfa1eb14f3ac8b1382d"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalcon%2Finvo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalcon%2Finvo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalcon%2Finvo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phalcon%2Finvo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phalcon","download_url":"https://codeload.github.com/phalcon/invo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254012968,"owners_count":21999346,"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":["invo","phalcon","php"],"created_at":"2024-08-04T01:01:00.114Z","updated_at":"2025-05-13T19:30:46.692Z","avatar_url":"https://github.com/phalcon.png","language":"PHP","readme":"# INVO Application\n\n[Phalcon][1] is a web framework delivered as a C extension providing high\nperformance and lower resource consumption.\n\nThis is a sample application for the Phalcon PHP Framework. We expect to\nimplement as many features as possible to showcase the framework and its\npotential.\n\nPlease write us if you have any feedback.\n\nThanks.\n\n## NOTE\n\nThe master branch will always contain the latest stable version. If you wish\nto check older versions or newer ones currently under development, please\nswitch to the relevant branch.\n\n## Get Started\n\n### Requirements\n\n* PHP \u003e= 7.4\n* [Apache][2] Web Server with [mod_rewrite][3] enabled or [Nginx][4] Web Server\n* Latest stable [Phalcon Framework release][5] extension enabled\n* [MySQL][6] \u003e= 5.7\n\n### Installation\n\n1. Copy project to local environment - `git clone git@github.com:phalcon/invo.git`\n2. Copy file `cp .env.example .env`\n3. Edit .env file with your DB connection information\n4. Run DB migrations `vendor/bin/phalcon-migrations run --config=migrations.php`\n\nIf you do not have PHP installed on your machine or do not wish to install it, you \ncan run the application in a docker container. You will need [docker][9] and [docker-compose][10].\n\n```shell\ndocker-compose up -d \n```\n\nwill build and start your environment\n\n```shell\ndocker exec -it invo-8.0 /bin/bash\n```\n\nwill allow you to enter the environment and run the tests. There is also `invo-8.1` \nas an option, if you wish to run an environment with PHP 8.1.\n\nTo see the dockerized invo in action run:\n\n```shell\ndocker inspect invo-8.0\n```\nand make a note of the `IPAddress`. Type the address in your browser and you \nwill see the invo application in action.\n\n## Contributing\n\nSee [CONTRIBUTING.md][7]\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\"\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\"\u003e\n\u003c/a\u003e\n\n## License\n\nInvo is open-sourced software licensed under the [New BSD License][8]. © Phalcon Framework Team and contributors\n\n[1]: https://phalcon.io/\n[2]: https://httpd.apache.org/\n[3]: https://httpd.apache.org/docs/current/mod/mod_rewrite.html\n[4]: https://nginx.org/\n[5]: https://github.com/phalcon/cphalcon/releases\n[6]: https://www.mysql.com/\n[7]: https://github.com/phalcon/invo/blob/master/CONTRIBUTING.md\n[8]: https://github.com/phalcon/invo/blob/master/docs/LICENSE.md\n[9]: https://docs.docker.com/engine/install/\n[10]: https://docs.docker.com/compose/install/\n","funding_links":["https://github.com/sponsors/phalcon","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%2Finvo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphalcon%2Finvo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphalcon%2Finvo/lists"}