Skip to content

brucewu16899/routeros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RouterOS for Laravel

Packages are the primary way of adding functionality to Laravel.

This is a wrapper of http://pear2.github.io/Net_RouterOS/

Installing

Laravel 4.*:

  • Open composer.json

  • Add something like this to the repositories section:

  "repositories": [
      {
        "type":"git",
        "url":"https://github.com/Ceesco53/routeros"
      }
  ]
  • Add this to the require section:
    "ceesco53/routeros": "dev-master"

License

Releases

No releases published

Packages

No packages published

Languages