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
- Host: GitHub
- URL: https://github.com/craryprimitiveman/util
- Owner: CraryPrimitiveMan
- License: mit
- Created: 2015-11-19T12:41:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T14:30:45.000Z (over 9 years ago)
- Last Synced: 2024-12-31T08:47:27.940Z (6 months ago)
- Language: C
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Util
[](https://travis-ci.org/CraryPrimitiveMan/util)
[](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
```