{"id":15707628,"url":"https://github.com/thenets/ien","last_synced_at":"2025-08-14T11:34:45.803Z","repository":{"id":23616563,"uuid":"26985921","full_name":"thenets/IEN","owner":"thenets","description":"Sistema Educacional nas Nuvens.","archived":false,"fork":false,"pushed_at":"2015-01-03T17:58:59.000Z","size":5208,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-20T01:36:59.674Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thenets.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":"2014-11-22T02:17:15.000Z","updated_at":"2017-03-29T09:48:44.000Z","dependencies_parsed_at":"2022-08-22T02:11:00.393Z","dependency_job_id":null,"html_url":"https://github.com/thenets/IEN","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thenets/IEN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2FIEN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2FIEN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2FIEN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2FIEN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thenets","download_url":"https://codeload.github.com/thenets/IEN/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenets%2FIEN/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261020814,"owners_count":23098226,"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":[],"created_at":"2024-10-03T20:40:56.926Z","updated_at":"2025-06-20T21:35:41.830Z","avatar_url":"https://github.com/thenets.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"ZendSkeletonApplication\n=======================\n\nIntroduction\n------------\nThis is a simple, skeleton application using the ZF2 MVC layer and module\nsystems. This application is meant to be used as a starting place for those\nlooking to get their feet wet with ZF2.\n\nInstallation\n------------\n\nUsing Composer (recommended)\n----------------------------\nThe recommended way to get a working copy of this project is to clone the repository\nand use `composer` to install dependencies using the `create-project` command:\n\n    curl -s https://getcomposer.org/installer | php --\n    php composer.phar create-project -sdev --repository-url=\"https://packages.zendframework.com\" zendframework/skeleton-application path/to/install\n\nAlternately, clone the repository and manually invoke `composer` using the shipped\n`composer.phar`:\n\n    cd my/project/dir\n    git clone git://github.com/zendframework/ZendSkeletonApplication.git\n    cd ZendSkeletonApplication\n    php composer.phar self-update\n    php composer.phar install\n\n(The `self-update` directive is to ensure you have an up-to-date `composer.phar`\navailable.)\n\nAnother alternative for downloading the project is to grab it via `curl`, and\nthen pass it to `tar`:\n\n    cd my/project/dir\n    curl -#L https://github.com/zendframework/ZendSkeletonApplication/tarball/master | tar xz --strip-components=1\n\nYou would then invoke `composer` to install dependencies per the previous\nexample.\n\nUsing Git submodules\n--------------------\nAlternatively, you can install using native git submodules:\n\n    git clone git://github.com/zendframework/ZendSkeletonApplication.git --recursive\n\nWeb Server Setup\n----------------\n\n### PHP CLI Server\n\nThe simplest way to get started if you are using PHP 5.4 or above is to start the internal PHP cli-server in the root directory:\n\n    php -S 0.0.0.0:8080 -t public/ public/index.php\n\nThis will start the cli-server on port 8080, and bind it to all network\ninterfaces.\n\n**Note: ** The built-in CLI server is *for development only*.\n\n### Apache Setup\n\nTo setup apache, setup a virtual host to point to the public/ directory of the\nproject and you should be ready to go! It should look something like below:\n\n    \u003cVirtualHost *:80\u003e\n        ServerName zf2-tutorial.localhost\n        DocumentRoot /path/to/zf2-tutorial/public\n        SetEnv APPLICATION_ENV \"development\"\n        \u003cDirectory /path/to/zf2-tutorial/public\u003e\n            DirectoryIndex index.php\n            AllowOverride All\n            Order allow,deny\n            Allow from all\n        \u003c/Directory\u003e\n    \u003c/VirtualHost\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenets%2Fien","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenets%2Fien","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenets%2Fien/lists"}