2017 © Pedro Peláez
 

library gambar

This is an PHP image manipulation library

image

bonk007/gambar

This is an PHP image manipulation library

  • Tuesday, March 22, 2016
  • by bonk007
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Gambar

Instalation

Via Composer

Open your composer.json file., (*1)

"require-dev":{
...
"bonk007/gambar":"dev-master"
...
}

Open your terminal or command line and do composer update, (*2)

composer update

How to use

with PSR-x autoload

<?php
use Gambar/Gambar;

Native

Open src/Gambar.php and src/GambarException.php and set the following lines as the comments, (*3)

<?php
// namespace Gambar;
// use Gambar\GambarException;
...

then add include, include_once, require, or require_once into your sourcecode, (*4)

<?php
require_once '<some directory>/src/Gambar.php';
require_once '<some directory>/src/GambarException.php';

The Versions

22/03 2016

dev-master

9999999-dev http://github.com/bonk007/gambar

This is an PHP image manipulation library

  Sources   Download

MIT

The Requires

  • php >=5.3.0