2017 © Pedro Peláez
 

library acre-net-uri

axelitus's Acre Net Uri classes.

image

axelitus/acre-net-uri

axelitus's Acre Net Uri classes.

  • Saturday, December 8, 2012
  • by axelitus
  • Repository
  • 1 Watchers
  • 1 Stars
  • 26 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Acre Net Uri

Acre Net Uri is a sub-package of Acre. It contains classes for Uri management according to the standard 66 of the IETF group. For more information about the Acre initiative please visit this link., (*1)

Package Information

Standards

As a code reuse initiative, this package should follow some standards so it can be easily used by anyone who wants to. Recently there has been an initiative to standardize the chunks of code everyone is building so the wheel must not be reinvented everytime someone needs to do something. There's a group PHP-FIG (Framework Interop Group) that's behind this initiative of allowing the built libraries to be interchangeable between frameworks and systems., (*2)

There are already some standards marked as accepted (_final_): PSR-0, PSR-1 and PSR-2., (*3)

This package is PSR-2 compliant., (*4)

Being PSR-2 compliant means this package can be easily installed by using Composer from the Packagist package archive. Just follow the instructions in section How to install., (*5)

Contents

  • Authority: .
  • Path: .
  • QueryString: .
  • Uri: .

How to install

To install this package and use it in your app just follow these instructions (if you haven't read the documentation from Composer please do so before you continue):, (*6)

  1. Download composer if you haven't already done so (use your preferred method):
curl -s https://getcomposer.org/installer | php
  1. Place a require statement inside your composer.json file replacing <version> with the desired version:
"require": {
    "axelitus/acre-net-uri": "<version>"
}
  1. Run the composer installer to resolve dependencies and download the packages:
php composer.phar install
  1. In order to use the packages you have to load the autoloader that was generated by composer:
require 'vendor/autoload.php';
  1. Finally just use the package classes as needed:
axelitus\Acre\Net\Uri\<class>::<function>(<params>);

The Versions

08/12 2012

dev-develop

dev-develop http://axelitus.mx/acre

axelitus's Acre Net Uri classes.

  Sources   Download

MIT

The Requires

 

net uri network

25/08 2012

dev-master

9999999-dev http://axelitus.mx/acre

axelitus's Acre Net Uri classes.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

net uri network