aitasty/tastysdk

Great Truths Are Always Simple

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/aitasty/tastysdk

dev-master 2020-01-21 10:51 UTC

This package is auto-updated.

Last update: 2025-09-21 23:05:52 UTC


README

require_once DIR . '/vendor/autoload.php';
use Aitasty\Core; use AitastyTest\Core as TestCore; $c = new Core; $c1 = $c->test(); var_dump( $c1 ); echo "
"; $d = new TestCore; $d1 = $d->test(); var_dump( $d1 );