tchwork / utf8

Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP
Apache License 2.0
627 stars 50 forks source link

How can I use the library without composer? #56

Closed basilmusa closed 4 years ago

basilmusa commented 8 years ago

First, thanks for the wonderful work! Is there a way to use this library without using composer? Which files should I include?

Thanks.

remicollet commented 8 years ago

Yes, "ALL" libraries can be used without composer ;) You just need another autoloader (see phpab command which allow to create some trivial one)