This package is abandoned and no longer maintained.
No replacement package was suggested.
A intuitive tool for drawing graph.
dev-master
2013-07-23 15:21 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2022-04-16 05:04:18 UTC
README
#A intuitive tool for drawing graph.
##Installation
composer.json
{
"require": {
"ackintosh/Y": "dev-master"
}
}
$ php composer.phar install
#Usage
###y = x
Ackitnosh\Y::equals()->_X()->output();
###y = x + 50
Ackitnosh\Y::equals()->_X()->_plus(50)->output();
###y = x^2
Ackitnosh\Y::equals()->_X_squared()->output();
###y = 5x^2 - 10
Ackitnosh\Y::equals()->_5X_squared()->minus(10)->output();
#Requirements
- PHP 5.3 or greater
- GD