Skip to content

opengovfoundation/USLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USLM

Build Status

PHP Library for the United Stated Legislative Markup Currently tested on 5.4 - 5.6 and HHVM

Demo / Test Page

Check out the Legislation Documentation

Check out the Wiki Home Page for the list of top-level structure and elements

##Installation (via Composer)

  1. Add the following to your composer.json file:

"repositories": [ { "type": "git", "url": "https://github.com/opengovfoundation/USLM" } ], "require": { "opengovfoundation/uslm": "dev-master", ... ... }

  1. Add require("vendor/autoload.php"); to the start of your application

  2. You can then use the library as follows:

$bill = new \USLM\Legislation\HouseBill();

About

Library for the United Stated Legislative Markup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages