Skip to content

Commit

Permalink
Switch to our own agent (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecourtial authored Jun 16, 2020
1 parent 199d9c7 commit d7916a9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 22 deletions.
21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) Wizaplace

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
# Elastic APM Symfony Bundle
Uses [wizaplace/wizaplace/elastic-apm-wrapper](https://github.com/wizaplace/elastic-apm-wrapper).
Uses the [wizaplace/wizaplace/elastic-apm-wrapper](https://github.com/wizaplace/elastic-apm-wrapper).

[![License](https://poser.pugx.org/wizaplace/ElasticApmBundle/license)](https://packagist.org/packages/wizaplace/ElasticApmBundle)
[![CircleCI](https://circleci.com/gh/wizaplace/ElasticApmBundle/tree/master.svg?style=svg)](https://circleci.com/gh/wizaplace/ElasticApmBundle/tree/master)
[![Version](https://img.shields.io/github/v/release/wizaplace/ElasticApmBundle)](https://circleci.com/gh/wizaplace/ElasticApmBundle/tree/master)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/wizaplace/ElasticApmBundle/graphs/commit-activity)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/wizaplace/ElasticApmBundle)

## Installation

1) Add the repositories to your _composer.json_ file:
Install the bundle via composer:

{
"type": "git",
"url": "https://github.com/wizaplace/elastic-apm-symfony"
},
{
"type": "git",
"url": "https://github.com/wizaplace/elastic-apm-wrapper"
}
composer require wizaplace/elastic-apm-symfony
2) Add the requirements in your _require_ section of the _composer.json_ file:
` "philkra/elastic-apm-php-agent": "dev-master"`

3) Require the bundle _composer require wizaplace/elastic-apm-symfony_
## License
This library is licensed under the [MIT license](http://opensource.org/licenses/MIT).
11 changes: 2 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Elastic APM"
],
"homepage": "https://github.com/wizaplace/elastic-apm-symfony",
"license": "proprietary",
"license": "MIT",
"authors": [
{
"name": "Wizacha DevTeam",
Expand All @@ -30,17 +30,10 @@
}
},
"require": {
"philkra/elastic-apm-php-agent": "dev-master",
"symfony/dependency-injection": "~3.0",
"symfony/symfony": ">=3.0 <4.3",
"wizaplace/elastic-apm-wrapper": "^0.4.0"
"wizaplace/elastic-apm-wrapper": "^0.4.2"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/wizaplace/elastic-apm-wrapper.git"
}
],
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"infection/infection": "^0.15.3",
Expand Down

0 comments on commit d7916a9

Please sign in to comment.