An open API service indexing awesome lists of open source software.

https://github.com/inherelab/php-pkg-template

This is an php package init template repository
https://github.com/inherelab/php-pkg-template

Last synced: 5 months ago
JSON representation

This is an php package init template repository

Awesome Lists containing this project

README

          

# php-pkg-template

[![License](https://img.shields.io/github/license/inherelab/php-pkg-template.svg?style=flat-square)](LICENSE)
[![Php Version](https://img.shields.io/packagist/php-v/inherelab/php-pkg-template?maxAge=2592000)](https://packagist.org/packages/inherelab/php-pkg-template)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/inherelab/php-pkg-template)](https://github.com/inherelab/php-pkg-template)
[![Actions Status](https://github.com/inherelab/php-pkg-template/workflows/Unit-Tests/badge.svg)](https://github.com/inherelab/php-pkg-template/actions)

TODO: package_description

## Install

**composer**

```bash
composer require inherelab/php-pkg-template
```

## Usage

- github: `use the template` for quick create project
- clone this repository to local
- search `package_description` and replace your package description
- search all `inherelab/php-pkg-template` and replace to your package name.
- contains all words like `InhereLab\DemoPkg`
- update `composer.json` contents, field: name, description, require, autoload

## License

[MIT](LICENSE)