https://github.com/larapulse/newrelic
New Relic client for PHP
https://github.com/larapulse/newrelic
newrelic newrelic-plugin
Last synced: about 1 year ago
JSON representation
New Relic client for PHP
- Host: GitHub
- URL: https://github.com/larapulse/newrelic
- Owner: larapulse
- License: mit
- Created: 2017-11-19T15:07:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T12:43:20.000Z (over 8 years ago)
- Last Synced: 2025-04-15T01:13:24.788Z (over 1 year ago)
- Topics: newrelic, newrelic-plugin
- Language: PHP
- Size: 14.6 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NewRelic client for PHP
[![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]
## Structure
If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.
```
bin/
config/
src/
tests/
vendor/
```
## Install
Via Composer
``` bash
$ composer require larapulse/newrelic
```
## Usage
``` php
$skeleton = new Larapulse\NewRelic();
echo $skeleton->echoPhrase('Hello, League!');
```
## Change log
Please see [CHANGELOG](docs/CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```
## Contributing
Please see [CONTRIBUTING](docs/CONTRIBUTING.md) and [CODE_OF_CONDUCT](docs/CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please email sergey.podgornyy@yahoo.de instead of using the issue tracker.
## Credits
- [Sergey Podgornyy][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/larapulse/newrelic.svg
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg
[ico-travis]: https://img.shields.io/travis/larapulse/newrelic/master.svg
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/larapulse/newrelic.svg
[ico-code-quality]: https://img.shields.io/scrutinizer/g/larapulse/newrelic.svg
[ico-downloads]: https://img.shields.io/packagist/dt/larapulse/newrelic.svg
[link-packagist]: https://packagist.org/packages/larapulse/newrelic
[link-travis]: https://travis-ci.org/larapulse/newrelic
[link-scrutinizer]: https://scrutinizer-ci.com/g/larapulse/newrelic/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/larapulse/newrelic
[link-downloads]: https://packagist.org/packages/larapulse/newrelic
[link-author]: https://github.com/SergeyPodgornyy
[link-contributors]: ../../contributors