PHPackages                             tasoft/php-secure-int64-extension - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. tasoft/php-secure-int64-extension

ActiveLibrary

tasoft/php-secure-int64-extension
=================================

v0.8.0(4y ago)1511MITCPHP &gt;=7.3

Since Mar 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tasoftch/php-secure-int64-extension)[ Packagist](https://packagist.org/packages/tasoft/php-secure-int64-extension)[ RSS](/packages/tasoft-php-secure-int64-extension/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (1)

php secure\_int64 extension
===========================

[](#php-secure_int64-extension)

I've created this package to handle UUIDs from MFRC511 module. It uses five byte ids which can not be represented by a 32bit system. (as Raspberry Pi is 32bit.)

### Installation

[](#installation)

```
$ cd ~
$ git clone https://github.com/tasoftch/php-secure-int64-extension.git
$ cd php-secure-int64-extension
$ phpize
$ ./configure --enable-secure-int64
$ make
$ sudo make install

```

This compiles the source on your machine.
Next find the php.ini file

```
$ php --ini

```

Will list scanned ini files.
Add the following line to that php.ini file: `extension=secure_int64`

```
