Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit 8dd456a

Browse files
authored
Merge pull request #69 from 8fold/feed-rss
add legacy uswds and update SocialMeta
2 parents b65a880 + 53423c9 commit 8dd456a

File tree

202 files changed

+32931
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+32931
-2
lines changed

sam-uikit-php-0.0.0/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# SAM UI Kit - PHP
2+
3+
This User Inteface Kit is a PHP library for generating UI components as described by the [U.S. Web Design Standards](https://standards.usa.gov) with some additional components and modifications.
4+
5+
For documentation and design standards see the [SAM Web Design Standards](http://joshbruce.github.io/sam-web-design-standards/).
6+
7+
## Composer installation
8+
9+
composer.json
10+
11+
```
12+
"require-dev": {
13+
"joshbruce/sam-uikit-php": "dev-master"
14+
}
15+
```

sam-uikit-php-0.0.0/composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "joshbruce/sam-uikit-php",
3+
"description": "HTML generator returning elements configured based on US Web Design Standards, with extended components.",
4+
"keywords": [],
5+
"homepage": "https://github.com/joshbruce/iae-uikit-php",
6+
"type": "library",
7+
"license": "MIT",
8+
"authors": [{
9+
"name": "Josh Bruce",
10+
"email": "[email protected]"
11+
}],
12+
"require": {
13+
"php": ">=5.3.0",
14+
"phpunit/phpunit": "~4.0"
15+
},
16+
"autoload": {
17+
"psr-4": {"SAMUIKit\\": "src/"}
18+
}
19+
}

0 commit comments

Comments
 (0)