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
- Host: GitHub
- URL: https://github.com/inherelab/php-pkg-template
- Owner: inherelab
- License: mit
- Created: 2020-06-08T10:01:51.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-21T02:04:14.000Z (7 months ago)
- Last Synced: 2025-11-21T04:09:38.739Z (7 months ago)
- Language: PHP
- Size: 53.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-pkg-template
[](LICENSE)
[](https://packagist.org/packages/inherelab/php-pkg-template)
[](https://github.com/inherelab/php-pkg-template)
[](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)