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

https://github.com/devtical/compack-template-generic


https://github.com/devtical/compack-template-generic

Last synced: 4 months ago
JSON representation

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.