Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeslopcru committed Feb 4, 2018
1 parent a417831 commit e0b52ed
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,23 @@
VarnishAdmin is a PHP Library for manage Varnish reverse proxy cache commands using PHP



## Requirements

VarnishAdmin is supported on PHP 5.5.* and up.
VarnishAdmin is supported on PHP 5.6.* and up.


## Instalation

To install this package, run the command below and you will get the latest version
```
composer require neighborhoods/varnishadmin
composer require jeslopcru/varnishadmin
```

or include this in your composer.json
```
{
"require": {
"neighborhoods/varnishadmin": "dev-master"
"jeslopcru/varnishadmin": "dev-master"
}
}
```
Expand All @@ -34,6 +33,7 @@ It's very easy to use VarnishAdmin. If you have any question please open an issu
$varnish = new VarnishAdminSocket('192.168.10.10', 6082, '5.0.0');
$varnish->purgeUrl('example.com');
$varnish->quit();
```

### Varnish 4
```php
Expand All @@ -58,9 +58,7 @@ Pull request are welcome using PSR-2, all issues are welcomed
## License
The whole VarnishAdmin package, is released under the MIT license, see LICENSE.

https://github.com/newsdev/docker-varnish

Based on [jeslopcru/VarnishAdmin](https://github.com/jeslopcru/VarnishAdmin)
You can use this repo for Docker: https://github.com/newsdev/docker-varnish

Based on [timwhitlock/php-varnish](https://github.com/timwhitlock/php-varnish)

0 comments on commit e0b52ed

Please sign in to comment.