diff --git a/README.md b/README.md index f5cfd3a..5f1d919 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Arbitrary Precision Base Converter # -BaseConversion is a PHP library for converting number bases, similar to PHP's +*BaseConversion* is a PHP library for converting number bases, similar to PHP's built in function `base_convert()`. However, unlike the built in function, this library is not limited by 32 bit integers and is capable of converting numbers of arbitrary precision. This library also supports conversion of fractions and diff --git a/apigen.neon b/apigen.neon index 19376c1..acbb322 100644 --- a/apigen.neon +++ b/apigen.neon @@ -5,6 +5,7 @@ destination: api charset: - UTF-8 -main: Riimu\Kit\BaseConversion -title: BaseConversion +main: Riimu\Kit\CSRF +title: CSRF php: false +tree: true diff --git a/phpunit.xml b/phpunit.xml index bc3d8d3..6feeaba 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,8 +6,11 @@ - + src/ + + src/autoload.php +