https://github.com/antidot-framework/fast-router-adapter
Fast Router adapter for Antidot Framework
https://github.com/antidot-framework/fast-router-adapter
Last synced: 4 months ago
JSON representation
Fast Router adapter for Antidot Framework
- Host: GitHub
- URL: https://github.com/antidot-framework/fast-router-adapter
- Owner: antidot-framework
- License: mit
- Created: 2019-09-30T16:53:19.000Z (over 5 years ago)
- Default Branch: 1.x.x
- Last Pushed: 2024-06-17T15:54:04.000Z (about 1 year ago)
- Last Synced: 2025-01-06T07:23:27.921Z (6 months ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Antidot Framework Fast Router Adapter
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]Fast Router adapter for Antidot Framework
## Install
Via Composer
``` bash
$ composer require antidot-fw/fast-router-adapter
```## Usage
``` php
```
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [kpicaza][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/antidot-fw/fast-router-adapter.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/antidot-fw/fast-router-adapter/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/antidot-fw/fast-router-adapter.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/antidot-fw/fast-router-adapter.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/antidot-fw/fast-router-adapter.svg?style=flat-square[link-packagist]: https://packagist.org/packages/antidot-fw/fast-router-adapter
[link-travis]: https://travis-ci.org/antidot-fw/fast-router-adapter
[link-scrutinizer]: https://scrutinizer-ci.com/g/antidot-fw/fast-router-adapter/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/antidot-fw/fast-router-adapter
[link-downloads]: https://packagist.org/packages/antidot-fw/fast-router-adapter
[link-author]: https://github.com/kpicaza
[link-contributors]: ../../contributors