https://github.com/lefred/mysql-docstore-php-example
Some fun with PHP and MySQL Document Store
https://github.com/lefred/mysql-docstore-php-example
Last synced: 10 months ago
JSON representation
Some fun with PHP and MySQL Document Store
- Host: GitHub
- URL: https://github.com/lefred/mysql-docstore-php-example
- Owner: lefred
- Created: 2019-01-09T09:13:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T23:00:20.000Z (over 7 years ago)
- Last Synced: 2025-05-22T01:09:28.942Z (about 1 year ago)
- Language: PHP
- Size: 1.64 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mysql-docstore-php-example
Some fun with PHP and MySQL Document Store
How to start:
```
$ sudo dnf install protobuf-devel
$ sudo pecl install mysql_xdevapi
$ echo "extension=mysql_xdevapi.so" > /etc/php.d/40-mysql_xdevapi.ini
```
You can use the PHP embedded server:
```
# php -S localhost:8000
```
In case you use it on localhost like explained above, in Firefox, you need to change the following confg (`about:config`) to *false* : **security.csp.enable**