|
1 | | -Porter <img src="https://github.com/ScriptFUSION/Porter/wiki/images/porter%20222x.png" align="right"> |
| 1 | +Porter <img src="https://github.com/ScriptFUSION/Porter/blob/master/docs/images/porter%20222x.png?raw=true" align="right"> |
2 | 2 | ====== |
3 | 3 |
|
4 | 4 | [![Latest version][Version image]][Releases] |
@@ -548,14 +548,13 @@ public function fetch(ConnectionContext $context, $source) |
548 | 548 | Requirements |
549 | 549 | ------------ |
550 | 550 |
|
551 | | - - [PHP 5.5](http://php.net/) |
| 551 | + - [PHP 7.1](http://php.net/) |
552 | 552 | - [Composer](https://getcomposer.org/) |
553 | 553 |
|
554 | 554 | Limitations |
555 | 555 | ----------- |
556 | 556 |
|
557 | | - - Imports must complete synchronously. That is, calls to `import()` are blocking. This will be addressed in v5 and is tracked by #15. |
558 | | - - [Sub-imports][Sub-imports] must complete synchronously. That is, the previous sub-import must finish before the next starts. |
| 557 | + - No end-to-end data steaming interface yet. |
559 | 558 |
|
560 | 559 | Testing |
561 | 560 | ------- |
@@ -608,8 +607,8 @@ Porter is published under the open source GNU Lesser General Public License v3.0 |
608 | 607 | [Porter icon]: https://avatars3.githubusercontent.com/u/16755913?v=3&s=35 "Porter providers" |
609 | 608 | [Porter transformers icon]: https://avatars2.githubusercontent.com/u/24607042?v=3&s=35 "Porter transformers" |
610 | 609 | [Porter connectors icon]: https://avatars3.githubusercontent.com/u/25672142?v=3&s=35 "Porter connectors" |
611 | | - [Class diagram]: https://github.com/ScriptFUSION/Porter/wiki/images/diagrams/Porter%20UML%20class%20diagram%204.0.png |
612 | | - [Data flow diagram]: https://github.com/ScriptFUSION/Porter/wiki/images/diagrams/Porter%20data%20flow%20diagram%204.0.png |
| 610 | + [Class diagram]: https://github.com/ScriptFUSION/Porter/blob/master/docs/images/diagrams/Porter%20UML%20class%20diagram%204.0.png?raw=true |
| 611 | + [Data flow diagram]: https://github.com/ScriptFUSION/Porter/blob/master/docs/images/diagrams/Porter%20data%20flow%20diagram%204.0.png?raw=true |
613 | 612 | [ECB]: https://github.com/Provider/European-Central-Bank |
614 | 613 | [CurrencyRecords]: https://github.com/Provider/European-Central-Bank/blob/master/src/Records/CurrencyRecords.php |
615 | 614 | [ECB test]: https://github.com/Provider/European-Central-Bank/blob/master/test/DailyForexRatesTest.php |
0 commit comments