khamdullaevuz / post-method
Php orqali boshqa veb-saytlarga post method yuborish
2.0
2021-08-06 06:17 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Ishlatish:
Composer orqali yuklash:
composer require khamdullaevuz/post-method
Ulanish:
require_once __DIR__."/vendor/autoload.php"; use KhamdullaevUz\Post\PostMethod; $post = new PostMethod();
Github orqali yuklash:
git clone https://github.com/khamdullaevuz/post-method
Ulanish:
require_once __DIR__."/src/PostMethod.php"; use KhamdullaevUz\Post\PostMethod; $post = new PostMethod();
Examples:
Example: examples