https://github.com/devtical/compack-template-generic
https://github.com/devtical/compack-template-generic
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devtical/compack-template-generic
- Owner: devtical
- License: mit
- Created: 2022-10-18T18:23:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T08:28:04.000Z (about 3 years ago)
- Last Synced: 2025-03-01T11:29:51.519Z (8 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# :package_name
:package_description
## Installation
You can install the package via composer:
```bash
composer require :vendor_slug/:package_slug
```
## Usage
```php
use :vendor_namespace\:package_class_name\:package_class_name;
$packageDetail = (new :package_class_name)->getPackageDetail();
var_dump($packageDetail);
```
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email `:author_email` instead of using the issue tracker.
## Credits
- [:author_name](https://github.com/:author_username)
- [All Contributors](https://github.com/:vendor_slug/:package_slug/graphs/contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.