{"id":19764372,"url":"https://github.com/brick/mortar","last_synced_at":"2026-05-14T09:36:35.829Z","repository":{"id":9775335,"uuid":"11747002","full_name":"brick/mortar","owner":"brick","description":"Skeleton application built on Brick","archived":false,"fork":false,"pushed_at":"2020-10-14T22:02:06.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T23:47:31.172Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/brick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-29T18:50:39.000Z","updated_at":"2024-10-01T13:40:37.000Z","dependencies_parsed_at":"2022-07-08T06:38:42.855Z","dependency_job_id":null,"html_url":"https://github.com/brick/mortar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brick%2Fmortar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brick%2Fmortar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brick%2Fmortar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brick%2Fmortar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brick","download_url":"https://codeload.github.com/brick/mortar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241096235,"owners_count":19908935,"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-11-12T04:13:43.412Z","updated_at":"2026-05-14T09:36:35.791Z","avatar_url":"https://github.com/brick.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Mortar\n======\n\nSkeleton application for the Brick framework.\n\nHow to run it\n-------------\n\nFirst install the dependencies with [composer](http://getcomposer.org/):\n\n    cd /path/to/mortar\n    composer update\n\n### Method 1: using PHP's built-in web server\n\nThis is the quickest and easiest way to start playing with the application:\n\n    cd /path/to/mortar/public\n    php -S localhost:8000 index.php\n\nJust point your browser to `http://localhost:8000/` and you should get the welcome page.\n\n### Method 2: using Apache\n\nTo host permanently the application on your development machine, create a virtual host in `httpd.conf` pointing to the `public` directory:\n\n    \u003cVirtualHost *:80\u003e\n\t    ServerName mortar.localhost\n\t    DocumentRoot /path/to/mortar/public\n\n        # This ensures that the .htaccess directives will be taken into account\n\t    \u003cDirectory \"/path/to/mortar/public\"\u003e\n\t        AllowOverride All\n\t    \u003c/Directory\u003e\n    \u003c/VirtualHost\u003e\n\nRestart Apache, then create an entry for this virtual host in your [hosts file](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file):\n\n    127.0.0.1 mortar.localhost\n\nNow point your browser to `http://mortar.localhost/` and you should get the welcome page.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrick%2Fmortar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrick%2Fmortar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrick%2Fmortar/lists"}