vupoint / api
There is no license information available for the latest version (0.0.4) of this package.
0.0.4
2016-09-08 12:38 UTC
Requires
- guzzlehttp/guzzle: ~5.0
- phpoffice/phpexcel: ^1.8
- swiftmailer/swiftmailer: ^5.4
- vlucas/valitron: ^1.2
- vupoint/data: 0.0.1
Requires (Dev)
- mockery/mockery: @stable
- phpunit/phpunit: 5.*
This package is auto-updated.
Last update: 2024-10-29 05:09:17 UTC
README
Email Service
-
REQUIRED
- array to
- string from
- string subject
- string body
-
OPTIONAL
- array cc
- array bcc
-
EXAMPLE
curl -X POST -d "to[]=a@a.com&from=b@b.com&subject=Test&body=Test" /email
Excel service
-
REQUIRED
- string filename
- array sheets
- string name
- int rows
- int cols
- array data of size [rows][cols]
-
EXAMPLE
-
Look at the ExcelServiceTest