vupoint / api
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/vupoint/api
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: 2025-09-29 02:05:55 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