An open API service indexing awesome lists of open source software.

https://github.com/craryprimitiveman/util

A php util extension based on utilphp
https://github.com/craryprimitiveman/util

Last synced: 4 months ago
JSON representation

A php util extension based on utilphp

Awesome Lists containing this project

README

        

# Util
[![Build Status](https://travis-ci.org/CraryPrimitiveMan/util.png?branch=master)](https://travis-ci.org/CraryPrimitiveMan/util)
[![License](https://img.shields.io/github/license/CraryPrimitiveMan/util.svg)](https://github.com/CraryPrimitiveMan/util/blob/master/LICENSE)

A php util extension based on [utilphp](https://github.com/brandonwamboldt/utilphp)

## Install util extension
```sh
git clone [email protected]:CraryPrimitiveMan/util.git
cd util/src
phpize
./configure
make
sudo make install
```