{"id":15714885,"url":"https://github.com/iranianpep/php-base-project","last_synced_at":"2025-05-12T21:13:15.084Z","repository":{"id":57039373,"uuid":"88731011","full_name":"iranianpep/php-base-project","owner":"iranianpep","description":"A Composer ready package to start a new PHP 7 project","archived":false,"fork":false,"pushed_at":"2021-07-12T04:52:01.000Z","size":35,"stargazers_count":15,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-12T21:13:06.917Z","etag":null,"topics":["base-project","composer-package","packagist","php","php7","starter-kit","starter-template","template-project"],"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/iranianpep.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":"2017-04-19T10:14:29.000Z","updated_at":"2023-09-19T01:48:03.000Z","dependencies_parsed_at":"2022-08-24T00:50:49.624Z","dependency_job_id":null,"html_url":"https://github.com/iranianpep/php-base-project","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iranianpep%2Fphp-base-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iranianpep%2Fphp-base-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iranianpep%2Fphp-base-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iranianpep%2Fphp-base-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iranianpep","download_url":"https://codeload.github.com/iranianpep/php-base-project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253823462,"owners_count":21969848,"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":["base-project","composer-package","packagist","php","php7","starter-kit","starter-template","template-project"],"created_at":"2024-10-03T21:39:52.609Z","updated_at":"2025-05-12T21:13:15.060Z","avatar_url":"https://github.com/iranianpep.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Base Project\nA Composer ready package to start a new PHP 7 project including Composer, PHPUnit, Travis, CodeClimate and StyleCI. More info [here](http://keepcoding.ehsanabbasi.com/php/composer-ready-starter-kit/).\n\n[![Latest Stable Version](https://poser.pugx.org/php-base-project/php-base-project/v/stable)](https://packagist.org/packages/php-base-project/php-base-project)\n[![Build Status](https://travis-ci.org/iranianpep/php-base-project.svg?branch=master)](https://travis-ci.org/iranianpep/php-base-project)\n[![Build Status](https://scrutinizer-ci.com/g/iranianpep/php-base-project/badges/build.png?b=master)](https://scrutinizer-ci.com/g/iranianpep/php-base-project/build-status/master)\n[![Code Climate](https://codeclimate.com/github/iranianpep/php-base-project/badges/gpa.svg)](https://codeclimate.com/github/iranianpep/php-base-project)\n[![Test Coverage](https://codeclimate.com/github/iranianpep/php-base-project/badges/coverage.svg)](https://codeclimate.com/github/iranianpep/php-base-project/coverage)\n[![Code Coverage](https://scrutinizer-ci.com/g/iranianpep/php-base-project/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/iranianpep/php-base-project/?branch=master)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/iranianpep/php-base-project/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/iranianpep/php-base-project/?branch=master)\n[![Issue Count](https://codeclimate.com/github/iranianpep/php-base-project/badges/issue_count.svg)](https://codeclimate.com/github/iranianpep/php-base-project)\n[![License](https://poser.pugx.org/php-base-project/php-base-project/license)](https://packagist.org/packages/php-base-project/php-base-project)\n[![StyleCI](https://styleci.io/repos/88731011/shield?branch=master)](https://styleci.io/repos/88731011)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f6798ce3c00e4de083d89f289b6c9285)](https://www.codacy.com/app/iranianpep/php-base-project?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=iranianpep/php-base-project\u0026amp;utm_campaign=Badge_Grade)\n[![Packagist](https://img.shields.io/packagist/dt/php-base-project/php-base-project.svg)](https://packagist.org/packages/php-base-project/php-base-project)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/iranianpep/php-base-project/master/LICENSE)\n\n## Server Requirements\n- PHP \u003e= 7.4\n\n## Usage\n-  First install this template:\n```\ncomposer create-project php-base-project/php-base-project\n```\n- Find and replace all `php-base-project`, `PHP Base Project` and `PhpBaseProject` with your project root, name and namespace respectively.\n- Create an account on Travis, Scrutinizer and Code Climate and allow access to your repository\n- Update `composer.json` with the relevant information to your project\n- Update `.travis.yml` with your repository token from Code Climate\n- Update readme file with the right path to the badges\n- Update author name in the license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firanianpep%2Fphp-base-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firanianpep%2Fphp-base-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firanianpep%2Fphp-base-project/lists"}