php_serializer 1.2.0 copy "php_serializer: ^1.2.0" to clipboard
php_serializer: ^1.2.0 copied to clipboard

Serialize and deserialize Strings that the Php-Functions serialize created or unserialize can parse, so Dart code can communicate with Php in its native format

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add php_serializer

With Flutter:

 $ flutter pub add php_serializer

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  php_serializer: ^1.2.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:php_serializer/php_serializer.dart';
8
likes
140
pub points
82%
popularity

Publisher

verified publishermanu311.de

Serialize and deserialize Strings that the Php-Functions serialize created or unserialize can parse, so Dart code can communicate with Php in its native format

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

More

Packages that depend on php_serializer