文件名称:easypost-php:EasyPost APIPHP客户端
文件大小:183KB
文件格式:ZIP
更新时间:2024-05-21 07:59:18
PHP
EasyPost PHP客户端库 EasyPost是一个简单的运输API。 您可以在注册一个帐户。 安装 注意:尽管此库可以与PHP 5.3 ^一起使用,但仅针对PHP 7.2 ^进行了测试,我们强烈建议使用PHP 7.2 ^。 此外,该库依赖于扩展。 使用该库之前,请确保正确它。 安装客户端库 通过安装库: composer require easypost/easypost-php 然后,要求自动装带器: require_once ( "/path/to/vendor/easypost/autoload.php" ); 或:手动安装库 手动下载该库并从您的项目中要求它: require_once ( "/path/to/lib/easypost.php" ); 安装依赖项 从库的根目录运行以下命令: composer install 例子 require_once ( "
【文件预览】:
easypost-php-master
----.github()
--------workflows()
----VERSION(6B)
----lib()
--------cacert.pem(239KB)
--------EasyPost()
--------easypost.php(2KB)
----phpunit.xml.dist(435B)
----examples()
--------scanforms.php(1KB)
--------events.php(4KB)
--------customsinfos.php(1KB)
--------users.php(2KB)
--------intl_shipments.php(3KB)
--------order_international.php(3KB)
--------trackers.php(1KB)
--------shipment_from_tracking_codes.php(299B)
--------webhooks.php(918B)
--------tracker_batch_create.php(558B)
--------carrier_account_management.php(2KB)
--------pickups.php(2KB)
--------batches.php(5KB)
--------reports.php(2KB)
--------readme.php(1KB)
--------addresses_verify.php(550B)
--------insurance.php(2KB)
--------shipment.php(835B)
--------parcels.php(768B)
--------addresses.php(1KB)
--------addresses_verify_failure.php(560B)
--------rates.php(604B)
--------timeouts.php(789B)
--------orders.php(1KB)
--------addresses_verify_strict_failure.php(767B)
--------refunds.php(569B)
----LICENSE(1KB)
----test()
--------EasyPost()
----README.md(3KB)
----.gitignore(170B)
----CHANGELOG.md(4KB)
----composer.json(868B)