https://github.com/yuges-code/php-package-template
Starter template for all Yuges php packages ๐ ๐ ๐ฆ
https://github.com/yuges-code/php-package-template
package php template yuges
Last synced: about 2 months ago
JSON representation
Starter template for all Yuges php packages ๐ ๐ ๐ฆ
- Host: GitHub
- URL: https://github.com/yuges-code/php-package-template
- Owner: yuges-code
- License: mit
- Created: 2025-02-27T17:03:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T09:40:40.000Z (about 1 year ago)
- Last Synced: 2025-08-07T06:52:10.274Z (8 months ago)
- Topics: package, php, template, yuges
- Language: PHP
- Homepage: https://yuges-code.github.io/php-package-template/
- Size: 611 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
PHP package template
๐ Starter template for all Yuges PHP packages
# ๐ฟ Installation
To use this template, clone the repository and install the dependencies:
```
git clone https://github.com/yuges-code/php-package-template.git
cd php-package-template
composer install
```
# ๐งช Running Tests
To run tests, run the following command:
```
composer test
```
# โ๏ธ License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
# ๐๐ผโโ๏ธ Authors Information
Created in 2025 by:
- [Yuges-code](https://github.com/yuges-code)
- [All Contributors](../../contributors)