https://github.com/backstagephp/tools
A Filament package for Laravel tool usage
https://github.com/backstagephp/tools
Last synced: 15 days ago
JSON representation
A Filament package for Laravel tool usage
- Host: GitHub
- URL: https://github.com/backstagephp/tools
- Owner: backstagephp
- License: mit
- Created: 2025-07-02T09:48:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T15:14:46.000Z (7 months ago)
- Last Synced: 2025-07-14T18:04:41.632Z (7 months ago)
- Language: PHP
- Size: 64.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
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
# A handcrafted Filament package for Laravel tool usage
[](https://packagist.org/packages/backstage/tools)
[](https://github.com/backstage/tools/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/backstage/tools/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain)
[](https://packagist.org/packages/backstage/tools)
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 backstage/tools
```
## Usage
```php
$tools = new Backstage\Tools();
echo $tools->echoPhrase('Hello, Backstage!');
```
## 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
- [Manoj Hortulanus](https://github.com/arduinomaster22)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.