php_serializer 1.0.0-pre.2 copy "php_serializer: ^1.0.0-pre.2" to clipboard
php_serializer: ^1.0.0-pre.2 copied to clipboard

outdated

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

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

dependencies:
  php_serializer: ^1.0.0-pre.2

Alternatively, your editor might support dart 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';
9
likes
0
pub points
85%
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

License

unknown (LICENSE)

More

Packages that depend on php_serializer