Skip to content

Commit

Permalink
php >= 5.3, composer support
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Dec 3, 2013
1 parent c5de7cc commit a56ce42
Show file tree
Hide file tree
Showing 13 changed files with 183 additions and 158 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ php:
- "5.5"
- "5.4"
- "5.3"
- "5.2"

before_script:
- chmod 777 Tests/tmp
Expand Down
9 changes: 3 additions & 6 deletions README.md
@@ -1,6 +1,6 @@
# Работа с 7z архивами с помощью командной строки.

[![Build Status](https://secure.travis-ci.org/Gemorroj/Archive_7z.png?branch=master)](https://travis-ci.org/Gemorroj/Archive_7z)
[![Build Status](https://secure.travis-ci.org/Gemorroj/Archive7z.png?branch=master)](https://travis-ci.org/Gemorroj/Archive7z)


На данный момент, поддерживается распаковка всего архива,
Expand All @@ -12,18 +12,15 @@

Требования:

- PHP >= 5.2
- PHP >= 5.3
- shell
- 7z >= 7.30


Пример:
```php
<?php
set_include_path(dirname(__FILE__));
require 'Archive/7z.php';

$obj = new Archive_7z('./test.7z');
$obj = new Archive7z('./test.7z');
$obj->setOutputDirectory('./test');

foreach ($obj->getEntries() as $v) {
Expand Down
10 changes: 0 additions & 10 deletions Tests/7z/Archive_7z_EntryTest.php

This file was deleted.

10 changes: 0 additions & 10 deletions Tests/7z/Archive_7z_ExceptionTest.php

This file was deleted.

0 comments on commit a56ce42

Please sign in to comment.