{"id":50033119,"url":"https://github.com/nova-framework/sourcefiles-2.2-creating-a-helper","last_synced_at":"2026-05-20T22:40:58.376Z","repository":{"id":71317371,"uuid":"45306054","full_name":"nova-framework/sourcefiles-2.2-creating-a-helper","owner":"nova-framework","description":"source files for screencast","archived":false,"fork":false,"pushed_at":"2015-10-31T15:11:31.000Z","size":232,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-27T07:59:42.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/nova-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-31T15:05:15.000Z","updated_at":"2015-10-31T15:11:33.000Z","dependencies_parsed_at":"2023-03-11T10:17:32.808Z","dependency_job_id":null,"html_url":"https://github.com/nova-framework/sourcefiles-2.2-creating-a-helper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nova-framework/sourcefiles-2.2-creating-a-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nova-framework%2Fsourcefiles-2.2-creating-a-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nova-framework%2Fsourcefiles-2.2-creating-a-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nova-framework%2Fsourcefiles-2.2-creating-a-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nova-framework%2Fsourcefiles-2.2-creating-a-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nova-framework","download_url":"https://codeload.github.com/nova-framework/sourcefiles-2.2-creating-a-helper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nova-framework%2Fsourcefiles-2.2-creating-a-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33278314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T15:12:43.734Z","status":"ssl_error","status_checked_at":"2026-05-20T15:12:42.300Z","response_time":356,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-05-20T22:40:55.981Z","updated_at":"2026-05-20T22:40:58.367Z","avatar_url":"https://github.com/nova-framework.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Simple MVC Framework](http://simplemvcframework.com/app/templates/smvc/img/logo.png)\n\n## Packagist\n\n[![Software License](http://img.shields.io/badge/License-BSD--3-brightgreen.svg?style=flat-square)](LICENSE)\n[![Total Downloads](https://img.shields.io/packagist/dt/simple-mvc-framework/v2.svg?style=flat-square)](https://packagist.org/packages/simple-mvc-framework/v2)\n[![Dependency Status](https://www.versioneye.com/user/projects/554367f738331321e2000005/badge.svg?style=flat)](https://www.versioneye.com/user/projects/554367f738331321e2000005)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/simple-mvc-framework/v2/master/license.txt)\n[![GitHub stars](https://img.shields.io/github/stars/simple-mvc-framework/framework.svg)](https://github.com/simple-mvc-framework/framework/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/simple-mvc-framework/framework.svg)](https://github.com/simple-mvc-framework/framework/network)\n\nThe framework is now on packagist [https://packagist.org/packages/simple-mvc-framework/v2](https://packagist.org/packages/simple-mvc-framework/v2)\n\nInstall from terminal now by using:\n\n````\ncomposer create-project simple-mvc-framework/v2 foldername -s dev\n````\n\nThe foldername is the desired folder to be created.\n\n#V2.2\n#What is Simple MVC Framework?\n\nSimple MVC Framework is a PHP 5.5 MVC system. It's designed to be lightweight and modular, allowing developers to build better and easy to maintain code with PHP.\n\nThe base framework comes with a range of helper classes.\n\n## Documentation\n\nFull docs \u0026 tutorials are available at [simplemvcframework.com](http://simplemvcframework.com)\n\n##Requirements\n\n The framework requirements are limited\n\n - Apache Web Server or equivalent with mod rewrite support.\n - PHP 5.5 or greater is required\n\n Although a database is not required, if a database is to be used the system is designed to work with a MySQL database. The framework can be changed to work with another database type.\n\n## Installation\n\n1. Download the framework\n2. Unzip the package.\n3. To run composer, navigate to your project on a terminal/command prompt then run 'composer install' that will update the vendor folder. Or use the vendor folder as is (composer is not required for this step)\nUpload the framework files to your server. Normally the index.php file will be at your root.\n4. Open the app/Core/routes.php file with a text editor, setup your routes.\n5. Open app/Core/Config.example.php and set your base path (if the framework is installed in a folder the base path should reflect the folder path /path/to/folder/ otherwise a single / will do. and database credentials (if a database is needed). Set the default theme. When you are done, rename the file to Core/Config.php\n6. Edit .htaccess file and save the base path. (if the framework is installed in a folder the base path should reflect the folder path /path/to/folder/ otherwise a single / will do.\n\n### Other Contributions\nHave you found this library helpful? Why not take a minute to endorse my hard work on [coderwall](https://coderwall.com/daveismynamecom)! Just click the badge below:\n\n[![endorse](https://api.coderwall.com/daveismynamecom/endorsecount.png)](https://coderwall.com/daveismynamecom)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnova-framework%2Fsourcefiles-2.2-creating-a-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnova-framework%2Fsourcefiles-2.2-creating-a-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnova-framework%2Fsourcefiles-2.2-creating-a-helper/lists"}