2017 © Pedro Peláez
 

library netrc

netrc manager

image

fduch/netrc

netrc manager

  • Friday, June 12, 2015
  • by fduch
  • Repository
  • 1 Watchers
  • 3 Stars
  • 1,153 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

netrc

Simple netrc files manager, (*1)

Build Status, (*2)

Installation

To install netrc manager into your project please use composer:, (*3)

php composer.phar require fduch/netrc

Usage

Parsing system-wide or custom netrc is quite simple:, (*4)

``` php <?php, (*5)

use Fduch\Netrc\Netrc; use Fduch\Netrc\Exception\ParseException; use Fduch\Netrc\Exception\FileNotFoundException;, (*6)

try { // you can specify path to netrc file as an argument of Netrc::parse() method $parsed = Netrc::parse(); // dumps key-value array corresponding to machine.one entry var_dump($parsed['machine.one']); } catch (FileNotFoundException $e) { // cannot locate readable netrc file } catch (ParseException $e) { // something is wrong with your netrc file }, (*7)

```, (*8)

The Versions

12/06 2015

dev-master

9999999-dev https://github.com/fduch/netrc

netrc manager

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Alex Medvedev

netrc

12/06 2015

1.0.0

1.0.0.0 https://github.com/fduch/netrc

netrc manager

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Alex Medvedev

netrc

20/05 2014

0.0.3

0.0.3.0 https://github.com/fduch/netrc

netrc manager

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Alex Medvedev

netrc

24/03 2014

0.0.2

0.0.2.0 https://github.com/fduch/netrc

netrc manager

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Alex Medvedev

netrc

24/03 2014

0.0.1

0.0.1.0 https://github.com/fduch/netrc

netrc manager

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by Alex Medvedev