https://github.com/webplusmultimedia/test-fil-test
some dummy test
https://github.com/webplusmultimedia/test-fil-test
Last synced: 9 months ago
JSON representation
some dummy test
- Host: GitHub
- URL: https://github.com/webplusmultimedia/test-fil-test
- Owner: webplusmultimedia
- License: mit
- Created: 2024-03-27T10:30:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-28T13:42:47.000Z (10 months ago)
- Last Synced: 2025-07-28T15:34:04.041Z (10 months ago)
- Language: PHP
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# This is my package test-fil-test
[](https://packagist.org/packages/webplusm/test-fil-test)
[](https://github.com/webplusm/test-fil-test/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/webplusm/test-fil-test/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain)
[](https://packagist.org/packages/webplusm/test-fil-test)
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
## Installation
You can install the package via composer:
```bash
composer require webplusm/test-fil-test
```
You can publish and run the migrations with:
```bash
php artisan vendor:publish --tag="test-fil-test-migrations"
php artisan migrate
```
You can publish the config file with:
```bash
php artisan vendor:publish --tag="test-fil-test-config"
```
Optionally, you can publish the views using
```bash
php artisan vendor:publish --tag="test-fil-test-views"
```
This is the contents of the published config file:
```php
return [
];
```
## Usage
```php
$testFilTest = new Webplusm\TestFilTest();
echo $testFilTest->echoPhrase('Hello, Webplusm!');
```
## 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
- [webplusm](https://github.com/webplusm)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.