Download the PHP package sitesurfer/tc-osdata without Composer
On this page you can find all versions of the php package sitesurfer/tc-osdata. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sitesurfer/tc-osdata
More information about sitesurfer/tc-osdata
Files in sitesurfer/tc-osdata
Package tc-osdata
Short Description This is my package tc-osdata
License MIT
Homepage https://github.com/sitesurfer/tc-osdata
Informations about the package tc-osdata
This is my package tc-osdata
This package simply wraps the OS API into a Laravel friendly package. The facade is the easiest way to use the package. For instance : TCOSDATA::postcode('1234AB') will return the data for that postcode. (Dont forget to add the use statement at the top of your file : use Sitesurfer\tcosdata\Facades\TCOSDATA;)
bash composer require sitesurfer/tc-osdata bash php artisan vendor:publish --tag="tc-osdata-migrations" php artisan migrate bash php artisan vendor:publish --tag="tc-osdata-config" bash php artisan vendor:publish --tag="tc-osdata-views" 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 Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Owen Lees](https://github.com/sitesurfer)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
All versions of tc-osdata with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.0