Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
### This repo is no longer maintained. If you would like to take over ownership please [get in touch](mailto:gilbert@pellegrom.me).

#PUF
# PUF

PUF (PHP Utility Framework) provides PHP developers with an assortment of utility functions that are commonly used in web applications.
Written in PHP 5, PUF aims to become the "go to" framework for all of those functions that you commonly use in apps but can never find
because you've forgotten to add it to your snippet collection.

##Requirements
## Requirements

To use PUF you will need the following:

* PHP 5.3 or greater

Yes that's all!

##Please Contribute
## Please Contribute

The only way this project will become successful and useful is if all of you PHP developers contribute to PUF. Got any favorite snippets
that aren't in PUF already? Then throw them in and include your name and website in the @author tag in the documentation. The more you contribute
to PUF the more everyone will benefit.

So don't be afraid to give PUF a fork and contribute your own functions!

##Licensing
## Licensing
PUF is released under the [GPL v2](http://www.gnu.org/licenses/gpl-2.0.html).

Some of the functions that will appear in PUF will be written by other developers or found in other applications (e.g. WordPress, CodeIgniter etc).
This is cool. Just make sure the license that their code is released under is compatible with GPL v2, and make sure to give credit where credit is due
in the function documentation.

##Example Usage
## Example Usage

<?php

Expand Down