zackkitzmiller / tiny-php

A reversible base62 ID obfuscater

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class 'ZackKitzmiller\Tiny' not found

huglester opened this issue · comments

Hello @zackkitzmiller, strange thing, but I can't make your class to work.

What I did is composer require: "zackkitzmiller/tiny": "dev-master", updated...

$tiny = new \ZackKitzmiller\Tiny('5SX0TEjkR1mLOw8Gvq2VyJxIFhgCAYidrclDWaM3so9bfzZpuUenKtP74QNH6B');

I simply get: Class 'ZackKitzmiller\Tiny' not found

It is php53. and linux box.. Any ideas? thank you!

i found this issue to be because the /vendor/zackkitzmiller/tiny/src/zackkitzmiller directory to be all lowercase. Works fine on Mac OSX, but on in my case Ubuntu testing server, it could not be found.

I simply renamed the /vendor/zackkitzmiller/tiny/src/zackkitzmiller to /vendor/zackkitzmiller/tiny/src/ZackKitzmiller and all worked fine.

Hope that make sense

Closed with e15bca2