Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spiral-packages/aula
https://github.com/spiral-packages/aula
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spiral-packages/aula
- Owner: spiral-packages
- License: mit
- Created: 2022-02-17T15:40:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T23:40:04.000Z (about 1 year ago)
- Last Synced: 2024-09-15T06:57:41.965Z (4 months ago)
- Language: PHP
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# This is my package aula
[![PHP](https://img.shields.io/packagist/php-v/spiral/aula.svg?style=flat-square)](https://packagist.org/packages/spiral/aula)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spiral/aula.svg?style=flat-square)](https://packagist.org/packages/spiral/aula)
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/spiral/aula/run-tests?label=tests&style=flat-square)](https://github.com/spiral/aula/actions?query=workflow%3Arun-tests+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/spiral/aula.svg?style=flat-square)](https://packagist.org/packages/spiral/aula)This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
## Requirements
Make sure that your server is configured with following PHP version and extensions:
- PHP 8.0+
- Spiral framework 2.9+
## InstallationYou can install the package via composer:
```bash
composer require spiral/aula
```After package install you need to register bootloader from the package.
```php
protected const LOAD = [
// ...
\Spiral\Aula\Bootloader\AulaBootloader::class,
];
```> Note: if you are using [`spiral-packages/discoverer`](https://github.com/spiral-packages/discoverer),
> you don't need to register bootloader by yourself.## Testing
```bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Kirill](https://github.com/kastahov)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.